Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c400 static timeout_t *lastfunc; in softclock_call_cc() local
474 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
481 lastfunc = c_func; in softclock_call_cc()
/f-stack/freebsd/kern/
H A Dkern_timeout.c630 static callout_func_t *lastfunc; in softclock_call_cc() local
703 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
710 lastfunc = c_func; in softclock_call_cc()