Lines Matching refs:cch
36 struct gru_context_configuration_handle *cch,
48 for_each_cbr_in_allocation_map(i, &cch->cbr_allocation_map, scr) {
113 struct gru_context_configuration_handle *cch, *ubufcch;
120 cch = get_cch(grubase, ctxnum);
122 cch_locked = trylock_cch_handle(cch);
130 if (gru_user_copy_handle(&ubuf, cch)) {
132 unlock_cch_handle(cch);
145 if (cch->state != CCHSTATE_INACTIVE) {
146 cbrcnt = hweight64(cch->cbr_allocation_map) *
148 dsrcnt = data_opt ? hweight32(cch->dsr_allocation_map) *
155 ret = gru_dump_context_data(grubase, cch, ubuf, ctxnum,
159 unlock_cch_handle(cch);