Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dsched.h443 struct cfs_bandwidth { struct
445 raw_spinlock_t lock;
446 ktime_t period;
447 u64 quota;
448 u64 runtime;
449 s64 hierarchical_quota;
451 u8 idle;
452 u8 period_active;
453 u8 slack_started;
454 struct hrtimer period_timer;
[all …]