Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c9747 u64 *period_us_p, u64 *quota_us_p, u64 *burst_us_p) in tg_bandwidth() argument
9750 if (period_us_p) in tg_bandwidth()
9751 *period_us_p = tg_get_cfs_period(tg); in tg_bandwidth()
9757 if (period_us_p) in tg_bandwidth()
9758 *period_us_p = tg->scx.bw_period_us; in tg_bandwidth()
10148 static int __maybe_unused cpu_period_quota_parse(char *buf, u64 *period_us_p, in cpu_period_quota_parse() argument
10153 if (sscanf(buf, "%20s %llu", tok, period_us_p) < 1) in cpu_period_quota_parse()