Lines Matching refs:clflags
323 int clflags; in callout_list_get() local
335 clflags = (CALLOUT_LIST_FLAG_ABSOLUTE | CALLOUT_LIST_FLAG_HRESTIME); in callout_list_get()
346 ((cl->cl_flags & clflags) == (flags & clflags))) in callout_list_get()
442 int clflags; in callout_queue_process() local
461 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_queue_process()
474 (timechange && ((cl->cl_flags & clflags) == clflags))) { in callout_queue_process()
865 int i, hash, clflags; in callout_heap_process() local
896 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_heap_process()
919 (timechange && ((cl->cl_flags & clflags) == clflags))) { in callout_heap_process()
989 int hash, clflags; in timeout_generic() local
1095 clflags = 0; in timeout_generic()
1097 clflags |= CALLOUT_LIST_FLAG_ABSOLUTE; in timeout_generic()
1099 clflags |= CALLOUT_LIST_FLAG_HRESTIME; in timeout_generic()
1101 clflags |= CALLOUT_LIST_FLAG_NANO; in timeout_generic()
1108 cl = callout_list_get(ct, expiration, clflags, hash); in timeout_generic()
1129 cl->cl_flags = clflags; in timeout_generic()
1155 if (clflags & CALLOUT_LIST_FLAG_NANO) { in timeout_generic()