Home
last modified time | relevance | path

Searched refs:LP_KTRACTIVE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dktrace.h334 if ((l->l_pflag & LP_KTRACTIVE) != 0)
336 l->l_pflag |= LP_KTRACTIVE;
344 l->l_pflag &= ~LP_KTRACTIVE;
H A Dlwp.h279 #define LP_KTRACTIVE 0x00000001 /* Executing ktrace operation */ macro