Searched defs:menu_device (Results 1 – 1 of 1) sorted by relevance
79 struct menu_device { struct80 int needs_update;81 int tick_wakeup;83 u64 next_timer_ns;107 static DEFINE_PER_CPU(struct menu_device, menu_devices); argument