Searched refs:not (Results 1 – 15 of 15) sorted by relevance
/kernel/configs/ |
D | tiny.config | 1 # 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 10 # CONFIG_SLAB is not set 11 # CONFIG_SLUB is not set
|
D | android-base.config | 2 # CONFIG_DEVKMEM is not set 3 # CONFIG_DEVMEM is not set 4 # CONFIG_FHANDLE is not set 5 # CONFIG_INET_LRO is not set 6 # CONFIG_NFSD is not set 7 # CONFIG_NFS_FS is not set 8 # CONFIG_OABI_COMPAT is not set 9 # CONFIG_SYSVIPC is not set 10 # CONFIG_USELIB is not set
|
D | android-recommended.config | 2 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 3 # CONFIG_INPUT_MOUSE is not set 4 # CONFIG_LEGACY_PTYS is not set 5 # CONFIG_NF_CONNTRACK_SIP is not set 6 # CONFIG_PM_WAKELOCKS_GC is not set 7 # CONFIG_VT is not set
|
D | xen.config | 2 # of the not so generic stuff below for xen 15 # Technically not required but otherwise produces
|
/kernel/trace/ |
D | trace_events_filter.c | 174 return !!match == !pred->not; \ 184 match = (val == *addr) ^ pred->not; \ 211 match = cmp ^ pred->not; in filter_pred_string() 225 match = cmp ^ pred->not; in filter_pred_pchar() 250 match = cmp ^ pred->not; in filter_pred_strloc() 284 return !!match == !pred->not; in filter_pred_cpu() 294 match = cmp ^ pred->not; in filter_pred_comm() 367 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument 373 *not = 1; in filter_parse_regex() 377 *not = 0; in filter_parse_regex() [all …]
|
D | Kconfig | 95 # options do not appear when something else selects it. We need the two options 151 small and not measurable even in micro-benchmarks. 281 recording with swaps. But this does not affect the performance 349 when the likelys and unlikelys are not being traced. 358 "Trace likely/unlikely profiler" is that this is not a 378 then it will not have any overhead while the stack tracer 472 enabled, and the functions not enabled will not affect 543 If you are not helping to develop drivers, say N. 568 write which is not added to the rest of the calculations. 590 It creates its own ring buffer such that it will not interfere with [all …]
|
D | ftrace.c | 3732 int not; in register_ftrace_function_probe() local 3738 &func_g.search, ¬); in register_ftrace_function_probe() 3742 if (WARN_ON(not)) in register_ftrace_function_probe() 3853 int not; in __unregister_ftrace_function_probe() local 3856 &func_g.search, ¬); in __unregister_ftrace_function_probe() 3860 if (WARN_ON(not)) in __unregister_ftrace_function_probe() 4647 int not; in ftrace_set_func() local 4653 &func_g.search, ¬); in ftrace_set_func() 4654 if (!not && *idx >= size) in ftrace_set_func() 4678 if (!not) { in ftrace_set_func()
|
D | trace.h | 1108 int not; member 1117 filter_parse_regex(char *buff, int len, char **search, int *not);
|
/kernel/power/ |
D | Kconfig | 28 Some systems prefer not to pay this cost on every invocation 63 In principle it does not require ACPI or APM, although for example 72 continue to run as before. If you do not want the previous state to 82 suspending. Also in this case you must not use the filesystems 110 Note there is currently not a way to specify which device to save the 180 fields of device objects from user space. If you are not a kernel 263 This driver does not spin down disk drives (see the hdparm(8)
|
/kernel/time/ |
D | Kconfig | 141 handling the scheduling-clock tick, whether or not all CPUs 160 However, on smaller systems, scalability is not anywhere near as 174 real-time workloads that at present do not tend to be run on 193 hardware is not capable then this option only increases
|
/kernel/ |
D | Kconfig.preempt | 42 all kernel code (that is not executing in a critical section) 46 otherwise not be about to reach a natural preemption point.
|
D | Kconfig.hz | 11 beneficial for servers and NUMA systems that do not need to have
|
/kernel/debug/kdb/ |
D | kdb_cmds | 4 # registers) are not reliable this early. set and bp commands should
|
/kernel/gcov/ |
D | Kconfig | 51 which are not linked to the kernel image to prevent linker errors.
|
/kernel/irq/ |
D | Kconfig | 25 # and should not be used in new code. Use irq domains instead.
|