Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_trap.c282 if (__predict_false(td->td_pflags & TDP_GEOM)) in ast()
H A Dkern_exit.c385 if (td->td_pflags & TDP_GEOM) in exit1()
/f-stack/freebsd/sys/
H A Dproc.h507 #define TDP_GEOM 0x00010000 /* Settle GEOM before finishing syscall */ macro