Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sched_getattr/
Dsched_getattr02.c45 struct sched_attr attr_copy;
49 struct sched_attr *a;
54 {&unused_pid, &attr_copy, sizeof(struct sched_attr), 0, ESRCH},
55 {&pid, NULL, sizeof(struct sched_attr), 0, EINVAL},
56 {&pid, &attr_copy, sizeof(struct sched_attr) - 1, 0, EINVAL},
57 {&pid, &attr_copy, sizeof(struct sched_attr), 1000, EINVAL}
Dsched_getattr01.c42 struct sched_attr attr, attr_copy; in run_deadline()
/external/ltp/include/lapi/
Dsched.h26 struct sched_attr { struct
45 const struct sched_attr *attr, in sched_setattr() argument
52 struct sched_attr *attr, in sched_getattr()
/external/ltp/testcases/kernel/syscalls/sched_setattr/
Dsched_setattr01.c48 static struct sched_attr attr = {
49 .size = sizeof(struct sched_attr),
62 struct sched_attr *a;
/external/strace/
Dsched.c102 struct sched_attr attr = {}; in print_sched_attr()
156 struct sched_attr attr; in SYS_FUNC()
Dsched_attr.h6 struct sched_attr { struct
DMakefile.am227 sched_attr.h \
DChangeLog4408 Implement read/write semantics of struct sched_attr.size argument
4409 of sched_setattr syscall. Do not print members of struct sched_attr
4410 besides sched_attr.size when the specified structure size is less than
4413 * sched.c (print_sched_attr): Fetch struct sched_attr.size and use it
4414 as the structure size. Print struct sched_attr.size only when the
4417 argument. Print struct sched_attr.size returned by the kernel
4436 Move definition of struct sched_attr to a separate header file.
4437 Avoid multiple defintions of struct sched_attr by creating a separate
4440 * sched_attr.h: New file.
10855 sched_attr to int32_t, update format specifiers accordingly.
[all …]
DMakefile318 rtc.c sched.c sched_attr.h scsi.c seccomp.c seccomp_fprog.h \
1063 rtc.c sched.c sched_attr.h scsi.c seccomp.c seccomp_fprog.h \
DMakefile.in320 rtc.c sched.c sched_attr.h scsi.c seccomp.c seccomp_fprog.h \
1089 rtc.c sched.c sched_attr.h scsi.c seccomp.c seccomp_fprog.h \
/external/strace/tests/
Dsched_xetattr.c70 TAIL_ALLOC_OBJECT_CONST_PTR(struct sched_attr, attr); in main()
/external/strace/tests-mx32/
Dsched_xetattr.c70 TAIL_ALLOC_OBJECT_CONST_PTR(struct sched_attr, attr); in main()
/external/strace/tests-m32/
Dsched_xetattr.c70 TAIL_ALLOC_OBJECT_CONST_PTR(struct sched_attr, attr); in main()