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 40 static sig_atomic_t expired; variable in typeref:typename:sig_atomic_t
57 expired = 1;
73 expired = 0;
224 ATF_CHECK_MSG(expired, "timer failed to fire immediately");
228 ATF_CHECK_MSG(!expired, "timer fired too soon");
234 ATF_CHECK_MSG(expired,
238 ATF_CHECK_MSG(!expired, "timer fired too soon");
  /src/sys/net/
nd.c 233 bool expired; local in function:nd_set_timertick
235 expired = callout_stop(&ln->la_timer);
236 if (!expired)
if_llatbl.c 390 bool expired = callout_stop(&lle->la_timer); local in function:llentry_free
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 in function:callout_stop
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 14 milliseconds