HomeSort by relevance Sort by last modified time
    Searched full:attr_copy (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/sched_getattr/
sched_getattr01.c 42 struct sched_attr attr, attr_copy; local
62 size = sizeof(attr_copy);
63 ret = sched_getattr(0, &attr_copy, size, flags);
69 if (attr_copy.sched_runtime != RUNTIME_VAL) {
74 if (attr_copy.sched_period != PERIOD_VAL) {
79 if (attr_copy.sched_deadline != DEADLINE_VAL) {
sched_getattr02.c 45 struct sched_attr attr_copy; variable in typeref:struct:sched_attr
54 {&unused_pid, &attr_copy, sizeof(struct sched_attr), 0, ESRCH},
56 {&pid, &attr_copy, sizeof(struct sched_attr) - 1, 0, EINVAL},
57 {&pid, &attr_copy, sizeof(struct sched_attr), 1000, EINVAL}

Completed in 159 milliseconds