Searched refs:scha (Results 1 – 1 of 1) sorted by relevance
11489 struct sched_attr scha; in _syscall2() local11493 if (arg3 > sizeof(scha)) { in _syscall2()11494 arg3 = sizeof(scha); in _syscall2()11496 ret = get_errno(sys_sched_getattr(arg1, &scha, arg3, arg4)); in _syscall2()11502 target_scha->size = tswap32(scha.size); in _syscall2()11503 target_scha->sched_policy = tswap32(scha.sched_policy); in _syscall2()11504 target_scha->sched_flags = tswap64(scha.sched_flags); in _syscall2()11505 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()11506 target_scha->sched_priority = tswap32(scha.sched_priority); in _syscall2()11507 target_scha->sched_runtime = tswap64(scha.sched_runtime); in _syscall2()[all …]