Home
last modified time | relevance | path

Searched refs:sched_core_share_pid (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/kernel/sched/
Dcore_sched.c129 int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type, in sched_core_share_pid() function
/linux-6.6.21/include/linux/
Dsched.h2449 extern int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type,
/linux-6.6.21/kernel/
Dsys.c2704 error = sched_core_share_pid(arg2, arg3, arg4, arg5); in SYSCALL_DEFINE5()