Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_user.c226 static struct delayed_work tcmu_unmap_work; variable
245 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_set_global_max_data_area()
247 cancel_delayed_work_sync(&tcmu_unmap_work); in tcmu_set_global_max_data_area()
540 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_get_empty_block()
1510 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_handle_completions()
1562 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_device_timedout()
3260 schedule_delayed_work(&tcmu_unmap_work, msecs_to_jiffies(5000)); in find_free_blocks()
3317 INIT_DELAYED_WORK(&tcmu_unmap_work, tcmu_unmap_work_fn); in tcmu_module_init()
3379 cancel_delayed_work_sync(&tcmu_unmap_work); in tcmu_module_exit()