Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h500 ksema_t cyp_modify_wait; member
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1077 sema_v(&cpu->cyp_modify_wait); in cyclic_remove_pend()
1334 sema_v(&cpu->cyp_modify_wait); in cyclic_softint()
1511 sema_p(&cpu->cyp_modify_wait); in cyclic_expand()
1947 sema_p(&cpu->cyp_modify_wait); in cyclic_remove_here()
2326 sema_init(&cpu->cyp_modify_wait, 0, NULL, SEMA_DEFAULT, NULL); in cyclic_configure()