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

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

Completed in 16 milliseconds