aoe_deadsecs       29 drivers/block/aoe/aoecmd.c static int aoe_deadsecs = 60 * 3;
aoe_deadsecs       30 drivers/block/aoe/aoecmd.c module_param(aoe_deadsecs, int, 0644);
aoe_deadsecs       31 drivers/block/aoe/aoecmd.c MODULE_PARM_DESC(aoe_deadsecs, "After aoe_deadsecs seconds, give up and fail dev.");
aoe_deadsecs      774 drivers/block/aoe/aoecmd.c 		if (aoe_deadsecs
aoe_deadsecs      775 drivers/block/aoe/aoecmd.c 		&& n > aoe_deadsecs
aoe_deadsecs      789 drivers/block/aoe/aoecmd.c 		if (aoe_deadsecs && utgts > 0
aoe_deadsecs      790 drivers/block/aoe/aoecmd.c 		&& (n > aoe_deadsecs / utgts || n > HARD_SCORN_SECS))