Searched refs:P_LREGISTER (Results 1 – 5 of 5) sorted by relevance
1166 if ((parent_proc->p_lflag & P_LREGISTER) != 0) { in forkproc()1167 child_proc->p_lflag |= P_LREGISTER; in forkproc()
4642 p->p_lflag |= P_LREGISTER; in proc_setregister()4650 p->p_lflag &= ~P_LREGISTER; in proc_resetregister()
146 return p->p_lflag & P_LREGISTER; in proc_get_register()
2089 if ((p->p_lflag & P_LREGISTER) == 0) { in workq_open()3717 if ((p->p_lflag & P_LREGISTER) == 0) { in workq_kernreturn()
541 #define P_LREGISTER 0x00800000 /* thread start fns registered */ macro