Home
last modified time | relevance | path

Searched refs:ticksl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_ticks.S27 .global ticksl symbol
28 .type ticksl, %object
30 ticksl: .zero __SIZEOF_LONG__ label
31 .size ticksl, __SIZEOF_LONG__
35 ticks =ticksl + TICKS_OFFSET
H A Dkern_clock.c489 global = atomic_load_long(&ticksl); in hardclock()
498 } while (!atomic_fcmpset_long(&ticksl, &global, *t)); in hardclock()
549 *t = ticksl; in hardclock_sync()
H A Dsubr_param.c200 ticksl = INT_MAX - (hz * 10 * 60); in init_param1()
/freebsd/sys/sys/
H A Dkernel.h77 extern volatile long ticksl;