Home
last modified time | relevance | path

Searched refs:burst_us_p (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Dcore.c10022 u64 *period_us_p, u64 *quota_us_p, u64 *burst_us_p) in tg_bandwidth() argument
10029 if (burst_us_p) in tg_bandwidth()
10030 *burst_us_p = tg_get_cfs_burst(tg); in tg_bandwidth()
10036 if (burst_us_p) in tg_bandwidth()
10037 *burst_us_p = tg->scx.bw_burst_us; in tg_bandwidth()