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

  /src/sys/kern/
kern_clock.c 139 static int hardclock_ticks; variable in typeref:typename:int
222 return atomic_load_relaxed(&hardclock_ticks);
281 CTLTYPE_INT, "hardclock_ticks",
283 NULL, 0, &hardclock_ticks, sizeof(hardclock_ticks),
334 atomic_store_relaxed(&hardclock_ticks,
335 atomic_load_relaxed(&hardclock_ticks) + 1);
kern_clock.c 139 static int hardclock_ticks; variable in typeref:typename:int
222 return atomic_load_relaxed(&hardclock_ticks);
281 CTLTYPE_INT, "hardclock_ticks",
283 NULL, 0, &hardclock_ticks, sizeof(hardclock_ticks),
334 atomic_store_relaxed(&hardclock_ticks,
335 atomic_load_relaxed(&hardclock_ticks) + 1);

Completed in 24 milliseconds