Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A 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()
1455 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_handle_completions()
1507 schedule_delayed_work(&tcmu_unmap_work, 0); in tcmu_device_timedout()
2928 schedule_delayed_work(&tcmu_unmap_work, msecs_to_jiffies(5000)); in find_free_blocks()
2985 INIT_DELAYED_WORK(&tcmu_unmap_work, tcmu_unmap_work_fn); in tcmu_module_init()
3047 cancel_delayed_work_sync(&tcmu_unmap_work); in tcmu_module_exit()