Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ide/
Dide-ioctls.c93 << IDE_NICE_1), (long __user *)arg); in ide_get_nice_ioctl()
98 if (arg != (arg & ((1 << IDE_NICE_DSC_OVERLAP) | (1 << IDE_NICE_1)))) in ide_set_nice_ioctl()
110 if ((arg >> IDE_NICE_1) & 1) in ide_set_nice_ioctl()
/Linux-v5.4/include/uapi/linux/
Dhdreg.h653 #define IDE_NICE_1 (3) /* when probably won't affect us much */ macro