Searched defs:delay (Results 1 - 1 of 1) sorted by relevance

/block/
H A Dblk-core.c32 #include <linux/delay.h>
495 * synchronize_rcu() after entering bypass mode to avoid the delay
2963 unsigned long delay)
2965 return queue_delayed_work(kblockd_workqueue, dwork, delay);
2970 unsigned long delay)
2972 return queue_delayed_work_on(cpu, kblockd_workqueue, dwork, delay);
3177 * the autosuspend delay is set to -1 to make runtime suspend impossible
2962 kblockd_schedule_delayed_work(struct delayed_work *dwork, unsigned long delay) argument
2969 kblockd_schedule_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay) argument

Completed in 9 milliseconds