Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h534 int cyx_wait; member
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1809 if (arg->cyx_wait == CY_NOWAIT) { in cyclic_remove_xcall()
1810 arg->cyx_wait = CY_WAIT; in cyclic_remove_xcall()
1916 arg.cyx_wait = wait; in cyclic_remove_here()
1931 ASSERT(!(arg.cyx_wait == CY_NOWAIT && cpu->cyp_rpend != 0)); in cyclic_remove_here()
1933 if (wait != arg.cyx_wait) { in cyclic_remove_here()
1939 ASSERT(wait == CY_NOWAIT && arg.cyx_wait == CY_WAIT); in cyclic_remove_here()