Searched defs:menu_device (Results 1 – 1 of 1) sorted by relevance
70 struct menu_device { struct71 int needs_update;72 int tick_wakeup;74 u64 next_timer_ns;98 static DEFINE_PER_CPU(struct menu_device, menu_devices); argument