Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h239 #define CALLOUT_LIST_FLAG_QUEUED 0x20 macro
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c389 cl->cl_flags |= CALLOUT_LIST_FLAG_QUEUED; in callout_queue_insert()
420 cl->cl_flags &= ~CALLOUT_LIST_FLAG_QUEUED; in callout_queue_delete()
475 cl->cl_flags &= ~CALLOUT_LIST_FLAG_QUEUED; in callout_queue_process()
1337 } else if (flags & CALLOUT_LIST_FLAG_QUEUED) { in untimeout_generic()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1032 !(list_flags & CALLOUT_LIST_FLAG_QUEUED)) { in callouts_cb()
1172 !(coargs->list_flags & CALLOUT_LIST_FLAG_QUEUED)) { in callout_list_cb()