Searched refs:buffer_indices_hashlist (Results 1 – 2 of 2) sorted by relevance
273 unsigned hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1); in amdgpu_lookup_buffer()274 int i = cs->buffer_indices_hashlist[hash]; in amdgpu_lookup_buffer()302 cs->buffer_indices_hashlist[hash] = i; in amdgpu_lookup_buffer()364 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1); in amdgpu_lookup_or_add_real_buffer()365 cs->buffer_indices_hashlist[hash] = idx; in amdgpu_lookup_or_add_real_buffer()418 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1); in amdgpu_lookup_or_add_slab_buffer()419 cs->buffer_indices_hashlist[hash] = idx; in amdgpu_lookup_or_add_slab_buffer()637 for (i = 0; i < ARRAY_SIZE(cs->buffer_indices_hashlist); i++) { in amdgpu_init_cs_context()638 cs->buffer_indices_hashlist[i] = -1; in amdgpu_init_cs_context()668 for (i = 0; i < ARRAY_SIZE(cs->buffer_indices_hashlist); i++) { in amdgpu_cs_context_cleanup()[all …]
93 int buffer_indices_hashlist[4096]; member