Lines Matching defs:corner
31 * @corner: current corner
32 * @active_corner: current active corner
33 * @enable_corner: lowest non-zero corner
34 * @level: An array of level (vlvl) to corner (hlvl) mappings
49 unsigned int corner;
220 unsigned int corner, bool sync)
224 .data = corner,
237 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner,
240 *active = corner;
257 static int rpmhpd_aggregate_corner(struct rpmhpd *pd, unsigned int corner)
265 to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner);
268 to_active_sleep(peer, peer->corner, &peer_active_corner,
300 unsigned int corner;
305 corner = max(pd->corner, pd->enable_corner);
306 ret = rpmhpd_aggregate_corner(pd, corner);
345 * max corner, just set it to max anyway.
360 pd->corner = i;
391 /* Remember the first corner with non-zero level */