Lines Matching refs:commit_list
36 struct list_head commit_list; member
137 struct list_head *bcm_list = &voter->commit_list; in tcs_list_gen()
231 list_add_tail(&bcm->list, &voter->commit_list); in qcom_icc_bcm_voter_add()
264 list_for_each_entry(bcm, &voter->commit_list, list) in qcom_icc_bcm_voter_commit()
275 list_sort(NULL, &voter->commit_list, cmp_vcd); in qcom_icc_bcm_voter_commit()
294 list_for_each_entry_safe(bcm, bcm_tmp, &voter->commit_list, list) in qcom_icc_bcm_voter_commit()
307 list_add_tail(&bcm->list, &voter->commit_list); in qcom_icc_bcm_voter_commit()
312 if (list_empty(&voter->commit_list)) in qcom_icc_bcm_voter_commit()
315 list_sort(NULL, &voter->commit_list, cmp_vcd); in qcom_icc_bcm_voter_commit()
334 list_for_each_entry_safe(bcm, bcm_tmp, &voter->commit_list, list) in qcom_icc_bcm_voter_commit()
358 INIT_LIST_HEAD(&voter->commit_list); in qcom_icc_bcm_voter_probe()