Home
last modified time | relevance | path

Searched refs:on (Results 1 – 20 of 20) sorted by relevance

/kernel/
DKconfig.locks3 # The ARCH_INLINE foo is necessary because select ignores "depends on"
114 depends on ARCH_INLINE_SPIN_TRYLOCK
118 depends on ARCH_INLINE_SPIN_TRYLOCK_BH
122 depends on !GENERIC_LOCKBREAK && ARCH_INLINE_SPIN_LOCK
126 depends on !GENERIC_LOCKBREAK && ARCH_INLINE_SPIN_LOCK_BH
130 depends on !GENERIC_LOCKBREAK && ARCH_INLINE_SPIN_LOCK_IRQ
134 depends on !GENERIC_LOCKBREAK && ARCH_INLINE_SPIN_LOCK_IRQSAVE
138 depends on ARCH_INLINE_SPIN_UNLOCK_BH
142 depends on !PREEMPT || ARCH_INLINE_SPIN_UNLOCK_IRQ
146 depends on ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
[all …]
DKconfig.hz15 Note that the timer interrupt occurs on each processor in an SMP
32 on SMP and NUMA systems. If you are going to be using NTSC video
40 on SMP and NUMA systems and exactly dividing by both PAL and
DKconfig.preempt22 depends on !ARCH_NO_PREEMPT
40 depends on !ARCH_NO_PREEMPT
60 depends on EXPERT && ARCH_SUPPORTS_RT
/kernel/power/
DKconfig4 depends on ARCH_SUSPEND_POSSIBLE
14 depends on SUSPEND
23 bool "Skip kernel's sys_sync() on suspend to RAM/standby"
24 depends on SUSPEND
25 depends on EXPERT
28 Some systems prefer not to pay this cost on every invocation
37 depends on SWAP && ARCH_HIBERNATION_POSSIBLE
45 system and powers it off; and restores that checkpoint on reboot.
48 after placing resume=/dev/swappartition on the kernel command line
65 Note, however, that fsck will be run on your filesystems and you will
[all …]
/kernel/trace/
DKconfig74 depends on HAVE_FTRACE_NMI_ENTER
93 depends on TRACE_PREEMPT_TOGGLE || TRACE_IRQFLAGS
127 depends on TRACE_IRQFLAGS_SUPPORT
128 depends on STACKTRACE_SUPPORT
143 depends on HAVE_FUNCTION_TRACER
160 depends on HAVE_FUNCTION_GRAPH_TRACER
161 depends on FUNCTION_TRACER
162 depends on !X86_32 || !CC_OPTIMIZE_FOR_SIZE
170 address on the current task structure into a stack of calls.
190 depends on TRACE_IRQFLAGS_SUPPORT
[all …]
Dtrace_functions.c283 struct trace_array *tr, bool on, in update_traceon_count() argument
328 if (on == !!tracer_tracing_is_on(tr)) in update_traceon_count()
331 if (on) in update_traceon_count()
Dftrace.c1018 # error Dynamic ftrace depends on MCOUNT_RECORD
/kernel/time/
DKconfig44 depends on GENERIC_CLOCKEVENTS
66 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
81 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
85 will only trigger on an as-needed basis when the system is idle.
93 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
95 depends on SMP
96 depends on HAVE_CONTEXT_TRACKING
98 depends on HAVE_VIRT_CPU_ACCOUNTING_GEN
107 task on the CPU. Chances for running tickless are maximized when
126 depends on CONTEXT_TRACKING
[all …]
/kernel/livepatch/
DKconfig9 depends on DYNAMIC_FTRACE_WITH_REGS
10 depends on MODULES
11 depends on SYSFS
12 depends on KALLSYMS_ALL
13 depends on HAVE_LIVEPATCH
14 depends on !TRIM_UNUSED_KSYMS
/kernel/rcu/
DKconfig.debug13 depends on PROVE_RCU && RCU_EXPERT
28 depends on DEBUG_KERNEL
35 tests on the RCU infrastructure. The kernel module may be built
36 after the fact on the running kernel to be tested, if desired.
45 depends on DEBUG_KERNEL
52 on the RCU infrastructure. The kernel module may be built
53 after the fact on the running kernel to be tested, if desired.
62 depends on RCU_STALL_COMMON
73 depends on DEBUG_KERNEL
85 depends on DEBUG_KERNEL
DKconfig95 depends on (TREE_RCU || PREEMPT_RCU) && RCU_EXPERT
100 of RCU, allowing RCU to work efficiently on machines with
106 code paths on small(er) systems.
115 depends on (TREE_RCU || PREEMPT_RCU) && RCU_EXPERT
132 lock contention on the leaf-level rcu_node structures unless
139 kernel boot parameter to avoid contention on the rcu_node
146 depends on NO_HZ_COMMON && SMP && RCU_EXPERT
164 depends on RT_MUTEXES && PREEMPT_RCU && RCU_EXPERT
178 depends on RCU_BOOST
190 depends on TREE_RCU || PREEMPT_RCU
[all …]
/kernel/gcov/
DKconfig6 depends on DEBUG_FS
41 depends on !COMPILE_TEST
42 depends on GCOV_KERNEL
43 depends on ARCH_HAS_GCOV_PROFILE_ALL
56 depends on GCOV_KERNEL
57 depends on CC_IS_GCC
67 depends on GCC_VERSION < 40700
/kernel/dma/
DKconfig5 depends on !NO_DMA
65 depends on HAS_DMA
72 depends on MMU
82 depends on HAVE_DMA_CONTIGUOUS && CMA
88 You can disable CMA by specifying "cma=0" on the kernel's command
99 depends on !CMA_SIZE_SEL_PERCENTAGE
110 depends on !CMA_SIZE_SEL_MBYTES
179 depends on DMA_API_DEBUG
/kernel/irq/
DKconfig46 # Tasklet based software resend for pending interrupts on enable_irq()
121 low kernel memory footprint on smaller machines.
123 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
130 depends on DEBUG_FS
Dmanage.c700 static int set_irq_wake_real(unsigned int irq, unsigned int on) in set_irq_wake_real() argument
709 ret = desc->irq_data.chip->irq_set_wake(&desc->irq_data, on); in set_irq_wake_real()
726 int irq_set_irq_wake(unsigned int irq, unsigned int on) in irq_set_irq_wake() argument
744 if (on) { in irq_set_irq_wake()
746 ret = set_irq_wake_real(irq, on); in irq_set_irq_wake()
756 ret = set_irq_wake_real(irq, on); in irq_set_irq_wake()
Dgeneric-chip.c187 int irq_gc_set_wake(struct irq_data *d, unsigned int on) in irq_gc_set_wake() argument
196 if (on) in irq_gc_set_wake()
Dchip.c1522 int irq_chip_set_wake_parent(struct irq_data *data, unsigned int on) in irq_chip_set_wake_parent() argument
1530 return data->chip->irq_set_wake(data, on); in irq_chip_set_wake_parent()
/kernel/configs/
Dnopm.config5 # Triggers PM on OMAP
/kernel/debug/kdb/
Dkdb_cmds26 defcmd dumpcpu "" "Same as dumpall but only tasks on cpus"
/kernel/events/
Dcore.c5995 static int perf_fasync(int fd, struct file *filp, int on) in perf_fasync() argument
6002 retval = fasync_helper(fd, filp, on, &event->fasync); in perf_fasync()