Searched refs:while_each_pid_task (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | pid.h | 203 #define while_each_pid_task(pid, type, task) \ macro 217 } while_each_pid_task(pid, type, task)
|
/openbmc/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 | 3024 } while_each_pid_task(session, PIDTYPE_SID, p); in __do_SAK()
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 789 } while_each_pid_task(pid, type, p); in send_sigio() 830 } while_each_pid_task(pid, type, p); in send_sigurg()
|
/openbmc/linux/kernel/ |
H A D | exit.c | 340 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in will_become_orphaned_pgrp() 363 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in has_stopped_jobs()
|
H A D | signal.c | 1483 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in __kill_pgrp_info()
|