Searched refs:LP_KTRCSW (Results 1 – 2 of 2) sorted by relevance
848 l->l_pflag |= LP_KTRCSW; in ktr_csw()862 if ((l->l_pflag & LP_KTRCSW) != 0) { in ktr_csw()864 l->l_pflag &= ~LP_KTRCSW; in ktr_csw()
280 #define LP_KTRCSW 0x00000002 /* ktrace context switch marker */ macro