alua_nonop_delay  458 drivers/target/target_core_alua.c 	cmd->alua_nonop_delay = nonop_delay_msecs;
alua_nonop_delay  869 drivers/target/target_core_alua.c 	if (!cmd->alua_nonop_delay)
alua_nonop_delay  875 drivers/target/target_core_alua.c 	msleep_interruptible(cmd->alua_nonop_delay);
alua_nonop_delay  458 include/target/target_core_base.h 	int			alua_nonop_delay;