Searched refs:PF_EXITING (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/kernel/
H A Dtask_work.c161 if (task->flags & PF_EXITING)
H A Dtsacct.c46 if (tsk->flags & PF_EXITING)
H A Drseq.c320 if (unlikely(t->flags & PF_EXITING))
H A Dptrace.c146 if (!(child->flags & PF_EXITING) &&
496 * Check PF_EXITING to ensure ->real_parent has not passed
500 if (!ret && !(current->real_parent->flags & PF_EXITING)) {
H A Dpid.c694 * this has PF_EXITING, since it was set in exit_signals(),
700 if (task->flags & PF_EXITING)
H A Dsignal.c283 if (unlikely(fatal_signal_pending(task) || (task->flags & PF_EXITING)))
983 if (p->flags & PF_EXITING)
2977 if (t->flags & PF_EXITING)
2999 * @tsk is about to have PF_EXITING set - lock out users which
3006 tsk->flags |= PF_EXITING;
3017 tsk->flags |= PF_EXITING;
H A Dexit.c579 if (!(t->flags & PF_EXITING))
837 exit_signals(tsk); /* sets PF_EXITING */
981 if (unlikely(tsk->flags & PF_EXITING)) {
H A Dkthread.c656 if (WARN_ON(k->flags & PF_EXITING))
/linux-master/kernel/irq/
H A Dhandle.c68 if (action->thread->flags & PF_EXITING)
/linux-master/io_uring/
H A Dmsg_ring.c99 if (current->flags & PF_EXITING) {
216 if (!(current->flags & PF_EXITING))
H A Dio_uring.h140 if (ctx->submitter_task->flags & PF_EXITING)
H A Dtimeout.c310 if (!(req->task->flags & PF_EXITING)) {
/linux-master/net/smc/
H A Dsmc_close.c204 timeout = current->flags & PF_EXITING ?
455 timeout = current->flags & PF_EXITING ?
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_entity.c295 if (current->flags & PF_EXITING) {
309 (current->flags & PF_EXITING) && (current->exit_code == SIGKILL))
/linux-master/kernel/sched/
H A Dautogroup.c139 * to avoid autogroup->tg, so we abuse PF_EXITING flag for this case.
141 if (p->flags & PF_EXITING)
152 * See the PF_EXITING check in task_wants_autogroup().
/linux-master/block/
H A Dblk-ioc.c280 if (task->flags & PF_EXITING) {
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c126 if (tsk->flags & PF_EXITING) {
/linux-master/security/keys/
H A Dprocess_keys.c916 if (unlikely(current->flags & PF_EXITING)) {
/linux-master/include/linux/
H A Dcgroup.h395 ((task)->flags & PF_EXITING) || (__c))
456 * PF_EXITING set may stay associated with an offline css.
H A Dsched.h1620 #define PF_EXITING 0x00000004 /* Getting shut down */ macro
/linux-master/net/bluetooth/
H A Dsco.c1224 !(current->flags & PF_EXITING))
1248 !(current->flags & PF_EXITING)) {
/linux-master/fs/
H A Duserfaultfd.c398 if (current->flags & (PF_EXITING|PF_DUMPCORE))
569 if (WARN_ON_ONCE(current->flags & PF_EXITING))
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c132 } while (task && (task->flags & PF_EXITING));
/linux-master/fs/proc/
H A Darray.c503 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE))) {
/linux-master/mm/
H A Doom_kill.c857 if (thread_group_empty(task) && (task->flags & PF_EXITING))

Completed in 509 milliseconds

12