Lines Matching +full:wakeup +full:- +full:latency
42 .Bl -tag -width indent
44 This read-only sysctl reports the name of the active scheduler.
46 This read-write sysctl reports or sets the length of the quantum (in
47 micro-seconds) granted to a thread.
49 This read-write sysctl sets whether or not the scheduler will generate an
50 inter-processor interrupt (IPI) to an idle CPU when a thread is woken up.
54 This read-only sysctl reports whether or not the kernel is configured to
55 support preemption, which reduces the latency to run lower priority threads
56 on wakeup.
69 While a highly robust and time-tested scheduler,
71 lacks specific knowledge of how to schedule advantageously in non-symmetric
72 processor configurations, such as hyper-threading.