Home
last modified time | relevance | path

Searched refs:all (Results 1 – 14 of 14) sorted by relevance

/kernel/gcov/
Dfs.c55 struct list_head all; member
353 list_for_each_entry(node, &all_head, all) { in get_node_by_name()
525 INIT_LIST_HEAD(&node->all); in init_node()
563 list_add(&node->all, &all_head); in new_node()
593 list_del(&node->all); in release_node()
642 list_for_each_entry(node, &all_head, all) { in reset_write()
DKconfig24 For all files in one directory:
/kernel/bpf/preload/iterators/
DMakefile36 .PHONY: all clean
38 all: iterators.lskel.h target
/kernel/module/
DKconfig81 bool "Source checksum for all modules"
89 will be created for all modules. If unsure, say N.
148 bool "Automatically sign all modules"
152 Sign all modules during make modules_install. Without this option,
204 choose to not compress modules at all.)
307 By default, all unused exported symbols will be un-exported from the
311 exported at all times, even in absence of in-tree users. The value to
/kernel/rcu/
DKconfig48 side-effect of preventing "make oldconfig" from asking you all
107 context switches on all online CPUs, including idle ones,
268 bool "Offload RCU callback processing from all CPUs by default"
272 Use this option to offload callback processing from all CPUs
275 to achieve the effect of offloading all CPUs on boot.
277 Say Y here if you want offload all CPUs by default on boot.
321 Requires rcu_nocbs=all to be set.
DKconfig.debug19 false-positive splats, we keep it default disabled but once all
/kernel/
DKconfig.preempt57 all kernel code (that is not executing in a critical section)
124 prctl(PR_SCHED_CORE) -- task selection ensures that all SMT siblings
129 - mitigation of some (not all) SMT side channels;
Dwatch_queue.c525 u64 id, bool all) in remove_watch_from_object() argument
537 if (all || in remove_watch_from_object()
582 if (all && !hlist_empty(&wlist->watchers)) in remove_watch_from_object()
/kernel/trace/
DKconfig138 # enabled by all tracers (context switch and event tracer) they select TRACING.
226 This option will modify all the calls to function tracing
229 compile time, a table is made of all the locations that ftrace
424 loop with preemption, SoftIRQs and IRQs enabled, thus allowing all
435 the sum of all noise, the max single noise, the percentage of CPU
520 full swap (all buffers). If this is set, then the following is
549 The "all branch" profiler will profile every if-statement in the
567 This tracer profiles all likely and unlikely macros
576 bool "Profile all if conditionals" if !FORTIFY_SOURCE
579 This tracer profiles all branch conditions. Every if ()
[all …]
Dftrace.c1676 int all = false; in __ftrace_hash_rec_update() local
1697 all = true; in __ftrace_hash_rec_update()
1718 if (all) { in __ftrace_hash_rec_update()
1829 if (!all && count == hash->count) in __ftrace_hash_rec_update()
/kernel/time/
DKconfig169 user context tracking backend but doesn't yet fulfill all the
175 dynticks subsystem by forcing the user context tracking on all
/kernel/dma/
DKconfig191 DMA mapping framework by default aligns all buffers to the smallest
/kernel/sched/
Dfair.c8205 enum fbq_type { regular, remote, all }; enumerator
9562 return all; in fbq_classify_group()
9571 return all; in fbq_classify_rq()
9576 return all; in fbq_classify_group()
10665 .fbq_type = all, in load_balance()
/kernel/events/
Dcore.c7725 void *data, bool all) in perf_iterate_ctx() argument
7730 if (!all) { in perf_iterate_ctx()