HomeSort by relevance Sort by last modified time
    Searched refs:pool_list (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
pool.c 149 static list_t pool_list; /* doubly-linked list of pools */ variable
170 list_create(&pool_list, sizeof (pool_t), offsetof(pool_t, pool_link));
171 list_insert_head(&pool_list, pool_default);
353 for (pool = list_head(&pool_list); pool;
354 pool = list_next(&pool_list, pool)) {
368 for (pool = list_head(&pool_list); pool;
369 pool = list_next(&pool_list, pool)) {
392 list_insert_tail(&pool_list, pool);
456 list_remove(&pool_list, pool);
751 for (pool = list_head(&pool_list); pool
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ntxn/
unm_nic_main.c 1213 * pool_list.
1219 rx_buffer->next = rcv_desc->pool_list;
1220 rcv_desc->pool_list = rx_buffer;
    [all...]
unm_gem.c 617 rcv_desc->pool_list = NULL;
671 rcv_desc->pool_list = rcv_desc->rx_buf_pool;
    [all...]
unm_nic.h 391 unm_rx_buffer_t *pool_list; member in struct:unm_rcv_desc_context_s
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_import.c 90 typedef struct pool_list { struct
    [all...]

Completed in 240 milliseconds