Home
last modified time | relevance | path

Searched refs:SKILLED (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dsig.c235 p->p_flag |= SKILLED | (ext ? SEXTKILLED : 0); in sigtoproc()
458 (p->p_flag & (SEXITLWPS|SKILLED)) || in issig_justlooking()
544 if (p->p_flag & (SEXITLWPS|SKILLED)) { in issig_forreal()
645 if (p->p_flag & (SEXITLWPS|SKILLED)) { in issig_forreal()
724 if (p->p_flag & (SEXITLWPS|SKILLED)) { in issig_forreal()
860 (p->p_flag & (SEXITLWPS|SKILLED))) { in stop()
1176 (p->p_flag & (SEXITLWPS|SKILLED))) { in stop()
1452 if (p->p_flag & SKILLED) { in psig()
H A Dexit.c194 p->p_flag &= ~(SKILLED | SEXTKILLED | SEXITING | SDOCORE); in restart_init()
520 p->p_flag &= ~(SKILLED | SEXTKILLED); in proc_exit()
H A Dlwp.c486 if (p->p_flag & (SEXITLWPS|SKILLED)) { in lwp_create()
H A Daio.c2662 if (p->p_flag & (SEXITLWPS|SKILLED)) { in aio_cleanup_thread()
2739 ASSERT((curproc->p_flag & (SEXITLWPS|SKILLED))); in aio_cleanup_thread()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h482 #define SKILLED 0x00000100 /* SIGKILL has been posted to the process */ macro
540 ((p)->p_flag & (SEXITLWPS|SKILLED|SHOLDFORK1|SHOLDWATCH)))
/titanic_44/usr/src/uts/common/contract/
H A Dprocess.c1036 if (ctp == curproc->p_ct_process && (pp->p_flag & SKILLED) != 0 && in contract_process_fork()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1442 p->p_flag |= SKILLED; in pr_setsig()
1998 (p->p_flag & (SKILLED | SEXITING | SVFWAIT))) { in pr_agent()
H A Dprsubr.c826 if ((p->p_flag & SKILLED) && in prunlock()
/titanic_44/usr/src/uts/common/rpc/
H A Dsvc.c2242 if (p->p_flag & (SEXITING | SKILLED)) { in svc_run()