Home
last modified time | relevance | path

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

/kernel/time/
Dclockevents.c28 struct clock_event_device *ce; member
406 res = __clockevents_try_unbind(cu->ce, smp_processor_id()); in __clockevents_unbind()
408 res = clockevents_replace(cu->ce); in __clockevents_unbind()
419 struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; in clockevents_unbind()
693 struct clock_event_device *ce = NULL, *iter; in unbind_device_store() local
704 ce = iter; in unbind_device_store()
713 ret = clockevents_unbind(ce, dev->id); in unbind_device_store()
/kernel/printk/
Dprintk.c3305 initcall_entry_t *ce; in console_init() local
3314 ce = __con_initcall_start; in console_init()
3316 while (ce < __con_initcall_end) { in console_init()
3317 call = initcall_from_entry(ce); in console_init()
3321 ce++; in console_init()