HomeSort by: relevance | last modified time | path
    Searched refs:LP_KTRACTIVE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
ktrace.h 336 if ((l->l_pflag & LP_KTRACTIVE) != 0)
338 l->l_pflag |= LP_KTRACTIVE;
346 l->l_pflag &= ~LP_KTRACTIVE;
lwp.h 279 #define LP_KTRACTIVE 0x00000001 /* Executing ktrace operation */

Completed in 91 milliseconds