Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/test/recipes/
HD02-test_ordinals.t26 my $lastfunc = "";
56 $lastfunc = $tokens[0];
/freebsd-14-stable/sys/kern/
HDkern_timeout.c653 static callout_func_t *lastfunc; in softclock_call_cc() local
726 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
733 lastfunc = c_func; in softclock_call_cc()