Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dsys.c1969 static int prctl_set_mm(int opt, unsigned long addr, in prctl_set_mm() argument
1977 if (arg5 || (arg4 && opt != PR_SET_MM_AUXV)) in prctl_set_mm()
1983 if (opt == PR_SET_MM_EXE_FILE) in prctl_set_mm()
1994 switch (opt) { in prctl_set_mm()
2048 if (opt == PR_SET_MM_START_STACK) in prctl_set_mm()
2050 else if (opt == PR_SET_MM_ARG_START) in prctl_set_mm()
2052 else if (opt == PR_SET_MM_ARG_END) in prctl_set_mm()
2054 else if (opt == PR_SET_MM_ENV_START) in prctl_set_mm()
2056 else if (opt == PR_SET_MM_ENV_END) in prctl_set_mm()
2214 static int prctl_set_vma(unsigned long opt, unsigned long start, in prctl_set_vma() argument
[all …]
/kernel/trace/
Dtrace.c5461 struct tracer_opt *opt; member
5474 if (topt->flags->val & topt->opt->bit) in trace_options_read()
5497 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
5500 topt->opt, !val); in trace_options_write()
5609 struct tracer_opt *opt) in create_trace_option_file() argument
5618 topt->opt = opt; in create_trace_option_file()
5621 topt->entry = trace_create_file(opt->name, 0644, t_options, topt, in create_trace_option_file()
5666 for (cnt = 0; topts[cnt].opt; cnt++) { in destroy_trace_option_files()