Lines Matching refs:clflags
322 int clflags; in callout_list_get() local
334 clflags = (CALLOUT_LIST_FLAG_ABSOLUTE | CALLOUT_LIST_FLAG_HRESTIME); in callout_list_get()
345 ((cl->cl_flags & clflags) == (flags & clflags))) in callout_list_get()
441 int clflags; in callout_queue_process() local
460 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_queue_process()
473 (timechange && ((cl->cl_flags & clflags) == clflags))) { in callout_queue_process()
864 int i, hash, clflags; in callout_heap_process() local
895 clflags = (CALLOUT_LIST_FLAG_HRESTIME | CALLOUT_LIST_FLAG_ABSOLUTE); in callout_heap_process()
918 (timechange && ((cl->cl_flags & clflags) == clflags))) { in callout_heap_process()
988 int hash, clflags; in timeout_generic() local
1094 clflags = 0; in timeout_generic()
1096 clflags |= CALLOUT_LIST_FLAG_ABSOLUTE; in timeout_generic()
1098 clflags |= CALLOUT_LIST_FLAG_HRESTIME; in timeout_generic()
1100 clflags |= CALLOUT_LIST_FLAG_NANO; in timeout_generic()
1107 cl = callout_list_get(ct, expiration, clflags, hash); in timeout_generic()
1128 cl->cl_flags = clflags; in timeout_generic()
1154 if (clflags & CALLOUT_LIST_FLAG_NANO) { in timeout_generic()