Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/target/
Dtarget_core_user.c219 static struct delayed_work tcmu_unmap_work; variable
238 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_set_global_max_data_area()
240 cancel_delayed_work_sync(&tcmu_unmap_work); in tcmu_set_global_max_data_area()
513 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_get_empty_block()
1454 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_handle_completions()
1505 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_device_timedout()
2922 schedule_delayed_work(&tcmu_unmap_work, msecs_to_jiffies(5000)); in find_free_blocks()
2979 INIT_DELAYED_WORK(&tcmu_unmap_work, tcmu_unmap_work_fn); in tcmu_module_init()
3041 cancel_delayed_work_sync(&tcmu_unmap_work); in tcmu_module_exit()