Searched refs:P_OWEUPC (Results 1 – 4 of 4) sorted by relevance
53 atomic_clearbits_int(&(p)->p_flag, P_OWEUPC); \
246 if (p->p_flag & P_OWEUPC) { in mi_ast()
443 #define P_OWEUPC 0x00008000 /* Owe proc an addupc() at next ast. */ macro
353 atomic_setbits_int(&p->p_flag, P_OWEUPC); in addupc_intr()