Searched refs:cyh (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_ntv.c226 gcpu_ntv_mca_poll_online(void *arg, cpu_t *cp, cyc_handler_t *cyh, argument
242 cyh->cyh_func = gcpu_ntv_mca_poll_cyclic;
243 cyh->cyh_arg = (void *)hdl;
244 cyh->cyh_level = CY_LOW_LEVEL;
/illumos-gate/usr/src/uts/common/os/
H A Dddi_periodic.c382 cyc_handler_t cyh; local
420 cyh.cyh_func = periodic_cyclic_handler;
421 cyh.cyh_arg = dpr;
422 cyh.cyh_level = CY_LOCK_LEVEL;
428 dpr->dpr_cyclic_id = cyclic_add(&cyh, &cyt);
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c939 cyc_handler_t cyh;
959 cyh.cyh_func = (void (*)(void *))apic_redistribute_compute;
960 cyh.cyh_arg = NULL;
961 cyh.cyh_level = CY_LOW_LEVEL;
966 apic_cyclic_id = cyclic_add(&cyh, &cyt);
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1065 cyc_handler_t cyh; local
1085 cyh.cyh_func = (void (*)(void *))apix_redistribute_compute;
1086 cyh.cyh_arg = NULL;
1087 cyh.cyh_level = CY_LOW_LEVEL;
1092 apic_cyclic_id = cyclic_add(&cyh, &cyt);

Completed in 52 milliseconds