Searched refs:quota_us_p (Results 1 – 1 of 1) sorted by relevance
10022 u64 *period_us_p, u64 *quota_us_p, u64 *burst_us_p) in tg_bandwidth() argument10027 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() argument10431 if (sscanf(tok, "%llu", quota_us_p) < 1) { in cpu_period_quota_parse()10433 *quota_us_p = RUNTIME_INF; in cpu_period_quota_parse()