Lines Matching defs:height
25 unsigned int height;
284 return spz->spzones[spz->info->parent_id].height + 1;
312 spz->height = scmi_powercap_get_zone_height(spz);
314 list_move(&spz->node, &pr->registered_zones[spz->height]);
315 dev_dbg(spz->dev, "Registered node %s - parent %s - height:%d\n",
317 spz->height);
325 spz->height, ret);
348 * time each registered-zone height in such a tree is accounted for and each
350 * indexed by zone height: this way will be trivial, at unregister time, to walk
451 /* Allocate for worst possible scenario of maximum tree height. */