Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ide/
Dide-ioctls.c92 << IDE_NICE_1), (long __user *)arg); in ide_get_nice_ioctl()
97 if (arg != (arg & ((1 << IDE_NICE_DSC_OVERLAP) | (1 << IDE_NICE_1)))) in ide_set_nice_ioctl()
109 if ((arg >> IDE_NICE_1) & 1) in ide_set_nice_ioctl()
/linux-4.1.27/include/uapi/linux/
Dhdreg.h652 #define IDE_NICE_1 (3) /* when probably won't affect us much */ macro