Searched defs:param (Results 1 – 10 of 10) sorted by relevance
/kernel/ |
D | params.c | 49 static int parse_one(char *param, in parse_one() 53 int (*handle_unknown)(char *param, char *val)) in parse_one() 77 static char *next_arg(char *args, char **param, char **val) in next_arg() 134 int (*unknown)(char *param, char *val)) in parse_args() 136 char *param, *val; in parse_args() local 384 struct kernel_param *param; member
|
D | kthread.c | 102 struct sched_param param = { .sched_priority = 0 }; in create_kthread() local
|
D | softlockup.c | 258 struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 }; in watchdog() local
|
D | cpu.c | 176 struct take_cpu_down_param *param = _param; in take_cpu_down() local
|
D | softirq.c | 740 struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 }; in cpu_callback() local
|
D | workqueue.c | 770 struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 }; in create_workqueue_thread() local
|
D | sysctl.c | 2385 struct do_proc_dointvec_minmax_conv_param *param = data; in do_proc_dointvec_minmax_conv() local 2425 struct do_proc_dointvec_minmax_conv_param param = { in proc_dointvec_minmax() local
|
D | sched.c | 5318 struct sched_param *param, bool user) in __sched_setscheduler() 5448 struct sched_param *param) in sched_setscheduler() 5466 struct sched_param *param) in sched_setscheduler_nocheck() 5472 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler() 5500 struct sched_param __user *, param) in SYSCALL_DEFINE3() argument 5514 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument 5548 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument
|
D | signal.c | 1980 long do_no_restart_syscall(struct restart_block *param) in do_no_restart_syscall()
|
/kernel/trace/ |
D | trace_selftest.c | 453 struct sched_param param = { .sched_priority = 5 }; in trace_wakeup_test_thread() local
|