/kernel/time/ |
D | itimer.c | 76 int do_getitimer(int which, struct itimerval *value) in do_getitimer() argument 80 switch (which) { in do_getitimer() 100 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) in SYSCALL_DEFINE2() argument 106 error = do_getitimer(which, &get_buffer); in SYSCALL_DEFINE2() 115 COMPAT_SYSCALL_DEFINE2(getitimer, int, which, in COMPAT_SYSCALL_DEFINE2() argument 119 int error = do_getitimer(which, &kit); in COMPAT_SYSCALL_DEFINE2() 185 int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) in do_setitimer() argument 198 switch (which) { in do_setitimer() 287 SYSCALL_DEFINE3(setitimer, int, which, struct itimerval __user *, value, in SYSCALL_DEFINE3() argument 303 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 | exit.c | 1490 static long kernel_waitid(int which, pid_t upid, struct waitid_info *infop, in kernel_waitid() argument 1504 switch (which) { in kernel_waitid() 1549 SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *, in SYSCALL_DEFINE5() argument 1554 long err = kernel_waitid(which, upid, &info, options, ru ? &r : NULL); in SYSCALL_DEFINE5() 1668 int, which, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE5() argument 1674 long err = kernel_waitid(which, pid, &info, options, uru ? &ru : NULL); in COMPAT_SYSCALL_DEFINE5()
|
D | sys.c | 198 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) in SYSCALL_DEFINE3() argument 207 if (which > PRIO_USER || which < PRIO_PROCESS) in SYSCALL_DEFINE3() 219 switch (which) { in SYSCALL_DEFINE3() 268 SYSCALL_DEFINE2(getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument 277 if (which > PRIO_USER || which < PRIO_PROCESS) in SYSCALL_DEFINE2() 282 switch (which) { in SYSCALL_DEFINE2() 2253 int __weak arch_prctl_spec_ctrl_get(struct task_struct *t, unsigned long which) in arch_prctl_spec_ctrl_get() argument 2258 int __weak arch_prctl_spec_ctrl_set(struct task_struct *t, unsigned long which, in arch_prctl_spec_ctrl_set() argument
|
D | watchdog.c | 680 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() argument 692 *param = (watchdog_enabled & which) != 0; in proc_watchdog_common()
|
D | Kconfig.preempt | 72 Select this if you are building a kernel for systems which
|
D | audit.c | 1085 static void audit_log_feature_change(int which, u32 old_feature, u32 new_feature, in audit_log_feature_change() argument 1098 audit_feature_names[which], !!old_feature, !!new_feature, in audit_log_feature_change()
|
D | signal.c | 2783 static void retarget_shared_pending(struct task_struct *tsk, sigset_t *which) in retarget_shared_pending() argument 2788 sigandsets(&retarget, &tsk->signal->shared_pending.signal, which); in retarget_shared_pending() 3432 static int do_sigtimedwait(const sigset_t *which, kernel_siginfo_t *info, in do_sigtimedwait() argument 3437 sigset_t mask = *which; in do_sigtimedwait()
|
/kernel/power/ |
D | Kconfig | 7 Allow the system to enter sleep states in which main memory is 43 Enable the suspend to disk (STD) functionality, which is usually 60 It creates an image which is saved in your active swap. Upon the next 99 which will set the resume partition to the device specified. 101 Note there is currently not a way to specify which device to save the 292 per-cpu workqueues which were observed to contribute 321 which subsystems can access the energy models.
|
/kernel/rcu/ |
D | Kconfig | 23 thousands of CPUs, but for which real-time response 34 designed for UP systems from which real-time response 44 no such adjustments can be made, which has the often-beneficial 102 root of NR_CPUS, which allows NR_CPUS to be insanely large. 129 skew them, which reduces lock contention enough that large
|
/kernel/trace/ |
D | Kconfig | 152 instruction at the beginning of every kernel function, which NOP 175 Enables hooks which will be called when preemption is first disabled, 202 The default measurement method is a maximum search, which is 227 The default measurement method is a maximum search, which is 252 depending on what the cpumask file is set to, which each thread 288 allowing the user to pick and choose which trace point they 320 After which, only the tracing buffer for CPU 2 was swapped with 339 into the C conditionals to test which path a branch takes. 489 recursion or any unexpected execution path which leads to a kernel 565 in debugfs called function_profile_enabled which defaults to zero. [all …]
|
/kernel/dma/ |
D | Kconfig | 84 This enables the Contiguous Memory Allocator which allows drivers 143 PAGE_SIZE order which is greater than or equal to the requested buffer
|
/kernel/irq/ |
D | manage.c | 2619 int __irq_get_irqchip_state(struct irq_data *data, enum irqchip_irq_state which, in __irq_get_irqchip_state() argument 2637 err = chip->irq_get_irqchip_state(data, which, state); in __irq_get_irqchip_state() 2654 int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which, in irq_get_irqchip_state() argument 2668 err = __irq_get_irqchip_state(data, which, state); in irq_get_irqchip_state() 2687 int irq_set_irqchip_state(unsigned int irq, enum irqchip_irq_state which, in irq_set_irqchip_state() argument 2714 err = chip->irq_set_irqchip_state(data, which, val); in irq_set_irqchip_state()
|
D | chip.c | 1310 enum irqchip_irq_state which, in irq_chip_set_parent_state() argument 1318 return data->chip->irq_set_irqchip_state(data, which, val); in irq_chip_set_parent_state() 1332 enum irqchip_irq_state which, in irq_chip_get_parent_state() argument 1340 return data->chip->irq_get_irqchip_state(data, which, state); in irq_chip_get_parent_state()
|
D | internals.h | 101 enum irqchip_irq_state which,
|
/kernel/gcov/ |
D | Kconfig | 52 which are not linked to the kernel image to prevent linker errors.
|
/kernel/bpf/ |
D | verifier.c | 913 enum bpf_reg_type which) in reg_is_init_pkt_pointer() argument 919 return reg->type == which && in reg_is_init_pkt_pointer()
|