Home
last modified time | relevance | path

Searched refs:d_work (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_share.c73 container_of(work, struct hmdfs_share_item, d_work.work); in share_item_timeout_work()
117 INIT_DELAYED_WORK(&new_item->d_work, share_item_timeout_work); in insert_share_item()
119 &new_item->d_work, HZ * HMDFS_SHARE_ITEM_TIMEOUT_S); in insert_share_item()
138 if (!cancel_delayed_work_sync(&item->d_work)) in update_share_item()
141 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in update_share_item()
223 &item->d_work, HZ * HMDFS_SHARE_ITEM_TIMEOUT_S); in reset_item_opened_status()
269 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in hmdfs_close_share_item()
294 if (!cancel_delayed_work_sync(&item->d_work)) { in hmdfs_check_share_access_permission()
327 flush_delayed_work(&item->d_work); in hmdfs_clear_share_table()
342 cancel_delayed_work_sync(&item->d_work); in hmdfs_clear_first_item()
[all...]
H A Dhmdfs_share.h36 struct delayed_work d_work; member
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_share.c73 container_of(work, struct hmdfs_share_item, d_work.work); in share_item_timeout_work()
117 INIT_DELAYED_WORK(&new_item->d_work, share_item_timeout_work); in insert_share_item()
119 &new_item->d_work, HZ * HMDFS_SHARE_ITEM_TIMEOUT_S); in insert_share_item()
138 if (!cancel_delayed_work_sync(&item->d_work)) in update_share_item()
141 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in update_share_item()
223 &item->d_work, HZ * HMDFS_SHARE_ITEM_TIMEOUT_S); in reset_item_opened_status()
269 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in hmdfs_close_share_item()
294 if (!cancel_delayed_work_sync(&item->d_work)) { in hmdfs_check_share_access_permission()
327 flush_delayed_work(&item->d_work); in hmdfs_clear_share_table()
342 cancel_delayed_work_sync(&item->d_work); in hmdfs_clear_first_item()
[all...]
H A Dhmdfs_share.h36 struct delayed_work d_work; member
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dsocket_adapter.c257 container_of(w, struct hmdfs_msg_parasite, d_work.work); in async_request_cb_on_wakeup_fn()
293 INIT_DELAYED_WORK(&mp->d_work, async_request_cb_on_wakeup_fn); in mp_alloc()
358 queue_delayed_work(peer->async_wq, &mp->d_work, timeout * HZ); in hmdfs_send_async_request()
622 container_of(ptr, struct hmdfs_async_work, d_work.work); in hmdfs_recv_page_work_fn()
687 INIT_DELAYED_WORK(&async_work->d_work, hmdfs_recv_page_work_fn); in hmdfs_sendpage_request()
688 ret = queue_delayed_work(con->async_wq, &async_work->d_work, in hmdfs_sendpage_request()
698 if (!cancel_delayed_work(&async_work->d_work)) { in hmdfs_sendpage_request()
996 if (cancel_delayed_work(&mp->d_work)) { in hmdfs_response_handle_sync()
1001 queue_delayed_work(con->async_wq, &mp->d_work, 0); in hmdfs_response_handle_sync()
1107 if (!cancel_delayed_work(&mp->d_work)) in hmdfs_wakeup_parasite()
[all...]
H A Dprotocol.h119 struct delayed_work d_work; member
H A Dconnection.h87 struct delayed_work d_work; member
H A Dtransport.c239 if (!async_work || !cancel_delayed_work(&async_work->d_work)) in tcp_recvpage_tls()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dsocket_adapter.c257 container_of(w, struct hmdfs_msg_parasite, d_work.work); in async_request_cb_on_wakeup_fn()
293 INIT_DELAYED_WORK(&mp->d_work, async_request_cb_on_wakeup_fn); in mp_alloc()
358 queue_delayed_work(peer->async_wq, &mp->d_work, timeout * HZ); in hmdfs_send_async_request()
622 container_of(ptr, struct hmdfs_async_work, d_work.work); in hmdfs_recv_page_work_fn()
687 INIT_DELAYED_WORK(&async_work->d_work, hmdfs_recv_page_work_fn); in hmdfs_sendpage_request()
688 ret = queue_delayed_work(con->async_wq, &async_work->d_work, in hmdfs_sendpage_request()
698 if (!cancel_delayed_work(&async_work->d_work)) { in hmdfs_sendpage_request()
996 if (cancel_delayed_work(&mp->d_work)) { in hmdfs_response_handle_sync()
1001 queue_delayed_work(con->async_wq, &mp->d_work, 0); in hmdfs_response_handle_sync()
1107 if (!cancel_delayed_work(&mp->d_work)) in hmdfs_wakeup_parasite()
[all...]
H A Dprotocol.h119 struct delayed_work d_work; member
H A Dconnection.h87 struct delayed_work d_work; member
H A Dtransport.c239 if (!async_work || !cancel_delayed_work(&async_work->d_work)) in tcp_recvpage_tls()
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_pci.c169 struct delayed_work *d_work = to_delayed_work(work_req); in edac_pci_workq_function() local
170 struct edac_pci_ctl_info *pci = to_edac_pci_ctl_work(d_work); in edac_pci_workq_function()
H A Dedac_device.c348 struct delayed_work *d_work = to_delayed_work(work_req); in edac_device_workq_function() local
349 struct edac_device_ctl_info *edac_dev = to_edac_device_ctl_work(d_work); in edac_device_workq_function()
H A Dedac_mc.c539 struct delayed_work *d_work = to_delayed_work(work_req); in edac_mc_workq_function() local
540 struct mem_ctl_info *mci = to_edac_mem_ctl_work(d_work); in edac_mc_workq_function()
/kernel/linux/linux-5.10/mm/
H A Dpage_reporting.c272 struct delayed_work *d_work = to_delayed_work(work); in page_reporting_process() local
274 container_of(d_work, struct page_reporting_dev_info, work); in page_reporting_process()
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_pci.c165 struct delayed_work *d_work = to_delayed_work(work_req); in edac_pci_workq_function() local
166 struct edac_pci_ctl_info *pci = to_edac_pci_ctl_work(d_work); in edac_pci_workq_function()
H A Dedac_device.c318 struct delayed_work *d_work = to_delayed_work(work_req); in edac_device_workq_function() local
319 struct edac_device_ctl_info *edac_dev = to_edac_device_ctl_work(d_work); in edac_device_workq_function()
H A Dedac_mc.c470 struct delayed_work *d_work = to_delayed_work(work_req); in edac_mc_workq_function() local
471 struct mem_ctl_info *mci = to_edac_mem_ctl_work(d_work); in edac_mc_workq_function()
/kernel/linux/linux-6.6/mm/
H A Dpage_reporting.c309 struct delayed_work *d_work = to_delayed_work(work); in page_reporting_process() local
311 container_of(d_work, struct page_reporting_dev_info, work); in page_reporting_process()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c469 struct delayed_work *d_work = to_delayed_work(work); in cdns_mhdp_hdcp_check_work() local
470 struct cdns_mhdp_hdcp *hdcp = container_of(d_work, in cdns_mhdp_hdcp_check_work()

Completed in 21 milliseconds