Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dhpet.c698 static void hpet_work(struct work_struct *w) in hpet_work() function
702 struct hpet_work_struct *hpet_work; in hpet_work() local
704 hpet_work = container_of(w, struct hpet_work_struct, work.work); in hpet_work()
710 complete(&hpet_work->complete); in hpet_work()
722 INIT_DELAYED_WORK_ONSTACK(&work.work, hpet_work); in hpet_cpuhp_notify()