Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dexit.c434 tsk->flags |= PF_EXITING; in do_exit()
/linux-2.4.37.9/fs/ncpfs/
Dsock.c459 if (current->flags & PF_EXITING) in ncp_do_request()
/linux-2.4.37.9/fs/lockd/
Dclntproc.c149 && (current->flags & PF_EXITING)) { in nlmclnt_proc()
/linux-2.4.37.9/include/linux/
Dsched.h428 #define PF_EXITING 0x00000004 /* getting shut down */ macro
/linux-2.4.37.9/net/ipv4/
Daf_inet.c462 if (sk->linger && !(current->flags & PF_EXITING)) in inet_release()