Searched refs:scha (Results 1 – 1 of 1) sorted by relevance
11918 struct sched_attr scha; in _syscall2() local11922 if (arg3 > sizeof(scha)) { in _syscall2()11923 arg3 = sizeof(scha); in _syscall2()11925 ret = get_errno(sys_sched_getattr(arg1, &scha, arg3, arg4)); in _syscall2()11931 target_scha->size = tswap32(scha.size); in _syscall2()11932 target_scha->sched_policy = tswap32(scha.sched_policy); in _syscall2()11933 target_scha->sched_flags = tswap64(scha.sched_flags); in _syscall2()11934 target_scha->sched_nice = tswap32(scha.sched_nice); in _syscall2()11935 target_scha->sched_priority = tswap32(scha.sched_priority); in _syscall2()11936 target_scha->sched_runtime = tswap64(scha.sched_runtime); in _syscall2()[all …]