Lines Matching refs:ci_data
298 KASSERT(curcpu()->ci_data.cpu_callout == NULL); in callout_startup()
305 curcpu()->ci_data.cpu_callout = cc; in callout_startup()
321 if ((cc = ci->ci_data.cpu_callout) == NULL) { in callout_init_cpu()
348 ci->ci_data.cpu_callout = cc; in callout_init_cpu()
367 cc = curcpu()->ci_data.cpu_callout; in callout_init()
448 cc = curcpu()->ci_data.cpu_callout; in callout_schedule_locked()
671 cc = ci->ci_data.cpu_callout; in callout_bind()
792 cc = curcpu()->ci_data.cpu_callout; in callout_hardclock()
833 cc = l->l_cpu->ci_data.cpu_callout; in callout_softclock()
947 offsetof(struct cpu_info, ci_data.cpu_callout), in db_show_callout()
955 offsetof(struct cpu_info, ci_data.cpu_callout), in db_show_callout()