Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c862 cyc_backend_t *be = cpu->cyp_backend; in cyclic_expire()
952 cyc_backend_t *be = cpu->cyp_backend; in cyclic_fire()
1351 cyc_backend_t *be = cpu->cyp_backend; in cyclic_expand_xcall()
1452 cyc_backend_t *be = cpu->cyp_backend; in cyclic_expand()
1661 cyc_backend_t *be = cpu->cyp_backend; in cyclic_add_xcall()
1727 cyc_backend_t *be = cpu->cyp_backend; in cyclic_add_here()
1767 cyc_backend_t *be = cpu->cyp_backend; in cyclic_remove_xcall()
2349 cpu->cyp_backend = nbe; in cyclic_configure()
2380 cpu->cyp_backend = NULL; in cyclic_unconfigure()
3663 be = cpu->cyp_backend; in cyclic_suspend()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h499 cyc_backend_t *cyp_backend; member