Searched refs:all (Results 1 – 11 of 11) 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/trace/ |
D | Kconfig | 101 # enabled by all tracers (context switch and event tracer) they select TRACING. 315 full swap (all buffers). If this is set, then the following is 344 The "all branch" profiler will profile every if-statement in the 362 This tracer profiles all likely and unlikely macros 371 bool "Profile all if conditionals" if !FORTIFY_SOURCE 374 This tracer profiles all branch conditions. Every if () 536 This option will modify all the calls to function tracing 539 compile time, a table is made of all the locations that ftrace 596 functioning properly. It will do tests on all the configured 604 This option performs a test on all trace events in the system. [all …]
|
D | ftrace.c | 1645 int all = false; in __ftrace_hash_rec_update() local 1666 all = true; in __ftrace_hash_rec_update() 1687 if (all) { in __ftrace_hash_rec_update() 1786 if (!all && count == hash->count) in __ftrace_hash_rec_update()
|
/kernel/time/ |
D | Kconfig | 135 context tracking backend but doesn't yet fullfill all the 141 dynticks subsystem by forcing the context tracking on all
|
/kernel/ |
D | Kconfig.preempt | 45 all kernel code (that is not executing in a critical section)
|
/kernel/rcu/ |
D | Kconfig.debug | 19 false-positive splats, we keep it default disabled but once all
|
D | Kconfig | 45 side-effect of preventing "make oldconfig" from asking you all
|
/kernel/dma/ |
D | Kconfig | 142 DMA mapping framework by default aligns all buffers to the smallest
|
/kernel/sched/ |
D | fair.c | 7329 enum fbq_type { regular, remote, all }; enumerator 8477 return all; in fbq_classify_group() 8486 return all; in fbq_classify_rq() 8491 return all; in fbq_classify_group() 9157 .fbq_type = all, in load_balance()
|
/kernel/events/ |
D | core.c | 6891 void *data, bool all) in perf_iterate_ctx() argument 6896 if (!all) { in perf_iterate_ctx()
|