Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dcallout.h53 #define CALLOUT_BOUND 0x0001 /* bound to a specific CPU */ macro
/netbsd/sys/kern/
H A Dkern_timeout.c364 c->c_flags = flags | CALLOUT_BOUND; in callout_init()
438 if ((c->c_flags & CALLOUT_BOUND) != 0 || cc == occ || in callout_schedule_locked()
661 c->c_flags |= CALLOUT_BOUND; in callout_bind()