Searched refs:c_iflags (Results 1 – 3 of 3) sorted by relevance
157 #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() local622 KASSERT((c->c_iflags & CALLOUT_PENDING) == CALLOUT_PENDING, in softclock_call_cc()[all …]
61 short c_iflags; /* Internal State */ member
96 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING)