Home
last modified time | relevance | path

Searched refs:periodp (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c9431 /* caller should put the current value in *@periodp before calling */
9432 static int __maybe_unused cpu_period_quota_parse(char *buf, u64 *periodp, in cpu_period_quota_parse() argument
9437 if (sscanf(buf, "%20s %llu", tok, periodp) < 1) { in cpu_period_quota_parse()
9441 *periodp *= NSEC_PER_USEC; in cpu_period_quota_parse()

Completed in 11 milliseconds