Searched refs:dev_hash (Results 1 – 3 of 3) sorted by relevance
49 static struct hash_table *dev_hash = NULL; variable132 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()
72 - winsys/amdgpu: Destroy dev_hash table when the last winsys is
70740 struct hlist_node dev_hash; member