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

  /src/sys/sys/
callout.h 54 #define CALLOUT_PENDING 0x0002 /* callout is on the queue */
118 bool callout_pending(callout_t *);
  /src/sys/kern/
kern_timeout.c 399 KASSERTMSG((c->c_flags & CALLOUT_PENDING) == 0,
436 if ((c->c_flags & CALLOUT_PENDING) != 0) {
453 c->c_flags |= CALLOUT_PENDING;
459 c->c_flags |= CALLOUT_PENDING;
527 if ((c->c_flags & CALLOUT_PENDING) != 0)
530 c->c_flags &= ~(CALLOUT_PENDING|CALLOUT_FIRED);
564 if ((c->c_flags & CALLOUT_PENDING) != 0)
566 c->c_flags &= ~(CALLOUT_PENDING|CALLOUT_FIRED);
635 if ((c->c_flags & CALLOUT_PENDING) != 0)
637 c->c_flags &= ~(CALLOUT_PENDING|CALLOUT_FIRED)
736 callout_pending(callout_t *cs) function in typeref:typename:bool
    [all...]
  /src/usr.sbin/trpt/
trpt.c 536 if ((ci->c_flags & CALLOUT_PENDING) == 0)
  /src/usr.bin/netstat/
inet.c 1078 if (ci->c_flags & CALLOUT_PENDING)
inet6.c 1523 if (ci->c_flags & CALLOUT_PENDING)

Completed in 30 milliseconds