Home
last modified time | relevance | path

Searched refs:P_OWEUPC (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/sys/
H A Dresourcevar.h53 atomic_clearbits_int(&(p)->p_flag, P_OWEUPC); \
H A Dsyscall_mi.h246 if (p->p_flag & P_OWEUPC) { in mi_ast()
H A Dproc.h443 #define P_OWEUPC 0x00008000 /* Owe proc an addupc() at next ast. */ macro
/openbsd/sys/kern/
H A Dsubr_prof.c353 atomic_setbits_int(&p->p_flag, P_OWEUPC); in addupc_intr()