/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | freelist.c | 50 void *free_list; /* The free-list of nodes */ member 106 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() 157 *(void **)last_node = fl->free_list; 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() [all …]
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | alloc.c | 127 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() 223 if ((ptr = bp->free_list) == NULL) { in lmalloc() 249 bp->free_list = ptr; in lmalloc() 256 ptr = bp->free_list; in lmalloc() 258 bp->free_list = *(void **)ptr; in lmalloc() [all …]
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_table_c.x | 76 % 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 D | ixgbe_buf.c | 240 rx_data->free_list = kmem_zalloc(sizeof (rx_control_block_t *) * in ixgbe_alloc_rx_ring_data() 243 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() 680 tx_ring->free_list = kmem_zalloc(sizeof (tx_control_block_t *) * in ixgbe_alloc_tcb_lists() 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() [all …]
|
H A D | ixgbe_rx.c | 94 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 D | igb_buf.c | 373 rx_data->free_list = kmem_zalloc(sizeof (rx_control_block_t *) * in igb_alloc_rx_ring_data() 376 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() 686 tx_ring->free_list = kmem_zalloc(sizeof (tx_control_block_t *) * in igb_alloc_tcb_lists() 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() [all …]
|
H A D | igb_rx.c | 86 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 D | dis_list.c | 301 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 D | filesys_rcm.c | 109 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 D | qlt_dma.c | 251 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 D | qlt_dma.h | 84 qlt_dma_handle_t *free_list; member
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_rx.c | 176 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 D | e1000g_tx.c | 353 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 D | pkinit_identity.c | 48 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/io/qede/ |
H A D | qede_fp.h | 152 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 D | qede_fp.c | 45 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/rpc/ |
H A D | clnt_clts.c | 1851 list_t free_list; in endpnt_reclaim() local 1854 list_create(&free_list, sizeof (endpnt_t), offsetof(endpnt_t, e_node)); in endpnt_reclaim() 1895 list_insert_head(&free_list, e); in endpnt_reclaim() 1916 while ((e = list_head(&free_list)) != NULL) { in endpnt_reclaim() 1917 list_remove(&free_list, e); in endpnt_reclaim() 1925 list_destroy(&free_list); in endpnt_reclaim() 1941 struct endpnt_type *free_list = NULL; in endpnt_destructor() local 1983 np->e_next = free_list; in endpnt_destructor() 1984 free_list = np; in endpnt_destructor() 1988 while (free_list != NULL) { in endpnt_destructor() [all …]
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_rx.c | 170 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 D | ecore_hw.c | 63 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 D | ecore_fcoe.h | 47 osal_list_t free_list; member
|
H A D | ecore_iscsi.h | 49 osal_list_t free_list; member
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | listmgr.c | 98 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 D | ldaptest.c | 25 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 D | locate_kdc.c | 162 #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 D | zonecfg.h | 226 extern void free_list(list_property_ptr_t list);
|