/kernel/time/ |
D | itimer.c | 76 static int do_getitimer(int which, struct itimerspec64 *value) in do_getitimer() argument 80 switch (which) { in do_getitimer() 113 SYSCALL_DEFINE2(getitimer, int, which, struct __kernel_old_itimerval __user *, value) in SYSCALL_DEFINE2() argument 116 int error = do_getitimer(which, &get_buffer); in SYSCALL_DEFINE2() 141 COMPAT_SYSCALL_DEFINE2(getitimer, int, which, in COMPAT_SYSCALL_DEFINE2() argument 145 int error = do_getitimer(which, &get_buffer); in COMPAT_SYSCALL_DEFINE2() 206 static int do_setitimer(int which, struct itimerspec64 *value, in do_setitimer() argument 213 switch (which) { in do_setitimer() 332 SYSCALL_DEFINE3(setitimer, int, which, struct __kernel_old_itimerval __user *, value, in SYSCALL_DEFINE3() argument 349 error = do_setitimer(which, &set_buffer, ovalue ? &get_buffer : NULL); in SYSCALL_DEFINE3() [all …]
|
D | timeconst.bc | 30 which brings the mul value into the range 2^b-1 <= x < 2^b. Such
|
/kernel/ |
D | utsname_sysctl.c | 19 char *which = table->data; in get_uts() local 23 which = (which - (char *)&init_uts_ns) + (char *)uts_ns; in get_uts() 25 return which; in get_uts()
|
D | Kconfig.preempt | 73 Select this if you are building a kernel for systems which 92 The feature is primarily interesting for Linux distributions which 118 which is the likely usage by Linux distributions, there should
|
D | exit.c | 1621 static long kernel_waitid(int which, pid_t upid, struct waitid_info *infop, in kernel_waitid() argument 1636 switch (which) { in kernel_waitid() 1687 SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *, in SYSCALL_DEFINE5() argument 1692 long err = kernel_waitid(which, upid, &info, options, ru ? &r : NULL); in SYSCALL_DEFINE5() 1822 int, which, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE5() argument 1828 long err = kernel_waitid(which, pid, &info, options, uru ? &ru : NULL); in COMPAT_SYSCALL_DEFINE5()
|
D | sys.c | 206 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) in SYSCALL_DEFINE3() argument 215 if (which > PRIO_USER || which < PRIO_PROCESS) in SYSCALL_DEFINE3() 227 switch (which) { in SYSCALL_DEFINE3() 276 SYSCALL_DEFINE2(getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument 285 if (which > PRIO_USER || which < PRIO_PROCESS) in SYSCALL_DEFINE2() 290 switch (which) { in SYSCALL_DEFINE2() 2275 int __weak arch_prctl_spec_ctrl_get(struct task_struct *t, unsigned long which) in arch_prctl_spec_ctrl_get() argument 2280 int __weak arch_prctl_spec_ctrl_set(struct task_struct *t, unsigned long which, in arch_prctl_spec_ctrl_set() argument
|
D | watchdog.c | 668 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() argument 680 *param = (watchdog_enabled & which) != 0; in proc_watchdog_common()
|
D | audit.c | 1131 static void audit_log_feature_change(int which, u32 old_feature, u32 new_feature, in audit_log_feature_change() argument 1144 audit_feature_names[which], !!old_feature, !!new_feature, in audit_log_feature_change()
|
D | signal.c | 2951 static void retarget_shared_pending(struct task_struct *tsk, sigset_t *which) in retarget_shared_pending() argument 2956 sigandsets(&retarget, &tsk->signal->shared_pending.signal, which); in retarget_shared_pending() 3603 static int do_sigtimedwait(const sigset_t *which, kernel_siginfo_t *info, in do_sigtimedwait() argument 3608 sigset_t mask = *which; in do_sigtimedwait()
|
/kernel/irq/ |
D | irq_sim.c | 53 enum irqchip_irq_state which, bool *state) in irq_sim_get_irqchip_state() argument 58 switch (which) { in irq_sim_get_irqchip_state() 71 enum irqchip_irq_state which, bool state) in irq_sim_set_irqchip_state() argument 76 switch (which) { in irq_sim_set_irqchip_state()
|
D | chip.c | 1315 enum irqchip_irq_state which, in irq_chip_set_parent_state() argument 1323 return data->chip->irq_set_irqchip_state(data, which, val); in irq_chip_set_parent_state() 1337 enum irqchip_irq_state which, in irq_chip_get_parent_state() argument 1345 return data->chip->irq_get_irqchip_state(data, which, state); in irq_chip_get_parent_state()
|
D | manage.c | 2798 int __irq_get_irqchip_state(struct irq_data *data, enum irqchip_irq_state which, in __irq_get_irqchip_state() argument 2818 err = chip->irq_get_irqchip_state(data, which, state); in __irq_get_irqchip_state() 2835 int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which, in irq_get_irqchip_state() argument 2849 err = __irq_get_irqchip_state(data, which, state); in irq_get_irqchip_state() 2868 int irq_set_irqchip_state(unsigned int irq, enum irqchip_irq_state which, in irq_set_irqchip_state() argument 2899 err = chip->irq_set_irqchip_state(data, which, val); in irq_set_irqchip_state()
|
D | internals.h | 105 enum irqchip_irq_state which,
|
/kernel/power/ |
D | Kconfig | 7 Allow the system to enter sleep states in which main memory is 46 Enable the suspend to disk (STD) functionality, which is usually 63 It creates an image which is saved in your active swap. Upon the next 111 which will set the resume partition to the device specified. 113 Note there is currently not a way to specify which device to save the 301 per-cpu workqueues which were observed to contribute 329 from which subsystems can access the energy models.
|
/kernel/rcu/ |
D | Kconfig | 24 thousands of CPUs, but for which real-time response 35 designed for UP systems from which real-time response 45 no such adjustments can be made, which has the often-beneficial 129 root of NR_CPUS, which allows NR_CPUS to be insanely large. 158 skew them, which reduces lock contention enough that large 225 This option is disabled by default on PREEMPT_RT=y kernels which
|
/kernel/trace/ |
D | Kconfig | 168 instruction at the beginning of every kernel function, which NOP 232 in debugfs called function_profile_enabled which defaults to zero. 267 Enables hooks which will be called when preemption is first disabled, 284 The default measurement method is a maximum search, which is 308 The default measurement method is a maximum search, which is 334 depending on what the cpumask file is set to, which each thread 417 by the thread, which is the same level that cyclictest reports. The 424 stacktrace at the IRQ context, which helps to identify the code 446 allowing the user to pick and choose which trace point they 478 After which, only the tracing buffer for CPU 2 was swapped with [all …]
|
/kernel/bpf/ |
D | Kconfig | 7 # Used by archs to tell that they support BPF JIT compiler plus which 72 disable it by setting it to 1 (from which no other transition to
|
D | verifier.c | 1191 enum bpf_reg_type which) in reg_is_init_pkt_pointer() argument 1197 return reg->type == which && in reg_is_init_pkt_pointer()
|
/kernel/dma/ |
D | Kconfig | 87 This enables support for restricted DMA pools which provide a level of 127 This enables the Contiguous Memory Allocator which allows drivers 197 PAGE_SIZE order which is greater than or equal to the requested buffer
|
/kernel/gcov/ |
D | Kconfig | 54 which are not linked to the kernel image to prevent linker errors.
|