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

12

/linux-master/mm/
H A Doom_kill.c856 if (thread_group_empty(task) && (task->flags & PF_EXITING))
H A Dpage_alloc.c3451 (current->flags & (PF_MEMALLOC | PF_EXITING)))
H A Dmemcontrol.c238 (current->flags & PF_EXITING);
/linux-master/drivers/block/
H A Dublk_drv.c964 return ubq->ubq_daemon->flags & PF_EXITING;
1094 * in a workqueue if ubq_daemon(cmd's task) is PF_EXITING.
1096 * (2) current->flags & PF_EXITING.
1098 if (unlikely(current != ubq->ubq_daemon || current->flags & PF_EXITING)) {
2636 /* old daemon is PF_EXITING, put it now */
/linux-master/net/bluetooth/
H A Diso.c1676 !(current->flags & PF_EXITING))
1699 !(current->flags & PF_EXITING)) {
H A Dl2cap_sock.c1377 !(current->flags & PF_EXITING))
/linux-master/net/vmw_vsock/
H A Dvirtio_transport_common.c1231 if (sock_flag(sk, SOCK_LINGER) && !(current->flags & PF_EXITING))
/linux-master/kernel/trace/
H A Dtrace_uprobe.c1253 (event->hw.target->flags & PF_EXITING) ||
H A Dbpf_trace.c344 current->flags & (PF_KTHREAD | PF_EXITING)))
851 if (unlikely(current->flags & (PF_KTHREAD | PF_EXITING)))
/linux-master/include/linux/
H A Dsched.h1624 #define PF_EXITING 0x00000004 /* Getting shut down */ macro
/linux-master/kernel/cgroup/
H A Dcgroup.c893 * against PF_EXITING setting such that we can't race
896 WARN_ON_ONCE(task->flags & PF_EXITING);
2447 if (task->flags & PF_EXITING)
6294 if (cgroup_on_dfl(cgrp) || !(tsk->flags & PF_EXITING)) {
H A Dcpuset.c4890 if (current->flags & PF_EXITING) /* Let dying task have memory */
/linux-master/kernel/irq/
H A Dmanage.c1242 if (WARN_ON_ONCE(!(current->flags & PF_EXITING)))
/linux-master/kernel/events/
H A Duprobes.c1783 if (current->flags & PF_EXITING)
H A Dcore.c4839 * we must see PF_EXITING, it takes this mutex too.
4841 if (task->flags & PF_EXITING)
6730 if (current->flags & PF_EXITING)
/linux-master/net/ipv4/
H A Daf_inet.c435 !(current->flags & PF_EXITING))
/linux-master/io_uring/
H A Dio_uring.c1147 if (unlikely(current->flags & PF_EXITING)) {
1379 /* req->task == current here, checking PF_EXITING is safe */
1380 if (unlikely(req->task->flags & PF_EXITING))
/linux-master/kernel/sched/
H A Dfair.c2180 if (cur && ((cur->flags & PF_EXITING) || is_idle_task(cur)))
3224 if (p->flags & PF_EXITING)
3499 if (!curr->mm || (curr->flags & (PF_EXITING | PF_KTHREAD)) || work->next != work)
3529 if (!p->mm || !p->numa_faults || (p->flags & PF_EXITING))
8189 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING);
H A Dcore.c11934 if (t->flags & PF_EXITING)
11986 if (!curr->mm || (curr->flags & (PF_EXITING | PF_KTHREAD)) ||
/linux-master/fs/f2fs/
H A Dfile.c1896 (current->flags & PF_EXITING)) {

Completed in 476 milliseconds

12