Home
last modified time | relevance | path

Searched defs:sched_attr (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/lapi/
Dsched.h18 struct sched_attr { struct
36 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr() argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h28341 struct sched_attr { struct
28342 __u32 size;
28343 __u32 sched_policy;
28344 __u64 sched_flags;
28345 __s32 sched_nice;
28346 __u32 sched_priority;
28347 __u64 sched_runtime;
28348 __u64 sched_deadline;
28349 __u64 sched_period;
28350 __u32 sched_util_min;
[all …]