Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_user.c64 #define TCMU_TIME_OUT (30 * MSEC_PER_SEC) macro
177 tcmu_cmd->deadline = jiffies + msecs_to_jiffies(TCMU_TIME_OUT); in tcmu_alloc_cmd()
425 ret = schedule_timeout(msecs_to_jiffies(TCMU_TIME_OUT)); in tcmu_queue_cmd_ring()
497 round_jiffies_up(jiffies + msecs_to_jiffies(TCMU_TIME_OUT))); in tcmu_queue_cmd_ring()