Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/sched/
Dtypes.h102 struct sched_attr { struct
103 __u32 size;
105 __u32 sched_policy;
106 __u64 sched_flags;
109 __s32 sched_nice;
112 __u32 sched_priority;
115 __u64 sched_runtime;
116 __u64 sched_deadline;
117 __u64 sched_period;
120 __u32 sched_util_min;
[all …]
/external/strace/
Dsched_attr.h6 struct sched_attr { struct
7 uint32_t size;
8 uint32_t sched_policy;
9 uint64_t sched_flags;
10 uint32_t sched_nice;
11 uint32_t sched_priority;
12 uint64_t sched_runtime;
13 uint64_t sched_deadline;
14 uint64_t sched_period;
/external/ltp/include/lapi/
Dsched.h17 struct sched_attr { struct
35 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr() argument
/external/cronet/base/threading/
Dplatform_thread_linux.cc79 struct sched_attr { struct
80 uint32_t size;
82 uint32_t sched_policy;
83 uint64_t sched_flags;
86 __s32 sched_nice;
89 uint32_t sched_priority;
92 uint64_t sched_runtime;
93 uint64_t sched_deadline;
94 uint64_t sched_period;
97 uint32_t sched_util_min;
[all …]
/external/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 …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h25282 struct sched_attr { struct
25283 __u32 size;
25284 __u32 sched_policy;
25285 __u64 sched_flags;
25286 __s32 sched_nice;
25287 __u32 sched_priority;
25288 __u64 sched_runtime;
25289 __u64 sched_deadline;
25290 __u64 sched_period;
25291 __u32 sched_util_min;
[all …]
Dvmlinux.h25282 struct sched_attr { struct
25283 __u32 size;
25284 __u32 sched_policy;
25285 __u64 sched_flags;
25286 __s32 sched_nice;
25287 __u32 sched_priority;
25288 __u64 sched_runtime;
25289 __u64 sched_deadline;
25290 __u64 sched_period;
25291 __u32 sched_util_min;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h27410 struct sched_attr { struct
27411 __u32 size;
27412 __u32 sched_policy;
27413 __u64 sched_flags;
27414 __s32 sched_nice;
27415 __u32 sched_priority;
27416 __u64 sched_runtime;
27417 __u64 sched_deadline;
27418 __u64 sched_period;
27419 __u32 sched_util_min;
[all …]
Dvmlinux.h27410 struct sched_attr { struct
27411 __u32 size;
27412 __u32 sched_policy;
27413 __u64 sched_flags;
27414 __s32 sched_nice;
27415 __u32 sched_priority;
27416 __u64 sched_runtime;
27417 __u64 sched_deadline;
27418 __u64 sched_period;
27419 __u32 sched_util_min;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h22423 struct sched_attr { struct
22424 __u32 size;
22425 __u32 sched_policy;
22426 __u64 sched_flags;
22427 __s32 sched_nice;
22428 __u32 sched_priority;
22429 __u64 sched_runtime;
22430 __u64 sched_deadline;
22431 __u64 sched_period;
22432 __u32 sched_util_min;
[all …]
Dvmlinux_510.h22423 struct sched_attr { struct
22424 __u32 size;
22425 __u32 sched_policy;
22426 __u64 sched_flags;
22427 __s32 sched_nice;
22428 __u32 sched_priority;
22429 __u64 sched_runtime;
22430 __u64 sched_deadline;
22431 __u64 sched_period;
22432 __u32 sched_util_min;
[all …]