Home
last modified time | relevance | path

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

/external/strace/xlat/
Drwf_flags.h2 #if !(defined(RWF_HIPRI) || (defined(HAVE_DECL_RWF_HIPRI) && HAVE_DECL_RWF_HIPRI))
3 # define RWF_HIPRI 1 macro
23 XLAT(RWF_HIPRI),
Drwf_flags.in1 RWF_HIPRI 1
/external/kernel-headers/original/uapi/linux/
Dfs.h369 #define RWF_HIPRI ((__force __kernel_rwf_t)0x00000001) macro
381 #define RWF_SUPPORTED (RWF_HIPRI | RWF_DSYNC | RWF_SYNC | RWF_NOWAIT)
/external/fio/os/
Dos-linux.h302 #ifndef RWF_HIPRI
303 #define RWF_HIPRI 0x00000001 macro
/external/fio/engines/
Dsync.c136 flags |= RWF_HIPRI; in fio_pvsyncio2_queue()
/external/fio/
DHOWTO1759 Set RWF_HIPRI on I/O, indicating to the kernel that it's of higher priority