Home
last modified time | relevance | path

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

/kernel/gcov/
Dfs.c54 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()
DKconfig23 For all files in one directory:
/kernel/trace/
DKconfig101 # 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 …]
Dftrace.c1645 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/
DKconfig135 context tracking backend but doesn't yet fullfill all the
141 dynticks subsystem by forcing the context tracking on all
/kernel/
DKconfig.preempt45 all kernel code (that is not executing in a critical section)
/kernel/rcu/
DKconfig.debug19 false-positive splats, we keep it default disabled but once all
DKconfig45 side-effect of preventing "make oldconfig" from asking you all
/kernel/dma/
DKconfig142 DMA mapping framework by default aligns all buffers to the smallest
/kernel/sched/
Dfair.c7329 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/
Dcore.c6891 void *data, bool all) in perf_iterate_ctx() argument
6896 if (!all) { in perf_iterate_ctx()