Searched refs:hpet_work (Results 1 – 1 of 1) sorted by relevance
609 static void hpet_work(struct work_struct *w) in hpet_work() function613 struct hpet_work_struct *hpet_work; in hpet_work() local615 hpet_work = container_of(w, struct hpet_work_struct, work.work); in hpet_work()621 complete(&hpet_work->complete); in hpet_work()633 INIT_DELAYED_WORK_ON_STACK(&work.work, hpet_work); in hpet_cpuhp_notify()