/openbmc/linux/Documentation/block/ |
H A D | ioprio.rst | 75 #define __NR_ioprio_set 289 78 #define __NR_ioprio_set 273 81 #define __NR_ioprio_set 251 84 #define __NR_ioprio_set 1274 92 return syscall(__NR_ioprio_set, which, who, ioprio);
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 33 #define __NR_ioprio_set 30 macro
|
H A D | unistd_64.h | 34 #define __NR_ioprio_set 30 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 34 #define __NR_ioprio_set 30 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 34 #define __NR_ioprio_set 30 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 231 #define __NR_ioprio_set 282 macro
|
H A D | unistd_32.h | 264 #define __NR_ioprio_set 282 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 255 #define __NR_ioprio_set 251 macro
|
H A D | unistd_32.h | 289 #define __NR_ioprio_set 289 macro
|
H A D | unistd_x32.h | 222 #define __NR_ioprio_set (__X32_SYSCALL_BIT + 251) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 266 #define __NR_ioprio_set 273 macro
|
H A D | unistd_32.h | 275 #define __NR_ioprio_set 273 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 97 #define __NR_ioprio_set 30 macro 98 __SYSCALL(__NR_ioprio_set, sys_ioprio_set)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 97 #define __NR_ioprio_set 30 macro 98 __SYSCALL(__NR_ioprio_set, sys_ioprio_set)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 97 #define __NR_ioprio_set 30 macro 98 __SYSCALL(__NR_ioprio_set, sys_ioprio_set)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 641 #define __NR_ioprio_set 314 macro 642 __SYSCALL(__NR_ioprio_set, sys_ioprio_set)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 276 #define __NR_ioprio_set (__NR_Linux + 273) macro
|
H A D | unistd_n32.h | 280 #define __NR_ioprio_set (__NR_Linux + 277) macro
|
H A D | unistd_o32.h | 317 #define __NR_ioprio_set (__NR_Linux + 314) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 273 #define __NR_ioprio_set (__NR_SYSCALL_BASE + 314) macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 402 #if defined(TARGET_NR_ioprio_set) && defined(__NR_ioprio_set) 13749 #if defined(TARGET_NR_ioprio_set) && defined(__NR_ioprio_set) in _syscall2()
|