Searched refs:BLK_STS_DURATION_LIMIT (Results 1 - 3 of 3) sorted by path

/linux-master/block/
H A Dblk-core.c175 [BLK_STS_DURATION_LIMIT] = { -ETIME, "duration limit exceeded" },
/linux-master/drivers/scsi/
H A Dscsi_lib.c697 return BLK_STS_DURATION_LIMIT;
/linux-master/include/linux/
H A Dblk_types.h159 * BLK_STS_DURATION_LIMIT is returned from the driver when the target device
162 #define BLK_STS_DURATION_LIMIT ((__force blk_status_t)17) macro

Completed in 311 milliseconds