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);
|