Lines Matching defs:cpu_hogger
24 struct cpu_hogger {
310 pid_t (*spawn_child)(const struct cpu_hogger *child),
311 int (*validate)(const struct cpu_hogger *children, int num_children))
315 struct cpu_hogger children[3] = {};
376 static pid_t weight_hog_ncpus(const struct cpu_hogger *child, int ncpus)
390 static pid_t weight_hog_all_cpus(const struct cpu_hogger *child)
396 overprovision_validate(const struct cpu_hogger *children, int num_children)
436 static pid_t weight_hog_one_cpu(const struct cpu_hogger *child)
442 underprovision_validate(const struct cpu_hogger *children, int num_children)
486 struct cpu_hogger leaf[3] = {};