Home
last modified time | relevance | path

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

/titanic_41/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()
484 if (delta && !(cl->cl_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callout_queue_process()
895 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_heap_process()
931 if (delta && !(cl->cl_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callout_heap_process()
1096 clflags |= CALLOUT_LIST_FLAG_ABSOLUTE; in timeout_generic()
/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h235 #define CALLOUT_LIST_FLAG_ABSOLUTE 0x2 macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c693 (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE)
812 !(list_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callouts_cb()
879 (list_flags & CALLOUT_LIST_FLAG_ABSOLUTE) ? "A" : " ", in callouts_cb()
957 !(cl->cl_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callout_list_cb()
1004 (list_flags & CALLOUT_LIST_FLAG_ABSOLUTE) ? in callout_list_cb()