Home
last modified time | relevance | path

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

/kernel/time/
Dclockevents.c403 struct ce_unbind *cu = arg; in __clockevents_unbind() local
407 res = __clockevents_try_unbind(cu->ce, smp_processor_id()); in __clockevents_unbind()
409 res = clockevents_replace(cu->ce); in __clockevents_unbind()
410 cu->res = res; in __clockevents_unbind()
420 struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; in clockevents_unbind() local
422 smp_call_function_single(cpu, __clockevents_unbind, &cu, 1); in clockevents_unbind()
423 return cu.res; in clockevents_unbind()