Searched defs:pool_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpool.c149 static list_t pool_list; /* doubly-linked list of pools */ variable
176 list_create(&pool_list, sizeof (pool_t), offsetof(pool_t, pool_link));
177 list_insert_head(&pool_list, pool_default);
359 for (pool = list_head(&pool_list); pool;
360 pool = list_next(&pool_list, pool)) {
374 for (pool = list_head(&pool_list); pool;
375 pool = list_next(&pool_list, pool)) {
389 for (pool = list_head(&pool_list); pool != NULL;
390 pool = list_next(&pool_list, pool)) {
413 list_insert_tail(&pool_list, poo
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h391 unm_rx_buffer_t *pool_list; member in struct:unm_rcv_desc_context_s
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c93 typedef struct pool_list { struct

Completed in 98 milliseconds