Lines Matching refs:reqs
52 struct icc_req reqs[]; member
109 path = kzalloc(struct_size(path, reqs, num_nodes), GFP_KERNEL); in path_init()
117 hlist_add_head(&path->reqs[i].req_node, &node->req_list); in path_init()
118 path->reqs[i].node = node; in path_init()
119 path->reqs[i].dev = dev; in path_init()
225 next = path->reqs[i].node; in apply_constraints()
411 path->reqs[i].tag = tag; in icc_set_tag()
444 old_avg = path->reqs[0].avg_bw; in icc_set_bw()
445 old_peak = path->reqs[0].peak_bw; in icc_set_bw()
448 node = path->reqs[i].node; in icc_set_bw()
451 path->reqs[i].avg_bw = avg_bw; in icc_set_bw()
452 path->reqs[i].peak_bw = peak_bw; in icc_set_bw()
464 node = path->reqs[i].node; in icc_set_bw()
465 path->reqs[i].avg_bw = old_avg; in icc_set_bw()
466 path->reqs[i].peak_bw = old_peak; in icc_set_bw()
541 node = path->reqs[i].node; in icc_put()
542 hlist_del(&path->reqs[i].req_node); in icc_put()