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.c10022 u64 *period_us_p, u64 *quota_us_p, u64 *burst_us_p) in tg_bandwidth() argument
10027 if (quota_us_p) in tg_bandwidth()
10028 *quota_us_p = tg_get_cfs_quota(tg); in tg_bandwidth()
10034 if (quota_us_p) in tg_bandwidth()
10035 *quota_us_p = tg->scx.bw_quota_us; in tg_bandwidth()
10424 u64 *quota_us_p) in cpu_period_quota_parse() argument
10431 if (sscanf(tok, "%llu", quota_us_p) < 1) { in cpu_period_quota_parse()
10433 *quota_us_p = RUNTIME_INF; in cpu_period_quota_parse()