Searched refs:cleanup_work (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/netfs/ |
| H A D | objects.c | 43 INIT_WORK(&rreq->cleanup_work, netfs_free_request); in netfs_alloc_request() 160 container_of(work, struct netfs_io_request, cleanup_work); in netfs_free_request() 177 WARN_ON(!queue_work(system_dfl_wq, &rreq->cleanup_work)); in netfs_put_request() 196 netfs_free_request(&rreq->cleanup_work); in netfs_put_failed_request()
|
| /linux/drivers/infiniband/core/ |
| H A D | mad_rmpp.c | 50 struct delayed_work cleanup_work; member 95 cancel_delayed_work(&rmpp_recv->cleanup_work); in ib_cancel_rmpp_recvs() 266 container_of(work, struct mad_rmpp_recv, cleanup_work.work); in recv_cleanup_handler() 296 INIT_DELAYED_WORK(&rmpp_recv->cleanup_work, recv_cleanup_handler); in create_rmpp_recv() 464 &rmpp_recv->cleanup_work, msecs_to_jiffies(10000)); in complete_rmpp()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 300 struct delayed_work cleanup_work; member 1281 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_insert_filter() 1527 container_of(work, struct efx_ptp_data, cleanup_work.work); in efx_ptp_cleanup_worker() 1536 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_cleanup_worker() 1597 INIT_DELAYED_WORK(&ptp->cleanup_work, efx_ptp_cleanup_worker); in efx_ptp_probe() 1683 cancel_delayed_work_sync(&efx->ptp_data->cleanup_work); in efx_ptp_remove()
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 2257 flush_work(&conn->cleanup_work); in iscsi_if_disconnect_bound_ep() 2286 cancel_work_sync(&conn->cleanup_work); in iscsi_if_stop_conn() 2300 flush_work(&conn->cleanup_work); in iscsi_if_stop_conn() 2317 cleanup_work); in iscsi_cleanup_conn_work_fn() 2422 INIT_WORK(&conn->cleanup_work, iscsi_cleanup_conn_work_fn); in iscsi_alloc_conn() 2640 &conn->cleanup_work); in iscsi_conn_error_event() 2984 flush_work(&conn->cleanup_work); in iscsi_if_destroy_conn()
|
| /linux/include/linux/ |
| H A D | netfs.h | 224 struct work_struct cleanup_work; /* Deferred cleanup work */ member
|