Home
last modified time | relevance | path

Searched refs:free_list (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/lib/libtecla/common/
H A Dfreelist.c106 fl->free_list = NULL; in _new_FreeList()
118 fl->free_list = fl->block->nodes; in _new_FreeList()
145 fl->free_list = NULL; in _rst_FreeList()
158 fl->free_list = block->nodes; in _rst_FreeList()
204 fl->free_list = NULL; in _del_FreeList()
236 if(!fl->free_list) { in _new_FreeListNode()
248 fl->free_list = fl->block->nodes; in _new_FreeListNode()
253 node = fl->free_list; in _new_FreeListNode()
254 fl->free_list = *(void **)node; in _new_FreeListNode()
285 *(void **)object = fl->free_list; in _del_FreeListNode()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c127 ASSERT(bp->free_list == NULL); in initial_allocation()
128 bp->free_list = ptr; in initial_allocation()
138 ASSERT(bp->free_list == NULL); in initial_allocation()
139 bp->free_list = ptr; in initial_allocation()
143 ASSERT(bp->free_list == NULL); in initial_allocation()
144 bp->free_list = ptr; in initial_allocation()
249 bp->free_list = ptr; in lmalloc()
256 ptr = bp->free_list; in lmalloc()
258 bp->free_list = *(void **)ptr; in lmalloc()
310 *(void **)ptr = bp->free_list; in lfree()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table_c.x76 % STRUCTRWLOCK(free_list);
81 % INITRW(free_list);
109 % return (WLOCK(free_list));
113 % return (WULOCK(free_list));
117 % return (RLOCK(free_list));
121 % return (RULOCK(free_list));
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_buf.c243 if (rx_data->free_list == NULL) { in ixgbe_alloc_rx_ring_data()
295 if (rx_data->free_list != NULL) { in ixgbe_free_rx_ring_data()
296 kmem_free(rx_data->free_list, in ixgbe_free_rx_ring_data()
298 rx_data->free_list = NULL; in ixgbe_free_rx_ring_data()
683 if (tx_ring->free_list == NULL) { in ixgbe_alloc_tcb_lists()
705 kmem_free(tx_ring->free_list, in ixgbe_alloc_tcb_lists()
707 tx_ring->free_list = NULL; in ixgbe_alloc_tcb_lists()
721 tx_ring->free_list[i] = tcb; in ixgbe_alloc_tcb_lists()
811 if (tx_ring->free_list != NULL) { in ixgbe_free_tcb_lists()
812 kmem_free(tx_ring->free_list, in ixgbe_free_tcb_lists()
[all …]
H A Dixgbe_rx.c94 ASSERT(rx_data->free_list[free_index] == NULL); in ixgbe_rx_recycle()
96 rx_data->free_list[free_index] = recycle_rcb; in ixgbe_rx_recycle()
250 free_rcb = rx_data->free_list[free_index]; in ixgbe_rx_bind()
252 rx_data->free_list[free_index] = NULL; in ixgbe_rx_bind()
359 free_rcb = rx_data->free_list[free_index]; in ixgbe_lro_bind()
361 rx_data->free_list[free_index] = NULL; in ixgbe_lro_bind()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_buf.c376 if (rx_data->free_list == NULL) { in igb_alloc_rx_ring_data()
428 if (rx_data->free_list != NULL) { in igb_free_rx_ring_data()
429 kmem_free(rx_data->free_list, in igb_free_rx_ring_data()
431 rx_data->free_list = NULL; in igb_free_rx_ring_data()
689 if (tx_ring->free_list == NULL) { in igb_alloc_tcb_lists()
711 kmem_free(tx_ring->free_list, in igb_alloc_tcb_lists()
713 tx_ring->free_list = NULL; in igb_alloc_tcb_lists()
727 tx_ring->free_list[i] = tcb; in igb_alloc_tcb_lists()
817 if (tx_ring->free_list != NULL) { in igb_free_tcb_lists()
818 kmem_free(tx_ring->free_list, in igb_free_tcb_lists()
[all …]
H A Digb_rx.c86 ASSERT(rx_data->free_list[free_index] == NULL); in igb_rx_recycle()
88 rx_data->free_list[free_index] = recycle_rcb; in igb_rx_recycle()
242 free_rcb = rx_data->free_list[free_index]; in igb_rx_bind()
244 rx_data->free_list[free_index] = NULL; in igb_rx_bind()
/illumos-gate/usr/src/cmd/dis/
H A Ddis_list.c301 free_list(uu_list_t *list) in free_list() function
338 free_list(list); in dis_scnlist_destroy()
360 free_list(list); in dis_funclist_destroy()
369 free_list(list); in dis_namelist_destroy()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c109 static void free_list(char **);
329 free_list(dependents); in mnt_offline()
386 free_list(dependents); in mnt_getinfo()
402 free_list(dependents); in mnt_getinfo()
434 free_list(dependents); in mnt_suspend()
447 free_list(dependents); in mnt_suspend()
485 free_list(dependents); in mnt_resume()
826 free_list((*entryp)->mountps); in free_entry()
839 free_list(char **list) in free_list() function
1250 free_list(dependents); in create_dependents()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c251 handle = pool->free_list; in qlt_dma_handle_pool_fini()
517 tmp_handle->next = pool->free_list; in qlt_dma_alloc_handle_list()
518 pool->free_list = tmp_handle; in qlt_dma_alloc_handle_list()
528 first_handle = pool->free_list; in qlt_dma_alloc_handle_list()
534 pool->free_list = tmp_handle; in qlt_dma_alloc_handle_list()
579 last_handle->next = pool->free_list; in qlt_dma_free_handles()
580 pool->free_list = first_handle; in qlt_dma_free_handles()
H A Dqlt_dma.h84 qlt_dma_handle_t *free_list; member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.h152 qede_tx_bcopy_pkt_t *free_list[MAX_TX_RING_SIZE]; member
167 qede_dma_handle_entry_t *free_list[MAX_TX_RING_SIZE]; member
H A Dqede_fp.c45 dmah = list->free_list[list->head]; in qede_get_dmah_entry()
46 list->free_list[list->head] = NULL; in qede_get_dmah_entry()
66 list->free_list[index] = dmah; in qede_put_dmah_entries()
83 pkt = list->free_list[list->head]; in qede_get_bcopy_pkt()
84 list->free_list[list->head] = NULL; in qede_get_bcopy_pkt()
97 list->free_list[list->tail] = pkt; in qede_put_bcopy_pkt()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c176 QUEUE_INIT_LIST(&rx_data->free_list); in e1000g_rx_setup()
203 QUEUE_PUSH_TAIL(&rx_data->free_list, in e1000g_rx_setup()
393 QUEUE_POP_HEAD(&rx_data->free_list); in e1000g_get_buf()
404 QUEUE_SWITCH(&rx_data->free_list, &rx_data->recycle_list); in e1000g_get_buf()
408 packet = (p_rx_sw_packet_t)QUEUE_POP_HEAD(&rx_data->free_list); in e1000g_get_buf()
417 QUEUE_POP_HEAD(&rx_data->free_list); in e1000g_get_buf()
H A De1000g_tx.c353 QUEUE_POP_HEAD(&tx_ring->free_list); in e1000g_send()
456 QUEUE_APPEND(&tx_ring->free_list, &pending_list); in e1000g_send()
920 QUEUE_INIT_LIST(&tx_ring->free_list); in e1000g_tx_setup()
928 QUEUE_PUSH_TAIL(&tx_ring->free_list, in e1000g_tx_setup()
1157 QUEUE_APPEND(&tx_ring->free_list, &pending_list); in e1000g_recycle()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c48 free_list(char **list) in free_list() function
88 free_list(newlist); in copy_list()
250 free_list(idopts->anchors); in pkinit_fini_identity_opts()
251 free_list(idopts->intermediates); in pkinit_fini_identity_opts()
252 free_list(idopts->crls); in pkinit_fini_identity_opts()
253 free_list(idopts->identity_alt); in pkinit_fini_identity_opts()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c1840 list_t free_list; in endpnt_reclaim() local
1884 list_insert_head(&free_list, e); in endpnt_reclaim()
1905 while ((e = list_head(&free_list)) != NULL) { in endpnt_reclaim()
1906 list_remove(&free_list, e); in endpnt_reclaim()
1914 list_destroy(&free_list); in endpnt_reclaim()
1930 struct endpnt_type *free_list = NULL; in endpnt_destructor() local
1972 np->e_next = free_list; in endpnt_destructor()
1973 free_list = np; in endpnt_destructor()
1977 while (free_list != NULL) { in endpnt_destructor()
1978 np = free_list; in endpnt_destructor()
[all …]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c170 if (brp->free_list == NULL) { in nge_recv_packet()
172 brp->free_list = brp->recycle_list; in nge_recv_packet()
176 bufp = brp->free_list; in nge_recv_packet()
222 brp->free_list = bufp->next; in nge_recv_packet()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c63 osal_list_t free_list; member
78 OSAL_LIST_INIT(&p_pool->free_list); in ecore_ptt_pool_alloc()
90 &p_pool->free_list); in ecore_ptt_pool_alloc()
130 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_ptt_pool->free_list)) { in ecore_ptt_acquire()
131 p_ptt = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_ptt_pool->free_list, in ecore_ptt_acquire()
134 &p_hwfn->p_ptt_pool->free_list); in ecore_ptt_acquire()
158 OSAL_LIST_PUSH_HEAD(&p_ptt->list_entry, &p_hwfn->p_ptt_pool->free_list); in ecore_ptt_release()
H A Decore_fcoe.h47 osal_list_t free_list; member
H A Decore_iscsi.h49 osal_list_t free_list; member
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c98 free_list(int list_handle) in free_list() function
356 free_list(cur_handle); in bl_free()
362 free_list(list_handle); in bl_free()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c25 static void free_list( char **list );
30 static void free_list();
83 free_list( char **list ) in free_list() function
745 free_list( types ); in main()
781 free_list( types ); in main()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c162 #define free_list krb5int_free_addrlist macro
882 free_list (&al); in krb5int_locate_server()
932 free_list (&al); in krb5int_locate_server()
1036 free_list (&al); in krb5int_locate_server()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h226 extern void free_list(list_property_ptr_t list);

12