Home
last modified time | relevance | path

Searched refs:bound_on (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/time/
Dtick-broadcast-hrtimer.c71 bc->bound_on = smp_processor_id(); in bc_set_next()
72 } else if (bc->bound_on == smp_processor_id()) { in bc_set_next()
86 .bound_on = -1,
Dtick-broadcast.c687 return bc->bound_on == cpu ? -EBUSY : 0; in broadcast_needs_cpu()
/Linux-v4.19/include/linux/
Dclockchips.h128 int bound_on; member