Searched refs:buffer_indices_hashlist (Results 1 – 2 of 2) sorted by relevance
374 unsigned hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1); in amdgpu_lookup_buffer()375 int i = cs->buffer_indices_hashlist[hash]; in amdgpu_lookup_buffer()406 cs->buffer_indices_hashlist[hash] = i; in amdgpu_lookup_buffer()464 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1); in amdgpu_lookup_or_add_real_buffer()465 cs->buffer_indices_hashlist[hash] = idx; in amdgpu_lookup_or_add_real_buffer()518 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1); in amdgpu_lookup_or_add_slab_buffer()519 cs->buffer_indices_hashlist[hash] = idx; in amdgpu_lookup_or_add_slab_buffer()561 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1); in amdgpu_lookup_or_add_sparse_buffer()562 cs->buffer_indices_hashlist[hash] = idx; in amdgpu_lookup_or_add_sparse_buffer()819 memset(cs->buffer_indices_hashlist, -1, sizeof(cs->buffer_indices_hashlist)); in amdgpu_init_cs_context()[all …]
96 int buffer_indices_hashlist[4096]; member