Home
last modified time | relevance | path

Searched refs:dev_hash (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.c49 static struct hash_table *dev_hash = NULL; variable
132 if (dev_hash == NULL) { in vmw_winsys_create()
133 dev_hash = _mesa_hash_table_create(NULL, vmw_dev_hash, vmw_dev_compare); in vmw_winsys_create()
134 if (dev_hash == NULL) in vmw_winsys_create()
141 vws = util_hash_table_get(dev_hash, &stat_buf.st_rdev); in vmw_winsys_create()
182 _mesa_hash_table_insert(dev_hash, &vws->device, vws); in vmw_winsys_create()
205 _mesa_hash_table_remove_key(dev_hash, &vws->device); in vmw_winsys_destroy()
/third_party/mesa3d/docs/relnotes/
D18.0.4.rst72 - winsys/amdgpu: Destroy dev_hash table when the last winsys is
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h70740 struct hlist_node dev_hash; member