summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_sleepqueue.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2008-04-02 11:20:30 +0000
committerjeff <jeff@FreeBSD.org>2008-04-02 11:20:30 +0000
commitb0655179358fbd6917b144860a6e1b180e5bc26b (patch)
treee234ebf7577ff7cdc7c7c1d947af6e559d370941 /sys/kern/subr_sleepqueue.c
parentc951adca24b1bfebb3ef74a81858fd6ed52f1713 (diff)
downloadFreeBSD-src-b0655179358fbd6917b144860a6e1b180e5bc26b.zip
FreeBSD-src-b0655179358fbd6917b144860a6e1b180e5bc26b.tar.gz
Implement per-cpu callout threads, wheels, and locks.
- Move callout thread creation from kern_intr.c to kern_timeout.c - Call callout_tick() on every processor via hardclock_cpu() rather than inspecting callout internal details in kern_clock.c. - Remove callout implementation details from callout.h - Package up all of the global variables into a per-cpu callout structure. - Start one thread per-cpu. Threads are not strictly bound. They prefer to execute on the native cpu but may migrate temporarily if interrupts are starving callout processing. - Run all callouts by default in the thread for cpu0 to maintain current ordering and concurrency guarantees. Many consumers may not properly handle concurrent execution. - The new callout_reset_on() api allows specifying a particular cpu to execute the callout on. This may migrate a callout to a new cpu. callout_reset() schedules on the last assigned cpu while callout_reset_curcpu() schedules on the current cpu. Reviewed by: phk Sponsored by: Nokia
Diffstat (limited to 'sys/kern/subr_sleepqueue.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud