Home
last modified time | relevance | path

Searched refs:not (Results 1 – 21 of 21) sorted by relevance

/kernel/configs/
Ddebug.config27 # CONFIG_UBSAN_ALIGNMENT is not set
28 # CONFIG_UBSAN_DIV_ZERO is not set
29 # CONFIG_UBSAN_TRAP is not set
30 # CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
43 # CONFIG_DEBUG_PAGEALLOC is not set
44 # CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF is not set
45 # CONFIG_DEBUG_RODATA_TEST is not set
46 # CONFIG_DEBUG_WX is not set
47 # CONFIG_KFENCE is not set
48 # CONFIG_PAGE_POISONING is not set
[all …]
Dtiny.config1 # CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
3 # CONFIG_KERNEL_GZIP is not set
4 # CONFIG_KERNEL_BZIP2 is not set
5 # CONFIG_KERNEL_LZMA is not set
7 # CONFIG_KERNEL_LZO is not set
8 # CONFIG_KERNEL_LZ4 is not set
9 # CONFIG_SLAB is not set
10 # CONFIG_SLUB is not set
Dandroid-base.config2 # CONFIG_DEVMEM is not set
3 # CONFIG_FHANDLE is not set
4 # CONFIG_INET_LRO is not set
5 # CONFIG_NFSD is not set
6 # CONFIG_NFS_FS is not set
7 # CONFIG_OABI_COMPAT is not set
8 # CONFIG_SYSVIPC is not set
9 # CONFIG_USELIB is not set
Dandroid-recommended.config2 # CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
3 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
4 # CONFIG_INPUT_MOUSE is not set
5 # CONFIG_LEGACY_PTYS is not set
6 # CONFIG_NF_CONNTRACK_SIP is not set
7 # CONFIG_PM_WAKELOCKS_GC is not set
8 # CONFIG_VT is not set
Dxen.config2 # of the not so generic stuff below for xen
15 # Technically not required but otherwise produces
/kernel/module/
DKconfig12 useful for infrequently used options which are not required
36 Without this option you will not be able to unload any
37 modules (note that some modules may not be unloadable
143 Android GKI protected symbols and do not export the symbols already
145 -EACCES (Permission denied) if symbol access conditions are not met.
155 comment "Do not forget to sign required modules with scripts/sign-file"
164 directly so that signature verification can take place. It is not
204 choose to not compress modules at all.)
226 Do not compress modules. The installed modules are suffixed
/kernel/trace/
DKconfig58 but does not want them included in the ftrace locations.
140 # options do not appear when something else selects it. We need the two options
203 small and not measurable even in micro-benchmarks (at least on
232 enabled, and the functions not enabled will not affect
300 then it will not have any overhead while the stack tracer
396 for "width" microseconds in every "window" cycle. It will not spin
402 When the tracer is not running, it has no affect on the system,
404 periodically non responsive. Do not run this tracer on a
485 If you are not helping to develop drivers, say N.
530 recording with swaps. But this does not affect the performance
[all …]
Dtrace_events_filter.c78 int not; member
679 match = (val == *addr) ^ pred->not; \
752 match = cmp ^ pred->not; in filter_pred_string()
765 match = cmp ^ pred->not; in filter_pchar()
815 match = cmp ^ pred->not; in filter_pred_strloc()
838 match = cmp ^ pred->not; in filter_pred_strrelloc()
876 return cmp ^ pred->not; in filter_pred_comm()
950 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument
956 *not = 1; in filter_parse_regex()
960 *not = 0; in filter_parse_regex()
[all …]
Dfgraph.c117 # error MCOUNT_INSN_SIZE not defined with direct calls enabled
Dftrace.c4836 int not; in unregister_ftrace_function_probe_func() local
4839 &func_g.search, &not); in unregister_ftrace_function_probe_func()
4843 if (WARN_ON(not)) in unregister_ftrace_function_probe_func()
6485 int not; in ftrace_graph_set_hash() local
6489 &func_g.search, &not); in ftrace_graph_set_hash()
6508 if (!not) { in ftrace_graph_set_hash()
Dtrace.h1480 filter_parse_regex(char *buff, int len, char **search, int *not);
/kernel/power/
DKconfig28 Some systems prefer not to pay this cost on every invocation
57 In principle it does not require ACPI or APM, although for example
66 continue to run as before. If you do not want the previous state to
76 suspending. Also in this case you must not use the filesystems
113 Note there is currently not a way to specify which device to save the
160 a userspace power manager service should enable this option; and not
163 bad, undesirable effects, and should not be enabled just for fun.
210 fields of device objects from user space. If you are not a kernel
293 This driver does not spin down disk drives (see the hdparm(8)
/kernel/
DKconfig.preempt57 all kernel code (that is not executing in a critical section)
61 otherwise not be about to reach a natural preemption point.
112 but if runtime patching is not available for the specific architecture
129 - mitigation of some (not all) SMT side channels;
DKconfig.hz12 beneficial for servers and NUMA systems that do not need to have
/kernel/debug/kdb/
Dkdb_cmds4 # registers) are not reliable this early. set and bp commands should
/kernel/gcov/
DKconfig53 which are not linked to the kernel image to prevent linker errors.
/kernel/time/
DKconfig52 # and not from the timer interrupt context
196 hardware is not capable then this option only increases
/kernel/rcu/
DKconfig38 is not required. This option greatly reduces the
89 that uses only voluntary context switch (not preemption!),
183 are not helped by synchronized interrupts, and thus tend to
347 the marking of boot completion has not yet occurred.
/kernel/trace/rv/
DKconfig46 Enable wwnr (wakeup while not running) sample monitor, this is a
/kernel/irq/
DKconfig148 # Do not even think of enabling this on any new platform
/kernel/dma/
DKconfig124 hardware components that do not support I/O map nor scatter-gather.