Lines Matching refs:reqs
173 path = kzalloc(struct_size(path, reqs, num_nodes), GFP_KERNEL); in path_init()
181 hlist_add_head(&path->reqs[i].req_node, &node->req_list); in path_init()
182 path->reqs[i].node = node; in path_init()
183 path->reqs[i].dev = dev; in path_init()
184 path->reqs[i].enabled = true; in path_init()
306 next = path->reqs[i].node; in apply_constraints()
646 path->reqs[i].tag = tag; in icc_set_tag()
700 old_avg = path->reqs[0].avg_bw; in icc_set_bw()
701 old_peak = path->reqs[0].peak_bw; in icc_set_bw()
704 node = path->reqs[i].node; in icc_set_bw()
707 path->reqs[i].avg_bw = avg_bw; in icc_set_bw()
708 path->reqs[i].peak_bw = peak_bw; in icc_set_bw()
722 node = path->reqs[i].node; in icc_set_bw()
723 path->reqs[i].avg_bw = old_avg; in icc_set_bw()
724 path->reqs[i].peak_bw = old_peak; in icc_set_bw()
751 path->reqs[i].enabled = enable; in __icc_enable()
755 return icc_set_bw(path, path->reqs[0].avg_bw, in __icc_enable()
756 path->reqs[0].peak_bw); in __icc_enable()
793 node = path->reqs[i].node; in icc_put()
794 hlist_del(&path->reqs[i].req_node); in icc_put()