Searched refs:options (Results 1 – 10 of 10) sorted by relevance
/kernel/ |
D | exit.c | 1594 infop, int, options, struct rusage __user *, ru) in SYSCALL_DEFINE5() argument 1601 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in SYSCALL_DEFINE5() 1604 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in SYSCALL_DEFINE5() 1630 wo.wo_flags = options; in SYSCALL_DEFINE5() 1663 int, options, struct rusage __user *, ru) in SYSCALL_DEFINE4() argument 1670 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in SYSCALL_DEFINE4() 1689 wo.wo_flags = options | WEXITED; in SYSCALL_DEFINE4() 1705 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) in SYSCALL_DEFINE3() argument 1707 return sys_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3()
|
D | compat.c | 539 int, options, in COMPAT_SYSCALL_DEFINE4() argument 543 return sys_wait4(pid, stat_addr, options, NULL); in COMPAT_SYSCALL_DEFINE4() 554 options, (struct rusage __user *) &r); in COMPAT_SYSCALL_DEFINE4() 569 struct compat_siginfo __user *, uinfo, int, options, in COMPAT_SYSCALL_DEFINE5() argument 580 ret = sys_waitid(which, pid, (siginfo_t __user *)&info, options, in COMPAT_SYSCALL_DEFINE5()
|
/kernel/printk/ |
D | printk.c | 2045 static int __add_preferred_console(char *name, int idx, char *options, in __add_preferred_console() argument 2069 c->options = options; in __add_preferred_console() 2082 char *s, *options, *brl_options = NULL; in console_setup() local 2098 options = strchr(str, ','); in console_setup() 2099 if (options) in console_setup() 2100 *(options++) = 0; in console_setup() 2113 __add_preferred_console(buf, idx, options, brl_options); in console_setup() 2132 int add_preferred_console(char *name, int idx, char *options) in add_preferred_console() argument 2134 return __add_preferred_console(name, idx, options, NULL); in add_preferred_console() 2674 newcon->match(newcon, c->name, c->index, c->options) != 0) { in register_console() [all …]
|
D | console_cmdline.h | 8 char *options; /* Options for the driver */ member
|
D | braille.c | 36 rtn = braille_register_console(console, c->index, c->options, in _braille_register_console()
|
/kernel/trace/ |
D | Kconfig | 48 Arch supports the gcc options -pg with -mfentry 87 # All tracer options should select GENERIC_TRACER. For those options that are 89 # This allows those options to appear when no other tracer is selected. But the 90 # options do not appear when something else selects it. We need the two options 92 # hiding of the automatic options.
|
D | trace.c | 6843 if (tr->options) in trace_options_init_dentry() 6844 return tr->options; in trace_options_init_dentry() 6850 tr->options = tracefs_create_dir("options", d_tracer); in trace_options_init_dentry() 6851 if (!tr->options) { in trace_options_init_dentry() 6856 return tr->options; in trace_options_init_dentry()
|
D | trace.h | 252 struct dentry *options; member
|
/kernel/gcov/ |
D | Kconfig | 45 This options activates profiling for the entire kernel.
|
/kernel/time/ |
D | Kconfig | 2 # Timer subsystem related configuration options
|