Searched refs:ub_array_index (Results 1 – 1 of 1) sorted by relevance
3250 uint32_t ub_array_index = 0; in ql_ub_alloc() local3286 ub_array_index = 0; in ql_ub_alloc()3352 while (ha->ub_array[ub_array_index] != NULL) { in ql_ub_alloc()3353 ub_array_index++; in ql_ub_alloc()3374 ubp->ub_token = ub_array_index; in ql_ub_alloc()3377 tokens[index] = ub_array_index; in ql_ub_alloc()3381 sp->handle = ub_array_index; in ql_ub_alloc()3384 ha->ub_array[ub_array_index] = ubp; in ql_ub_alloc()3486 uint64_t ub_array_index; in ql_ub_free() local3506 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) { in ql_ub_free()[all …]