Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_timeout.c189 static void *callout_sih; variable
252 callout_sih = softint_establish(SOFTINT_CLOCK | SOFTINT_MPSAFE, in callout_init_cpu()
254 if (callout_sih == NULL) in callout_init_cpu()
685 softint_schedule(callout_sih); in callout_hardclock()