Home
last modified time | relevance | path

Searched refs:c_iflags (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/kern/
HDkern_timeout.c157 #define callout_migrating(c) ((c)->c_iflags & CALLOUT_DFRMIGRATION)
311 c->c_iflags = CALLOUT_LOCAL_ALLOC; in callout_cpu_init()
448 if (tmp->c_iflags & CALLOUT_DIRECT) { in callout_process()
468 tmp->c_iflags |= CALLOUT_PROCESSED; in callout_process()
554 c->c_iflags |= CALLOUT_PENDING; in callout_cc_add()
555 c->c_iflags &= ~CALLOUT_PROCESSED; in callout_cc_add()
558 c->c_iflags |= CALLOUT_DIRECT; in callout_cc_add()
588 if ((c->c_iflags & CALLOUT_LOCAL_ALLOC) == 0) in callout_cc_del()
607 int c_iflags; in softclock_call_cc() local
622 KASSERT((c->c_iflags & CALLOUT_PENDING) == CALLOUT_PENDING, in softclock_call_cc()
[all …]
/trueos/sys/sys/
HD_callout.h61 short c_iflags; /* Internal State */ member
HDcallout.h96 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING)