Home
last modified time | relevance | path

Searched refs:pool_free (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h505 uint32_t pool_free; /* Number of free */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2952 new_pool->pool_free = free; in emlxs_fca_ub_alloc()
3229 pool->pool_free++; in emlxs_fca_ub_release()
3237 pool->pool_free, pool->pool_free_resv); in emlxs_fca_ub_release()
3241 (pool->pool_free + pool->pool_free_resv == in emlxs_fca_ub_release()
10578 uint32_t pool_free; in emlxs_ub_get() local
10597 pool_free = in emlxs_ub_get()
10598 min(pool->pool_free, in emlxs_ub_get()
10606 if (pool_free == 0) { in emlxs_ub_get()
10611 } else if (pool_free == 0) { in emlxs_ub_get()
10637 pool->pool_free--; in emlxs_ub_get()
[all …]