Lines Matching full:commit
26 * @lock: mutex to protect commit and wake/sleep lists in the voter
128 u32 addr, bool commit, bool wait) in tcs_cmd_gen() argument
147 cmd->data = BCM_TCS_CMD(commit, valid, vote_x, vote_y); in tcs_cmd_gen()
162 bool commit, wait; in tcs_list_gen() local
168 commit = false; in tcs_list_gen()
172 commit = true; in tcs_list_gen()
176 wait = commit && (voter->tcs_wait & BIT(bucket)); in tcs_list_gen()
179 bcm->vote_y[bucket], bcm->addr, commit, wait); in tcs_list_gen()
186 * commit bit on the last BCM request of every VCD. in tcs_list_gen()
189 if (!commit) { in tcs_list_gen()
246 * @bcm: bcm to add to the commit and wake sleep list
271 * through multiple commit requests and bcm nodes are removed only when the
300 * to be sorted every commit since we can't guarantee the order in which in qcom_icc_bcm_voter_commit()