Lines Matching refs:d_work
73 container_of(work, struct hmdfs_share_item, d_work.work);
117 INIT_DELAYED_WORK(&new_item->d_work, share_item_timeout_work);
119 &new_item->d_work, HZ * HMDFS_SHARE_ITEM_TIMEOUT_S);
138 if (!cancel_delayed_work_sync(&item->d_work))
141 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work,
223 &item->d_work, HZ * HMDFS_SHARE_ITEM_TIMEOUT_S);
269 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work,
294 if (!cancel_delayed_work_sync(&item->d_work)) {
327 flush_delayed_work(&item->d_work);
342 cancel_delayed_work_sync(&item->d_work);