Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
H A D02-test_ordinals.t26 my $lastfunc = "";
56 $lastfunc = $tokens[0];
/freebsd/sys/kern/
H A Dkern_timeout.c649 static callout_func_t *lastfunc; in softclock_call_cc() local
736 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
743 lastfunc = c_func; in softclock_call_cc()