Searched refs:cpu_cyclic (Results 1 – 4 of 4) sorted by relevance
533 cyc_cpu_t *cpu = c->cpu_cyclic; in cyclic_fire()929 c->cpu_cyclic = cpu; in cyclic_configure()935 cyc_cpu_t *cpu = c->cpu_cyclic; in cyclic_unconfigure()941 c->cpu_cyclic = NULL; in cyclic_unconfigure()1144 idp->cyi_cpu = c->cpu_cyclic; in cyclic_add()1248 if ((cpu = c->cpu_cyclic) == NULL) in cyclic_add_omni()1357 if (c->cpu_cyclic == NULL) in cyclic_mp_init()1375 if (c->cpu_cyclic == NULL) in cyclic_uninit()
40 struct cyc_cpu *cpu_cyclic; member
92 if (c->cpu_cyclic != NULL && gethrtime() >= exp_due[cpu_number()]) { in cyclic_clock()
175 struct cyc_cpu *cpu_cyclic; /* per cpu cyclic subsystem data */ member