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

  /src/sys/kern/
kern_tc.c 165 static volatile int timecounter_removals = 1; variable in typeref:typename:volatile int
468 * updating timecounter_removals will issue a broadcast cross call
479 l->l_tcgen = timecounter_removals;
817 removals = timecounter_removals++;
829 * We may race with threads that read `timecounter_removals' and

Completed in 13 milliseconds