Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsys.c1737 bool need_tasklist; in SYSCALL_DEFINE4() local
1764 need_tasklist = !same_thread_group(tsk, current); in SYSCALL_DEFINE4()
1765 if (need_tasklist) { in SYSCALL_DEFINE4()
1781 if (need_tasklist) in SYSCALL_DEFINE4()