Searched refs:ticksl (Results 1 – 4 of 4) sorted by relevance
27 .global ticksl symbol28 .type ticksl, %object30 ticksl: .zero __SIZEOF_LONG__ label31 .size ticksl, __SIZEOF_LONG__35 ticks =ticksl + TICKS_OFFSET
489 global = atomic_load_long(&ticksl); in hardclock()498 } while (!atomic_fcmpset_long(&ticksl, &global, *t)); in hardclock()549 *t = ticksl; in hardclock_sync()
200 ticksl = INT_MAX - (hz * 10 * 60); in init_param1()
77 extern volatile long ticksl;