Searched refs:all (Results 1 – 13 of 13) sorted by relevance
/kernel/gcov/ |
D | fs.c | 54 struct list_head all; member 243 list_for_each_entry(node, &all_head, all) { in get_node_by_name() 415 INIT_LIST_HEAD(&node->all); in init_node() 453 list_add(&node->all, &all_head); in new_node() 483 list_del(&node->all); in release_node() 532 list_for_each_entry(node, &all_head, all) { in reset_write()
|
D | Kconfig | 23 For all files in one directory:
|
/kernel/bpf/preload/iterators/ |
D | Makefile | 28 .PHONY: all clean 30 all: iterators.skel.h target
|
/kernel/trace/ |
D | Kconfig | 95 can be used for logging all MMIO read/write operations. 112 # enabled by all tracers (context switch and event tracer) they select TRACING. 199 This option will modify all the calls to function tracing 202 compile time, a table is made of all the locations that ftrace 411 full swap (all buffers). If this is set, then the following is 440 The "all branch" profiler will profile every if-statement in the 458 This tracer profiles all likely and unlikely macros 467 bool "Profile all if conditionals" if !FORTIFY_SOURCE 470 This tracer profiles all branch conditions. Every if () 794 functioning properly. It will do tests on all the configured [all …]
|
D | ftrace.c | 1648 int all = false; in __ftrace_hash_rec_update() local 1669 all = true; in __ftrace_hash_rec_update() 1690 if (all) { in __ftrace_hash_rec_update() 1801 if (!all && count == hash->count) in __ftrace_hash_rec_update()
|
/kernel/ |
D | watch_queue.c | 531 u64 id, bool all) in remove_watch_from_object() argument 543 if (all || in remove_watch_from_object() 588 if (all && !hlist_empty(&wlist->watchers)) in remove_watch_from_object()
|
D | Kconfig.preempt | 45 all kernel code (that is not executing in a critical section)
|
/kernel/time/ |
D | Kconfig | 144 context tracking backend but doesn't yet fullfill all the 150 dynticks subsystem by forcing the context tracking on all
|
/kernel/rcu/ |
D | Kconfig | 46 side-effect of preventing "make oldconfig" from asking you all 94 switches on all online CPUs, including idle ones, so use
|
D | Kconfig.debug | 19 false-positive splats, we keep it default disabled but once all
|
/kernel/dma/ |
D | Kconfig | 183 DMA mapping framework by default aligns all buffers to the smallest
|
/kernel/sched/ |
D | fair.c | 7692 enum fbq_type { regular, remote, all }; enumerator 8959 return all; in fbq_classify_group() 8968 return all; in fbq_classify_rq() 8973 return all; in fbq_classify_group() 9954 .fbq_type = all, in load_balance()
|
/kernel/events/ |
D | core.c | 7398 void *data, bool all) in perf_iterate_ctx() argument 7403 if (!all) { in perf_iterate_ctx()
|