Home
last modified time | relevance | path

Searched refs:TDP_OWEUPC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_prof.c127 td->td_pflags |= TDP_OWEUPC; in addupc_intr()
H A Dkern_clock.c386 td->td_pflags &= ~TDP_OWEUPC; in ast_oweupc()
/freebsd/sys/sys/
H A Dproc.h544 #define TDP_OWEUPC 0x00000200 /* Call addupc() at next AST. */ macro