Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/kernel/sched/
Dsched.h336 struct cfs_bandwidth { struct
338 raw_spinlock_t lock;
339 ktime_t period;
340 u64 quota;
341 u64 runtime;
342 s64 hierarchical_quota;
344 short idle;
345 short period_active;
346 struct hrtimer period_timer;
347 struct hrtimer slack_timer;
[all …]
/kernel/linux/linux-5.10/kernel/sched/
Dsched.h413 struct cfs_bandwidth { struct
415 raw_spinlock_t lock;
416 ktime_t period;
417 u64 quota;
418 u64 runtime;
419 s64 hierarchical_quota;
421 u8 idle;
422 u8 period_active;
423 u8 slack_started;
424 struct hrtimer period_timer;
[all …]