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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c679 static void hpet_work(struct work_struct *w) function
683 struct hpet_work_struct *hpet_work; local
685 hpet_work = container_of(w, struct hpet_work_struct, work.work);
691 complete(&hpet_work->complete);
703 INIT_DELAYED_WORK_ON_STACK(&work.work, hpet_work);

Completed in 54 milliseconds