Home
last modified time | relevance | path

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

/linux/block/
H A Dioprio.c101 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3()
213 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
/linux/kernel/sched/
H A Dcore_sched.c225 } while_each_pid_thread(grp, type, p); in sched_core_share_pid()
229 } while_each_pid_thread(grp, type, p); in sched_core_share_pid()
/linux/include/linux/
H A Dpid.h211 #define while_each_pid_thread(pid, type, task) \ macro