Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h541 #define CY_NOWAIT 1 macro
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1809 if (arg->cyx_wait == CY_NOWAIT) { in cyclic_remove_xcall()
1911 ASSERT(wait == CY_WAIT || wait == CY_NOWAIT); in cyclic_remove_here()
1930 ASSERT(!(wait == CY_NOWAIT && cpu->cyp_rpend != 0)); in cyclic_remove_here()
1931 ASSERT(!(arg.cyx_wait == CY_NOWAIT && cpu->cyp_rpend != 0)); in cyclic_remove_here()
1939 ASSERT(wait == CY_NOWAIT && arg.cyx_wait == CY_WAIT); in cyclic_remove_here()
2131 if (cyclic_remove_here(src, ndx, &when, CY_NOWAIT)) in cyclic_juggle_one_to()
2603 CY_NOWAIT); in cyclic_omni_stop()