OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALLOUT_FIRED
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
callout.h
55
#define
CALLOUT_FIRED
0x0004 /* callout has fired */
/src/sys/kern/
kern_timeout.c
429
c->c_flags &= ~(
CALLOUT_FIRED
| CALLOUT_INVOKING);
529
expired = ((c->c_flags &
CALLOUT_FIRED
) != 0);
530
c->c_flags &= ~(CALLOUT_PENDING|
CALLOUT_FIRED
);
566
c->c_flags &= ~(CALLOUT_PENDING|
CALLOUT_FIRED
);
637
c->c_flags &= ~(CALLOUT_PENDING|
CALLOUT_FIRED
);
713
rv = ((c->c_flags &
CALLOUT_FIRED
) != 0);
729
rv = ((c->c_flags & (CALLOUT_PENDING|
CALLOUT_FIRED
)) != 0);
843
KASSERT((c->c_flags &
CALLOUT_FIRED
) == 0);
857
(
CALLOUT_FIRED
| CALLOUT_INVOKING);
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025