/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_share.c | 73 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 D | hmdfs_share.h | 36 struct delayed_work d_work; member
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_share.c | 73 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 D | hmdfs_share.h | 36 struct delayed_work d_work; member
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 257 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 D | protocol.h | 119 struct delayed_work d_work; member
|
H A D | connection.h | 87 struct delayed_work d_work; member
|
H A D | transport.c | 239 if (!async_work || !cancel_delayed_work(&async_work->d_work)) in tcp_recvpage_tls()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 257 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 D | protocol.h | 119 struct delayed_work d_work; member
|
H A D | connection.h | 87 struct delayed_work d_work; member
|
H A D | transport.c | 239 if (!async_work || !cancel_delayed_work(&async_work->d_work)) in tcp_recvpage_tls()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_pci.c | 169 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 D | edac_device.c | 348 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 D | edac_mc.c | 539 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 D | page_reporting.c | 272 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 D | edac_pci.c | 165 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 D | edac_device.c | 318 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 D | edac_mc.c | 470 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 D | page_reporting.c | 309 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 D | cdns-mhdp8546-hdcp.c | 469 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()
|