Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c10126 u64 *period_us_p, u64 *quota_us_p, u64 *burst_us_p) in tg_bandwidth() argument
10131 if (quota_us_p) in tg_bandwidth()
10132 *quota_us_p = tg_get_cfs_quota(tg); in tg_bandwidth()
10138 if (quota_us_p) in tg_bandwidth()
10139 *quota_us_p = tg->scx.bw_quota_us; in tg_bandwidth()
10528 u64 *quota_us_p) in cpu_period_quota_parse() argument
10535 if (sscanf(tok, "%llu", quota_us_p) < 1) { in cpu_period_quota_parse()
10537 *quota_us_p = RUNTIME_INF; in cpu_period_quota_parse()