HomeSort by: relevance | last modified time | path
    Searched defs:callout_pending (Results 1 - 2 of 2) sorted by relevancy

  /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...]
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...]

Completed in 24 milliseconds