Searched refs:all (Results 1 – 17 of 17) sorted by relevance
| /kernel/gcov/ |
| A D | fs.c | 55 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()
|
| A D | Kconfig | 24 For all files in one directory:
|
| /kernel/configs/ |
| A D | hardening.config | 60 # Initialize all heap variables to zero on allocation. 63 # Initialize all heap variables to zero on free to reduce stale data lifetime. 66 # Initialize all stack variables to zero on function entry.
|
| /kernel/bpf/preload/iterators/ |
| A D | Makefile | 36 .PHONY: all clean 38 all: iterators.lskel-little-endian.h target
|
| /kernel/module/ |
| A D | Kconfig | 44 For example, size of all modules, average size, text size, a list 118 should keep this disabled at all times unless you are a developer 241 bool "Source checksum for all modules" 249 will be created for all modules. If unsure, say N. 281 bool "Automatically sign all modules" 285 Sign all modules during make modules_install. Without this option, 385 bool "Automatically compress all modules" 389 Compress all modules during 'make modules_install'. 452 By default, all unused exported symbols will be un-exported from the 456 exported at all times, even in absence of in-tree users. The value to
|
| /kernel/trace/ |
| A D | Kconfig | 297 This option will modify all the calls to function tracing 300 compile time, a table is made of all the locations that ftrace 594 full swap (all buffers). If this is set, then the following is 641 This tracer profiles all likely and unlikely macros 650 bool "Profile all if conditionals" if !FORTIFY_SOURCE 653 This tracer profiles all branch conditions. Every if () 1026 listed in the "recursed_functions" file, that lists all 1080 functioning properly. It will do tests on all the configured 1130 and all ring buffers will be disabled. 1147 buffer to make sure that all the time deltas for the [all …]
|
| A D | ftrace.c | 1743 int all = false; in __ftrace_hash_rec_update() local 1756 all = true; in __ftrace_hash_rec_update() 1766 if (all) { in __ftrace_hash_rec_update() 1880 if (!all && count == hash->count) in __ftrace_hash_rec_update()
|
| /kernel/rcu/ |
| A D | Kconfig | 48 side-effect of preventing "make oldconfig" from asking you all 119 context switches on all online CPUs, including idle ones, 288 bool "Offload RCU callback processing from all CPUs by default" 292 Use this option to offload callback processing from all CPUs 295 to achieve the effect of offloading all CPUs on boot. 297 Say Y here if you want offload all CPUs by default on boot.
|
| A D | Kconfig.debug | 19 false-positive splats, we keep it default disabled but once all 148 RCU stall report. For multiple continuous RCU stalls, all sampling 168 containing only lockless code. After all, it is quite possible
|
| /kernel/trace/rv/monitors/sched/ |
| A D | Kconfig | 9 Enable this to enable all scheduler specification supported by the current kernel.
|
| /kernel/ |
| A D | Kconfig.preempt | 62 all kernel code (that is not executing in a critical section) 141 prctl(PR_SCHED_CORE) -- task selection ensures that all SMT siblings 146 - mitigation of some (not all) SMT side channels;
|
| A D | watch_queue.c | 532 u64 id, bool all) in remove_watch_from_object() argument 544 if (all || in remove_watch_from_object() 589 if (all && !hlist_empty(&wlist->watchers)) in remove_watch_from_object()
|
| /kernel/time/ |
| A D | Kconfig | 169 user context tracking backend but doesn't yet fulfill all the 175 dynticks subsystem by forcing the user context tracking on all
|
| /kernel/dma/ |
| A D | Kconfig | 234 DMA mapping framework by default aligns all buffers to the smallest
|
| /kernel/sched/ |
| A D | fair.c | 9063 enum fbq_type { regular, remote, all }; enumerator 10500 return all; in fbq_classify_group() 10509 return all; in fbq_classify_rq() 10514 return all; in fbq_classify_group() 11661 .fbq_type = all, in sched_balance_rq()
|
| A D | ext.c | 6222 const char *all = READ_ONCE(scx_switching_all) ? "+all" : ""; in print_scx_info() local 6237 scx_enable_state_str[state], all); in print_scx_info() 6248 log_lvl, sch->ops.name, scx_enable_state_str[state], all, in print_scx_info()
|
| /kernel/events/ |
| A D | core.c | 8561 void *data, bool all) in perf_iterate_ctx() argument 8566 if (!all) { in perf_iterate_ctx()
|
Completed in 95 milliseconds