Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/target/
Dtarget_core_user.c225 static struct delayed_work tcmu_unmap_work; variable
244 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_set_global_max_data_area()
246 cancel_delayed_work_sync(&tcmu_unmap_work); in tcmu_set_global_max_data_area()
538 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_get_empty_block()
1509 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_handle_completions()
1561 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_device_timedout()
3172 schedule_delayed_work(&tcmu_unmap_work, msecs_to_jiffies(5000)); in find_free_blocks()
3229 INIT_DELAYED_WORK(&tcmu_unmap_work, tcmu_unmap_work_fn); in tcmu_module_init()
3291 cancel_delayed_work_sync(&tcmu_unmap_work); in tcmu_module_exit()