Searched defs:ce (Results 1 - 1 of 1) sorted by relevance

/kernel/time/
H A Dclockevents.c32 struct clock_event_device *ce; member in struct:ce_unbind
343 res = __clockevents_try_unbind(cu->ce, smp_processor_id());
345 res = clockevents_replace(cu->ce);
356 struct ce_unbind cu = { .ce = ced, .res = -ENODEV };
645 struct clock_event_device *ce; local
653 list_for_each_entry(ce, &clockevent_devices, list) {
654 if (!strcmp(ce->name, name)) {
655 ret = __clockevents_try_unbind(ce, dev->id);
661 * We hold clockevents_mutex, so ce can't go away
664 ret = clockevents_unbind(ce, de
[all...]

Completed in 12 milliseconds