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)
2975 if (t->flags & PF_EXITING)
2997 * @tsk is about to have PF_EXITING set - lock out users which
3004 tsk->flags |= PF_EXITING;
3015 tsk->flags |= PF_EXITING;
H A Dexit.c575 if (!(t->flags & PF_EXITING))
833 exit_signals(tsk); /* sets PF_EXITING */
977 if (unlikely(tsk->flags & PF_EXITING)) {
H A Dkthread.c657 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) {
214 if (!(current->flags & PF_EXITING))
H A Dio_uring.h131 if (ctx->submitter_task->flags & PF_EXITING)
H A Dtimeout.c306 if (!(req->task->flags & PF_EXITING)) {
H A Dpoll.c268 /* req->task == current here, checking PF_EXITING is safe */
269 if (unlikely(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.c138 * to avoid autogroup->tg, so we abuse PF_EXITING flag for this case.
140 if (p->flags & PF_EXITING)
151 * 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.
/linux-master/net/bluetooth/
H A Dsco.c1228 !(current->flags & PF_EXITING))
1252 !(current->flags & PF_EXITING)) {
/linux-master/fs/
H A Duserfaultfd.c399 if (current->flags & (PF_EXITING|PF_DUMPCORE))
570 if (WARN_ON_ONCE(current->flags & PF_EXITING))
/linux-master/fs/proc/
H A Darray.c503 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE))) {
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c132 } while (task && (task->flags & PF_EXITING));
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c905 !(current->flags & PF_EXITING))

Completed in 411 milliseconds

12