/kernel/ |
D | exit.c | 1619 int options, struct rusage *ru) in kernel_waitid() argument 1627 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid() 1630 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in kernel_waitid() 1670 wo.wo_flags = options; in kernel_waitid() 1677 if (!ret && !(options & WNOHANG) && (f_flags & O_NONBLOCK)) in kernel_waitid() 1685 infop, int, options, struct rusage __user *, ru) in SYSCALL_DEFINE5() argument 1689 long err = kernel_waitid(which, upid, &info, options, ru ? &r : NULL); in SYSCALL_DEFINE5() 1717 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() argument 1725 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4() 1748 wo.wo_flags = options | WEXITED; in kernel_wait4() [all …]
|
/kernel/cgroup/ |
D | rdma.c | 389 static int rdmacg_parse_limits(char *options, in rdmacg_parse_limits() argument 396 while ((c = strsep(&options, " ")) != NULL) { in rdmacg_parse_limits() 432 char *options = strstrip(buf); in rdmacg_resource_set_max() local 438 dev_name = strsep(&options, " "); in rdmacg_resource_set_max() 450 ret = rdmacg_parse_limits(options, new_limits, &enables); in rdmacg_resource_set_max()
|
/kernel/printk/ |
D | console_cmdline.h | 10 char *options; /* Options for the driver */ member
|
D | printk.c | 2372 static int __add_preferred_console(char *name, int idx, char *options, in __add_preferred_console() argument 2398 c->options = options; in __add_preferred_console() 2423 char *s, *options, *brl_options = NULL; in console_setup() local 2449 options = strchr(str, ','); in console_setup() 2450 if (options) in console_setup() 2451 *(options++) = 0; in console_setup() 2464 __add_preferred_console(buf, idx, options, brl_options, true); in console_setup() 2483 int add_preferred_console(char *name, int idx, char *options) in add_preferred_console() argument 2485 return __add_preferred_console(name, idx, options, NULL, false); in add_preferred_console() 2926 newcon->match(newcon, c->name, c->index, c->options) != 0) { in try_enable_new_console() [all …]
|
D | braille.c | 44 rtn = braille_register_console(console, c->index, c->options, in _braille_register_console()
|
/kernel/time/ |
D | timer.c | 966 __mod_timer(struct timer_list *timer, unsigned long expires, unsigned int options) in __mod_timer() argument 980 if (!(options & MOD_TIMER_NOTPENDING) && timer_pending(timer)) { in __mod_timer() 990 if (options & MOD_TIMER_REDUCE && diff <= 0) in __mod_timer() 1002 if (timer_pending(timer) && (options & MOD_TIMER_REDUCE) && in __mod_timer() 1017 if (!(options & MOD_TIMER_REDUCE)) in __mod_timer() 1030 if (!ret && (options & MOD_TIMER_PENDING_ONLY)) in __mod_timer()
|
D | Kconfig | 3 # Timer subsystem related configuration options
|
/kernel/gcov/ |
D | Kconfig | 48 This options activates profiling for the entire kernel.
|
/kernel/trace/ |
D | Kconfig | 56 Arch supports the gcc options -pg with -mfentry 61 Arch supports the gcc options -pg with -mrecord-mcount and -nop-mcount 114 # All tracer options should select GENERIC_TRACER. For those options that are 116 # This allows those options to appear when no other tracer is selected. But the 117 # options do not appear when something else selects it. We need the two options 119 # hiding of the automatic options.
|
D | trace.c | 8968 if (tr->options) in trace_options_init_dentry() 8969 return tr->options; in trace_options_init_dentry() 8975 tr->options = tracefs_create_dir("options", d_tracer); in trace_options_init_dentry() 8976 if (!tr->options) { in trace_options_init_dentry() 8981 return tr->options; in trace_options_init_dentry()
|
D | trace.h | 362 struct dentry *options; member
|
/kernel/rcu/ |
D | Kconfig.debug | 3 # RCU-related debugging configuration options
|
D | Kconfig | 3 # RCU-related configuration options 48 obscure RCU options to be set up.
|