Home
last modified time | relevance | path

Searched refs:hpts_that_need_softclock (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_trap.c77 volatile uint32_t __read_frequently hpts_that_need_softclock = 0; variable
/freebsd/sys/sys/
H A Dsystm.h403 extern volatile uint32_t __read_frequently hpts_that_need_softclock;
406 if (hpts_that_need_softclock > 0) \
/freebsd/sys/netinet/
H A Dtcp_hpts.c1690 atomic_add_int(&hpts_that_need_softclock, 1); in tcp_hpts_thread()
1693 atomic_subtract_int(&hpts_that_need_softclock, 1); in tcp_hpts_thread()