Searched refs:setting (Results 1 – 6 of 6) sorted by relevance
/kernel/bpf/ |
D | Kconfig | 64 is permanently set to 1 and setting any other value than that will 76 Disables unprivileged BPF by default by setting the corresponding 78 still reenable it by setting it to 0 later on, or permanently 79 disable it by setting it to 1 (from which no other transition to
|
/kernel/time/ |
D | posix-timers.c | 715 static int do_timer_gettime(timer_t timer_id, struct itimerspec64 *setting) in do_timer_gettime() argument 726 memset(setting, 0, sizeof(*setting)); in do_timer_gettime() 731 kc->timer_get(timr, setting); in do_timer_gettime() 739 struct __kernel_itimerspec __user *, setting) in SYSCALL_DEFINE2() argument 745 if (put_itimerspec64(&cur_setting, setting)) in SYSCALL_DEFINE2() 754 struct old_itimerspec32 __user *, setting) in SYSCALL_DEFINE2() argument 760 if (put_old_itimerspec32(&cur_setting, setting)) in SYSCALL_DEFINE2()
|
/kernel/kcsan/ |
D | .kunitconfig | 22 # (or alter) this, in conjunction with setting a different test timeout with,
|
/kernel/rcu/ |
D | Kconfig | 185 leaf-level fanouts work well. That said, setting leaf-level 235 setting rcupdate.rcu_normal_after_boot=1. 303 RCU grace periods. Given that a reasonable setting of 305 eliminates such IPIs for many workloads, proper setting
|
/kernel/power/ |
D | Kconfig | 20 Turning OFF this setting is NOT recommended! If in doubt, say Y. 32 This setting changes the default for the run-tim switch. Say Y
|
/kernel/trace/ |
D | Kconfig | 50 by default, even without setting the REGS flag in the ftrace_ops. 217 the return value. This is done by setting the current return
|