Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcallo.h236 #define CALLOUT_LIST_FLAG_HRESTIME 0x4 macro
/titanic_50/usr/src/uts/common/os/
H A Dcallout.c334 clflags = (CALLOUT_LIST_FLAG_ABSOLUTE | CALLOUT_LIST_FLAG_HRESTIME); in callout_list_get()
460 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_queue_process()
895 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_heap_process()
1098 clflags |= CALLOUT_LIST_FLAG_HRESTIME; in timeout_generic()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c693 (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE)
808 !(list_flags & CALLOUT_LIST_FLAG_HRESTIME)) { in callouts_cb()
878 (list_flags & CALLOUT_LIST_FLAG_HRESTIME) ? "H" : " ", in callouts_cb()
953 !(cl->cl_flags & CALLOUT_LIST_FLAG_HRESTIME)) { in callout_list_cb()
1002 (list_flags & CALLOUT_LIST_FLAG_HRESTIME) ? in callout_list_cb()