Home
last modified time | relevance | path

Searched refs:PF_EXITING (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.15/kernel/irq/
H A Dhandle.c68 if (action->thread->flags & PF_EXITING) in __irq_wake_thread()
/linux-6.15/kernel/
H A Dtask_work.c208 if (task->flags & PF_EXITING) in task_work_run()
H A Dtsacct.c46 if (tsk->flags & PF_EXITING) in bacct_add_tsk()
H A Drseq.c429 if (unlikely(t->flags & PF_EXITING)) in __rseq_handle_notify_resume()
H A Dptrace.c146 if (!(child->flags & PF_EXITING) && in __ptrace_unlink()
500 if (!ret && !(current->real_parent->flags & PF_EXITING)) { in ptrace_traceme()
H A Dseccomp.c504 if (thread->flags & PF_EXITING) in seccomp_can_sync_threads()
574 if (WARN_ON((tsk->flags & PF_EXITING) == 0)) in seccomp_filter_release()
623 if (thread->flags & PF_EXITING) in seccomp_sync_threads()
H A Dsignal.c286 if (unlikely(fatal_signal_pending(task) || (task->flags & PF_EXITING))) in task_set_jobctl_pending()
951 if (p->flags & PF_EXITING) in wants_signal()
3100 if (t->flags & PF_EXITING) in retarget_shared_pending()
3129 tsk->flags |= PF_EXITING; in exit_signals()
3140 tsk->flags |= PF_EXITING; in exit_signals()
H A Dpid.c830 if (task->flags & PF_EXITING) in __pidfd_fget()
H A Dexit.c599 if (!(t->flags & PF_EXITING)) in find_alive_thread()
1056 if (unlikely(tsk->flags & PF_EXITING)) { in make_task_dead()
/linux-6.15/net/smc/
H A Dsmc_close.c204 timeout = current->flags & PF_EXITING ? in smc_close_active()
455 timeout = current->flags & PF_EXITING ? in smc_close_shutdown_write()
/linux-6.15/drivers/gpu/drm/scheduler/
H A Dsched_entity.c291 if (current->flags & PF_EXITING) { in drm_sched_entity_flush()
305 (current->flags & PF_EXITING) && (current->exit_code == SIGKILL)) in drm_sched_entity_flush()
/linux-6.15/kernel/sched/
H A Dautogroup.c140 if (p->flags & PF_EXITING) in task_wants_autogroup()
H A Dext_idle.c489 if (!(current->flags & PF_EXITING) && in scx_select_cpu_dfl()
/linux-6.15/io_uring/
H A Dmsg_ring.c234 if (!(current->flags & PF_EXITING)) in io_msg_tw_fd_complete()
H A Dio_uring.h478 return current->flags & (PF_KTHREAD | PF_EXITING); in io_should_terminate_tw()
/linux-6.15/block/
H A Dblk-ioc.c273 if (task->flags & PF_EXITING) { in set_task_ioprio()
/linux-6.15/arch/powerpc/platforms/book3s/
H A Dvas-api.c126 if (tsk->flags & PF_EXITING) { in ref_get_pid_and_task()
/linux-6.15/include/linux/
H A Dcgroup.h396 ((task)->flags & PF_EXITING) || (__c))
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h32 #define PF_EXITING 0x00000004 macro
/linux-6.15/net/bluetooth/
H A Dsco.c1302 !(current->flags & PF_EXITING)) in sco_sock_shutdown()
1326 !(current->flags & PF_EXITING)) { in sco_sock_release()
/linux-6.15/mm/
H A Doom_kill.c861 if (thread_group_empty(task) && (task->flags & PF_EXITING)) in __task_will_free_mem()
/linux-6.15/security/keys/
H A Dprocess_keys.c916 if (unlikely(current->flags & PF_EXITING)) { in key_change_session_keyring()
/linux-6.15/fs/proc/
H A Darray.c503 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE|PF_POSTCOREDUMP))) { in do_task_stat()
/linux-6.15/fs/nfs/
H A Dinternal.h910 return (current->flags & PF_EXITING) != 0; in nfs_current_task_exiting()
/linux-6.15/fs/
H A Duserfaultfd.c377 if (current->flags & (PF_EXITING|PF_DUMPCORE)) in handle_userfault()
547 if (WARN_ON_ONCE(current->flags & PF_EXITING)) in userfaultfd_event_wait_completion()

12