Searched refs:on (Results 1 – 13 of 13) sorted by relevance
/kernel/ |
D | Kconfig.locks | 2 # The ARCH_INLINE foo is necessary because select ignores "depends on" 113 depends on ARCH_INLINE_SPIN_TRYLOCK 117 depends on ARCH_INLINE_SPIN_TRYLOCK_BH 121 depends on !GENERIC_LOCKBREAK && ARCH_INLINE_SPIN_LOCK 125 depends on !GENERIC_LOCKBREAK && ARCH_INLINE_SPIN_LOCK_BH 129 depends on !GENERIC_LOCKBREAK && ARCH_INLINE_SPIN_LOCK_IRQ 133 depends on !GENERIC_LOCKBREAK && ARCH_INLINE_SPIN_LOCK_IRQSAVE 137 depends on ARCH_INLINE_SPIN_UNLOCK_BH 141 depends on !PREEMPT || ARCH_INLINE_SPIN_UNLOCK_BH 145 depends on ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE [all …]
|
D | Kconfig.hz | 14 Note that the timer interrupt occurs on each processor in an SMP 31 on SMP and NUMA systems. If you are going to be using NTSC video 39 on SMP and NUMA systems and exactly dividing by both PAL and
|
/kernel/trace/ |
D | Kconfig | 78 depends on HAVE_FTRACE_NMI_ENTER 129 depends on TRACE_IRQFLAGS_SUPPORT || PPC32 130 depends on STACKTRACE_SUPPORT 145 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. 176 depends on TRACE_IRQFLAGS_SUPPORT 177 depends on !ARCH_USES_GETTIMEOFFSET [all …]
|
D | ftrace.c | 1082 # error Dynamic ftrace depends on MCOUNT_RECORD
|
/kernel/power/ |
D | Kconfig | 3 depends on ARCH_SUSPEND_POSSIBLE 13 depends on SUSPEND 34 depends on SWAP && ARCH_HIBERNATION_POSSIBLE 42 system and powers it off; and restores that checkpoint on reboot. 45 after placing resume=/dev/swappartition on the kernel command line 62 Note, however, that fsck will be run on your filesystems and you will 82 depends on HIBERNATION 90 on before suspending. 104 depends on SUSPEND || HIBERNATE_CALLBACKS 108 depends on SMP [all …]
|
/kernel/time/ |
D | Kconfig | 39 depends on GENERIC_CLOCKEVENTS 48 depends on GENERIC_CLOCKEVENTS 70 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS 85 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS 89 will only trigger on an as-needed basis when the system is idle. 97 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS 99 depends on SMP 101 depends on HAVE_CONTEXT_TRACKING 103 depends on 64BIT 113 task on the CPU. Chances for running tickless are maximized when [all …]
|
D | posix-clock.c | 85 static int posix_clock_fasync(int fd, struct file *fp, int on) in posix_clock_fasync() argument 94 err = clk->ops.fasync(clk, fd, fp, on); in posix_clock_fasync()
|
/kernel/irq/ |
D | Kconfig | 39 # Tasklet based software resend for pending interrupts on enable_irq() 61 depends on IRQ_DOMAIN && DEBUG_FS 79 low kernel memory footprint on smaller machines. 81 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
|
D | manage.c | 481 static int set_irq_wake_real(unsigned int irq, unsigned int on) in set_irq_wake_real() argument 490 ret = desc->irq_data.chip->irq_set_wake(&desc->irq_data, on); in set_irq_wake_real() 507 int irq_set_irq_wake(unsigned int irq, unsigned int on) in irq_set_irq_wake() argument 519 if (on) { in irq_set_irq_wake() 521 ret = set_irq_wake_real(irq, on); in irq_set_irq_wake() 531 ret = set_irq_wake_real(irq, on); in irq_set_irq_wake()
|
D | generic-chip.c | 169 int irq_gc_set_wake(struct irq_data *d, unsigned int on) in irq_gc_set_wake() argument 178 if (on) in irq_gc_set_wake()
|
/kernel/gcov/ |
D | Kconfig | 5 depends on DEBUG_FS 37 depends on GCOV_KERNEL 38 depends on SUPERH || S390 || X86 || PPC || MICROBLAZE
|
/kernel/debug/kdb/ |
D | kdb_cmds | 26 defcmd dumpcpu "" "Same as dumpall but only tasks on cpus"
|
/kernel/events/ |
D | core.c | 3967 static int perf_fasync(int fd, struct file *filp, int on) in perf_fasync() argument 3974 retval = fasync_helper(fd, filp, on, &event->fasync); in perf_fasync()
|