HomeSort by: relevance | last modified time | path
    Searched refs:expired (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_gc_test.c 66 run_conn_gc(unsigned active, unsigned expired, unsigned expected)
75 * Insert the given number of active and expired connections..
77 total = active + expired;
79 while (active || expired) {
84 if (expired) {
86 expired--;
129 /* 1 expired => GC => 0 in conndb. */
133 /* 1 active and 1 expired => GC => 1 in conndb. */
137 /* 2 expired => GC => 0 in conndb. */
141 /* 128 expired => GC => 0 in conndb. *
    [all...]
  /src/tests/lib/libc/sys/
t_timer_create.c 42 static sig_atomic_t expired; variable
59 expired = 1;
75 expired = 0;
226 ATF_CHECK_MSG(expired, "timer failed to fire immediately");
230 ATF_CHECK_MSG(!expired, "timer fired too soon");
236 ATF_CHECK_MSG(expired,
240 ATF_CHECK_MSG(!expired, "timer fired too soon");
  /src/sys/net/
nd.c 233 bool expired; local
235 expired = callout_stop(&ln->la_timer);
236 if (!expired)
if_llatbl.c 390 bool expired = callout_stop(&lle->la_timer); local
391 if (!expired)
  /src/etc/namedb/
bind.keys 19 # initialize correctly, it may have expired. In that event you should
  /src/sys/kern/
kern_timeout.c 236 "bool"/*expired*/);
247 "bool"/*expired*/);
521 bool expired; local
529 expired = ((c->c_flags & CALLOUT_FIRED) != 0);
533 c, c->c_func, c->c_arg, c->c_flags, expired);
537 return expired;
572 c, c->c_func, c->c_arg, c->c_flags, /*expired*/false);
641 c, c->c_func, c->c_arg, c->c_flags, /*expired*/true);

Completed in 16 milliseconds