Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dioprio.h12 #define IOPRIO_NR_CLASSES 8 macro
13 #define IOPRIO_CLASS_MASK (IOPRIO_NR_CLASSES - 1)
113 if (IOPRIO_BAD_VALUE(prioclass, IOPRIO_NR_CLASSES) || in ioprio_value()