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

  /src/sys/kern/
kern_tc.c 185 uint32_t seclo = second & 0xffffffff, sechi = second >> 32; local in function:setrealuptime
196 if (__predict_true(sechi == time__second32.hi) &&
209 atomic_store_relaxed(&time__second32.hi, sechi);
kern_tc.c 185 uint32_t seclo = second & 0xffffffff, sechi = second >> 32; local in function:setrealuptime
196 if (__predict_true(sechi == time__second32.hi) &&
209 atomic_store_relaxed(&time__second32.hi, sechi);

Completed in 24 milliseconds