Home
last modified time | relevance | path

Searched refs:all (Results 1 – 13 of 13) 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/bpf/preload/iterators/
DMakefile28 .PHONY: all clean
30 all: iterators.skel.h target
/kernel/trace/
DKconfig95 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 …]
Dftrace.c1648 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/
Dwatch_queue.c531 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()
DKconfig.preempt45 all kernel code (that is not executing in a critical section)
/kernel/time/
DKconfig144 context tracking backend but doesn't yet fullfill all the
150 dynticks subsystem by forcing the context tracking on all
/kernel/rcu/
DKconfig46 side-effect of preventing "make oldconfig" from asking you all
94 switches on all online CPUs, including idle ones, so use
DKconfig.debug19 false-positive splats, we keep it default disabled but once all
/kernel/dma/
DKconfig183 DMA mapping framework by default aligns all buffers to the smallest
/kernel/sched/
Dfair.c7692 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/
Dcore.c7398 void *data, bool all) in perf_iterate_ctx() argument
7403 if (!all) { in perf_iterate_ctx()