mod_delayed_work(9) modify delay of or queue a delayed work

SYNOPSIS

bool mod_delayed_work(struct workqueue_struct * wq, struct delayed_work * dwork, unsigned long delay);

ARGUMENTS

wq

workqueue to use

dwork

work to queue

delay

number of jiffies to wait before queueing

DESCRIPTION

mod_delayed_work_on on local CPU.

COPYRIGHT