Searched refs:ub_array_index (Results 1 – 1 of 1) sorted by relevance
3524 uint32_t ub_array_index = 0; in ql_ub_alloc() local3555 ub_array_index = 0; in ql_ub_alloc()3621 while (ha->ub_array[ub_array_index] != NULL) { in ql_ub_alloc()3622 ub_array_index++; in ql_ub_alloc()3643 ubp->ub_token = ub_array_index; in ql_ub_alloc()3646 tokens[index] = ub_array_index; in ql_ub_alloc()3650 sp->handle = ub_array_index; in ql_ub_alloc()3653 ha->ub_array[ub_array_index] = ubp; in ql_ub_alloc()3752 uint64_t ub_array_index; in ql_ub_free() local3769 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) { in ql_ub_free()[all …]