kthread: allow to modify delayed kthread work
[deliverable/linux.git] / include / linux / kthread.h
index 77435dcde707827fcf8863d5443ca982d7f0f244..5c2ec2c4eb2252cbf9b31d6b7f34c2f3c12a3b74 100644 (file)
@@ -168,6 +168,10 @@ bool kthread_queue_delayed_work(struct kthread_worker *worker,
                                struct kthread_delayed_work *dwork,
                                unsigned long delay);
 
+bool kthread_mod_delayed_work(struct kthread_worker *worker,
+                             struct kthread_delayed_work *dwork,
+                             unsigned long delay);
+
 void kthread_flush_work(struct kthread_work *work);
 void kthread_flush_worker(struct kthread_worker *worker);
 
This page took 0.02494 seconds and 5 git commands to generate.