Searched refs:while_each_pid_task (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | pid.h | 200 #define while_each_pid_task(pid, type, task) \ macro 214 } while_each_pid_task(pid, type, task)
|
| /linux/drivers/tty/ |
| H A D | tty_jobctrl.c | 181 } while_each_pid_task(session, PIDTYPE_SID, p); in session_clear_tty() 228 } while_each_pid_task(tty->ctrl.session, PIDTYPE_SID, p); in tty_signal_session_leader()
|
| H A D | tty_io.c | 3035 } while_each_pid_task(session, PIDTYPE_SID, p); in __do_SAK()
|
| /linux/kernel/ |
| H A D | exit.c | 365 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in will_become_orphaned_pgrp() 388 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in has_stopped_jobs()
|