Home
last modified time | relevance | path

Searched refs:pool_list (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpool.c177 list_insert_head(&pool_list, pool_default); in pool_init()
359 for (pool = list_head(&pool_list); pool; in pool_lookup_pool_by_name()
360 pool = list_next(&pool_list, pool)) { in pool_lookup_pool_by_name()
374 for (pool = list_head(&pool_list); pool; in pool_lookup_pool_by_id()
375 pool = list_next(&pool_list, pool)) { in pool_lookup_pool_by_id()
390 pool = list_next(&pool_list, pool)) { in pool_lookup_pool_by_pset()
413 list_insert_tail(&pool_list, pool); in pool_pool_create()
477 list_remove(&pool_list, pool); in pool_pool_destroy()
654 pool = list_next(&pool_list, pool)) { in pool_lookup_id_by_pset()
803 for (pool = list_head(&pool_list); pool; in pool_pool_pack()
[all …]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c1218 rx_buffer->next = rcv_desc->pool_list; in unm_free_rx_buffer()
1219 rcv_desc->pool_list = rx_buffer; in unm_free_rx_buffer()
1472 rx_buffer = rcv_desc->pool_list; in unm_reserve_rx_buffer()
1473 rcv_desc->pool_list = rx_buffer->next; in unm_reserve_rx_buffer()
1480 rcv_desc->pool_list = rcv_desc->recycle_list; in unm_reserve_rx_buffer()
1485 rx_buffer = rcv_desc->pool_list; in unm_reserve_rx_buffer()
1486 rcv_desc->pool_list = rx_buffer->next; in unm_reserve_rx_buffer()
H A Dunm_gem.c622 rcv_desc->pool_list = NULL; in unm_destroy_rx_ring()
676 rcv_desc->pool_list = rcv_desc->rx_buf_pool; in unm_create_rx_ring()
H A Dunm_nic.h391 unm_rx_buffer_t *pool_list; member
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c196 typedef struct pool_list { struct