Home
last modified time | relevance | path

Searched refs:cleanup_done (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dhw_random.h51 struct completion cleanup_done; member
/linux/lib/
H A Dalloc_tag.c387 bool cleanup_done = false; in find_aligned_area() local
403 if (!cleanup_done) { in find_aligned_area()
405 cleanup_done = true; in find_aligned_area()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c791 init_completion(&io_req->cleanup_done); in bnx2fc_initiate_tmf()
794 rc = wait_for_completion_timeout(&io_req->cleanup_done, in bnx2fc_initiate_tmf()
1090 init_completion(&io_req->cleanup_done); in bnx2fc_abts_cleanup()
1100 time_left = wait_for_completion_timeout(&io_req->cleanup_done, in bnx2fc_abts_cleanup()
1204 init_completion(&io_req->cleanup_done); in bnx2fc_eh_abort()
1239 wait_for_completion(&io_req->cleanup_done); in bnx2fc_eh_abort()
1351 complete(&io_req->cleanup_done); in bnx2fc_process_cleanup_compl()
1382 complete(&io_req->cleanup_done); in bnx2fc_process_abts_compl()
H A Dbnx2fc.h430 struct completion cleanup_done; member
/linux/drivers/gpu/drm/xe/display/
H A Dxe_display.c267 wait_for_completion(&commit->cleanup_done); in xe_display_flush_cleanup_work()
/linux/drivers/scsi/qedf/
H A Dqedf_io.c2222 init_completion(&io_req->cleanup_done); in qedf_initiate_cleanup()
2236 tmo = wait_for_completion_timeout(&io_req->cleanup_done, in qedf_initiate_cleanup()
2287 complete(&io_req->cleanup_done); in qedf_process_cleanup_compl()