Home
last modified time | relevance | path

Searched refs:p_unref_thread (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c2152 if (p->p_unref_thread) { in door_unref()
2156 p->p_unref_thread = 1; in door_unref()
2171 p->p_unref_thread = 0; in door_unref()
2212 if (p->p_unref_thread) { in door_unref_kernel()
2216 p->p_unref_thread = 1; in door_unref_kernel()
3467 p0.p_unref_thread == 0) { in door_ki_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h292 char p_unref_thread; /* unref thread created */ member