Searched refs:burst (Results 1 – 5 of 5) sorted by relevance
/kernel/printk/ |
D | sysctl.c | 40 .data = &printk_ratelimit_state.burst,
|
/kernel/sched/ |
D | core.c | 10817 u64 burst) in tg_set_cfs_bandwidth() argument 10847 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth() 10848 burst + quota > max_cfs_runtime)) in tg_set_cfs_bandwidth() 10872 cfs_b->burst = burst; in tg_set_cfs_bandwidth() 10906 u64 quota, period, burst; in tg_set_cfs_quota() local 10909 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_quota() 10917 return tg_set_cfs_bandwidth(tg, period, quota, burst); in tg_set_cfs_quota() 10935 u64 quota, period, burst; in tg_set_cfs_period() local 10942 burst = tg->cfs_bandwidth.burst; in tg_set_cfs_period() 10944 return tg_set_cfs_bandwidth(tg, period, quota, burst); in tg_set_cfs_period() [all …]
|
D | sched.h | 351 u64 burst; member
|
D | fair.c | 5224 cfs_b->runtime = min(cfs_b->runtime, cfs_b->quota + cfs_b->burst); in __refill_cfs_bandwidth_runtime() 5849 cfs_b->burst *= 2; in sched_cfs_period_timer() 5881 cfs_b->burst = 0; in init_cfs_bandwidth()
|
/kernel/trace/ |
D | Kconfig | 1059 For example, the following invocation generates a burst of three
|