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

  /src/sys/kern/
kern_pmf.c 66 int pmf_debug_transition; variable in typeref:typename:int
72 #define PMF_TRANSITION_PRINTF(x) if (pmf_debug_transition) printf x
73 #define PMF_TRANSITION_PRINTF2(y,x) if (pmf_debug_transition>y) printf x
1141 NULL, 0, &pmf_debug_transition, sizeof(pmf_debug_transition),
kern_pmf.c 66 int pmf_debug_transition; variable in typeref:typename:int
72 #define PMF_TRANSITION_PRINTF(x) if (pmf_debug_transition) printf x
73 #define PMF_TRANSITION_PRINTF2(y,x) if (pmf_debug_transition>y) printf x
1141 NULL, 0, &pmf_debug_transition, sizeof(pmf_debug_transition),

Completed in 43 milliseconds