Home
last modified time | relevance | path

Searched refs:dwork (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dworkqueue.c1223 struct delayed_work *dwork = to_delayed_work(work); in try_to_grab_pending() local
1230 if (likely(del_timer(&dwork->timer))) in try_to_grab_pending()
1469 struct delayed_work *dwork = (struct delayed_work *)__data; in delayed_work_timer_fn() local
1472 __queue_work(dwork->cpu, dwork->wq, &dwork->work); in delayed_work_timer_fn()
1477 struct delayed_work *dwork, unsigned long delay) in __queue_delayed_work() argument
1479 struct timer_list *timer = &dwork->timer; in __queue_delayed_work()
1480 struct work_struct *work = &dwork->work; in __queue_delayed_work()
1484 timer->data != (unsigned long)dwork); in __queue_delayed_work()
1495 __queue_work(cpu, wq, &dwork->work); in __queue_delayed_work()
1499 timer_stats_timer_set_start_info(&dwork->timer); in __queue_delayed_work()
[all …]
Dcgroup.c4195 struct delayed_work *dwork = to_delayed_work(work); in cgroup_pidlist_destroy_work_fn() local
4196 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, in cgroup_pidlist_destroy_work_fn()
4206 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()