/openbmc/linux/tools/tracing/rtla/src/ |
H A D | utils.c | 216 # define __NR_sched_getattr 315 macro 219 # define __NR_sched_getattr 352 macro 222 # define __NR_sched_getattr 381 macro 225 # define __NR_sched_getattr 275 macro 228 # define __NR_sched_getattr 356 macro 231 # define __NR_sched_getattr 346 macro
|
/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/ |
H A D | 0001-sched_attr-Do-not-define-for-glibc-2.41.patch | 37 return syscall(__NR_sched_getattr, pid, attr, size, flags);
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/ |
H A D | 0001-sched_attr-Do-not-define-for-glibc-2.41.patch | 30 #define __NR_sched_getattr 275
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0001-sched_attr-Do-not-define-for-glibc-2.41.patch | 43 #define __NR_sys_sched_getattr __NR_sched_getattr
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 235 #define __NR_sched_getattr 275 macro
|
H A D | unistd_64.h | 264 #define __NR_sched_getattr 275 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 263 #define __NR_sched_getattr 275 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 260 #define __NR_sched_getattr 275 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 295 #define __NR_sched_getattr 346 macro
|
H A D | unistd_32.h | 328 #define __NR_sched_getattr 346 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 319 #define __NR_sched_getattr 315 macro
|
H A D | unistd_32.h | 352 #define __NR_sched_getattr 352 macro
|
H A D | unistd_x32.h | 275 #define __NR_sched_getattr (__X32_SYSCALL_BIT + 315) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 349 #define __NR_sched_getattr 356 macro
|
H A D | unistd_32.h | 358 #define __NR_sched_getattr 356 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 667 #define __NR_sched_getattr 275 macro 668 __SYSCALL(__NR_sched_getattr, sys_sched_getattr)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 667 #define __NR_sched_getattr 275 macro 668 __SYSCALL(__NR_sched_getattr, sys_sched_getattr)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 667 #define __NR_sched_getattr 275 macro 668 __SYSCALL(__NR_sched_getattr, sys_sched_getattr)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 775 #define __NR_sched_getattr 381 macro 776 __SYSCALL(__NR_sched_getattr, sys_sched_getattr)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 313 #define __NR_sched_getattr (__NR_Linux + 310) macro
|
H A D | unistd_n32.h | 317 #define __NR_sched_getattr (__NR_Linux + 314) macro
|
H A D | unistd_o32.h | 353 #define __NR_sched_getattr (__NR_Linux + 350) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 340 #define __NR_sched_getattr (__NR_SYSCALL_BASE + 381) macro
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 794 #define __NR_sched_getattr 315 799 #define __NR_sched_getattr 352 804 #define __NR_sched_getattr 381 839 return syscall(__NR_sched_getattr, pid, attr, size, flags);
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 376 #define __NR_sys_sched_getattr __NR_sched_getattr
|