Searched refs:TDP_INKTR (Results 1 – 2 of 2) sorted by relevance
341 if (td->td_pflags & TDP_INKTR) in ktr_tracepoint()343 td->td_pflags |= TDP_INKTR; in ktr_tracepoint()404 td->td_pflags &= ~TDP_INKTR; in ktr_tracepoint()
536 #define TDP_INKTR 0x00000002 /* Thread is currently in KTR code. */ macro