Home
last modified time | relevance | path

Searched refs:CALLOUT_PROCESSED (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dcallout.h51 #define CALLOUT_PROCESSED 0x0080 /* callout in wheel or processing list? */ macro
/freebsd-14.2/sys/kern/
H A Dkern_timeout.c505 c->c_iflags |= CALLOUT_PROCESSED; in callout_process()
600 c->c_iflags &= ~CALLOUT_PROCESSED; in callout_cc_add()
1006 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) { in callout_reset_sbt_on()
1334 if ((c->c_iflags & CALLOUT_PROCESSED) == 0) { in _callout_stop_safe()