Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_systimer.c75 if (gd->gd_syst_nest) in systimer_intr()
79 ++gd->gd_syst_nest; in systimer_intr()
130 --gd->gd_syst_nest; in systimer_intr()
/dragonfly/sys/sys/
H A Dglobaldata.h169 int gd_syst_nest; member