Home
last modified time | relevance | path

Searched refs:TRY_DIRECT_IO (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dst_options.h13 /* If TRY_DIRECT_IO is non-zero, the driver tries to transfer data directly
15 buffer is used. If TRY_DIRECT_IO is zero, driver buffer is always used. */
16 #define TRY_DIRECT_IO 1 macro
H A Dst.c84 static int try_direct_io = TRY_DIRECT_IO;
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst_options.h13 /* If TRY_DIRECT_IO is non-zero, the driver tries to transfer data directly
15 buffer is used. If TRY_DIRECT_IO is zero, driver buffer is always used. */
16 #define TRY_DIRECT_IO 1 macro
H A Dst.c85 static int try_direct_io = TRY_DIRECT_IO;

Completed in 13 milliseconds