Lines Matching refs:commit_list
36 struct list_head commit_list; member
160 struct list_head *bcm_list = &voter->commit_list; in tcs_list_gen()
255 list_add_tail(&bcm->list, &voter->commit_list); in qcom_icc_bcm_voter_add()
288 list_for_each_entry(bcm, &voter->commit_list, list) { in qcom_icc_bcm_voter_commit()
303 list_sort(NULL, &voter->commit_list, cmp_vcd); in qcom_icc_bcm_voter_commit()
322 list_for_each_entry_safe(bcm, bcm_tmp, &voter->commit_list, list) in qcom_icc_bcm_voter_commit()
335 list_add_tail(&bcm->list, &voter->commit_list); in qcom_icc_bcm_voter_commit()
340 if (list_empty(&voter->commit_list)) in qcom_icc_bcm_voter_commit()
343 list_sort(NULL, &voter->commit_list, cmp_vcd); in qcom_icc_bcm_voter_commit()
362 list_for_each_entry_safe(bcm, bcm_tmp, &voter->commit_list, list) in qcom_icc_bcm_voter_commit()
386 INIT_LIST_HEAD(&voter->commit_list); in qcom_icc_bcm_voter_probe()