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

  /src/sys/arch/vax/vax/
clock.c 84 static int prev_count, prev_hardclock; local in function:vax_mfpr_get_counter
102 if (counter < prev_count && cur_hardclock == prev_hardclock)
105 prev_count = counter;
clock.c 84 static int prev_count, prev_hardclock; local in function:vax_mfpr_get_counter
102 if (counter < prev_count && cur_hardclock == prev_hardclock)
105 prev_count = counter;

Completed in 23 milliseconds