Home
last modified time | relevance | path

Searched refs:more (Results 1 – 10 of 10) sorted by relevance

/kernel/rcu/
DKconfig.debug89 If a given RCU grace period extends more than the specified
92 printed at more widely spaced intervals.
127 machines, as in systems with more than about 10 or 20 CPUs.
Dsrcutree.c1244 bool more; in srcu_invoke_callbacks() local
1286 more = rcu_segcblist_ready_cbs(&sdp->srcu_cblist); in srcu_invoke_callbacks()
1288 if (more) in srcu_invoke_callbacks()
DKconfig180 these CPUs up more than roughly once every four jiffies (by
223 grace periods at the expense of being more disruptive.
304 perspective, after which RCU's behavior becomes more relaxed.
/kernel/
DKconfig.preempt24 This option reduces the latency of the kernel by adding more
33 applications to run more 'smoothly' even when the system is
51 This allows applications to run more 'smoothly' even when the
DKconfig.hz11 to have the timer interrupt run at 1000 Hz but 100 Hz may be more
/kernel/trace/
DKconfig340 This tracer, when enabled will create one or more kernel threads,
488 When this is enabled, this adds a little more overhead to the
493 and already adds the overhead (plus a lot more).
586 on a block device queue. For more information (and the userspace
610 Documentation/trace/kprobetrace.rst for more details.
745 Hist triggers allow one or more arbitrary trace event fields
750 using more advanced tools.
851 This will add more overhead to cases that have recursion.
878 This will add more overhead to cases that have recursion.
921 with the event enabled. This adds a bit more time for kernel boot
[all …]
/kernel/power/
DKconfig81 For more information take a look at <file:Documentation/power/swsusp.rst>.
247 during suspend (or more commonly, during resume).
269 and more information, read <file:Documentation/power/apm-acpi.rst>
297 per-cpu workqueues tend to be more power hungry than unbound
/kernel/dma/
DKconfig91 For more information see
134 For more information see <kernel/dma/contiguous.c>.
/kernel/events/
Duprobes.c972 int more = 0; in build_map_info() local
980 if (!prev && !more) { in build_map_info()
991 more++; in build_map_info()
1008 if (!more) in build_map_info()
1025 } while (--more); in build_map_info()
/kernel/irq/
DKconfig129 out the interrupt descriptors in a more NUMA-friendly way. )