Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c335 clflags = (CALLOUT_LIST_FLAG_ABSOLUTE | CALLOUT_LIST_FLAG_HRESTIME); in callout_list_get()
461 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_queue_process()
485 if (delta && !(cl->cl_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callout_queue_process()
896 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_heap_process()
932 if (delta && !(cl->cl_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callout_heap_process()
1097 clflags |= CALLOUT_LIST_FLAG_ABSOLUTE; in timeout_generic()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h235 #define CALLOUT_LIST_FLAG_ABSOLUTE 0x2 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c897 (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE)
1016 !(list_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callouts_cb()
1083 (list_flags & CALLOUT_LIST_FLAG_ABSOLUTE) ? "A" : " ", in callouts_cb()
1161 !(cl->cl_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callout_list_cb()
1208 (list_flags & CALLOUT_LIST_FLAG_ABSOLUTE) ? in callout_list_cb()