Home
last modified time | relevance | path

Searched refs:cno_waiters (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cno_wait.c138 cno_ptr->cno_waiters++; in dapl_cno_wait()
144 cno_ptr->cno_waiters--; in dapl_cno_wait()
H A Ddapl_cno_free.c81 if (cno_ptr->cno_ref_count != 0 || cno_ptr->cno_waiters != 0) { in dapl_cno_free()
H A Ddapl_cno_util.c88 cno_ptr->cno_waiters = 0; in dapl_cno_alloc()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h408 DAT_COUNT cno_waiters; member