Home
last modified time | relevance | path

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

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