edac_queue_work
edac_queue_work(&edac_dev->work, round_jiffies_relative(edac_dev->delay));
edac_queue_work(&edac_dev->work, edac_dev->delay);
edac_queue_work(&edac_dev->work, round_jiffies_relative(edac_dev->delay));
edac_queue_work(&edac_dev->work, edac_dev->delay);
edac_queue_work(&mci->work, msecs_to_jiffies(edac_mc_get_poll_msec()));
edac_queue_work(&mci->work, msecs_to_jiffies(edac_mc_get_poll_msec()));
bool edac_queue_work(struct delayed_work *work, unsigned long delay);
edac_queue_work(&pci->work, delay);
edac_queue_work(&pci->work, msecs_to_jiffies(edac_pci_get_poll_msec()));
EXPORT_SYMBOL_GPL(edac_queue_work);