Lines Matching refs:entry
143 static void handle_delete_fxn(struct hash_entry *entry)
145 drm_shim_bo_put(entry->data);
150 struct hash_entry *entry =
152 if (!entry)
154 struct shim_fd *shim_fd = entry->data;
155 _mesa_hash_table_remove(shim_device.fd_map, entry);
170 struct hash_entry *entry =
173 if (!entry)
175 return entry->data;
244 struct hash_entry *entry =
246 if (!entry) {
251 struct shim_bo *bo = entry->data;
252 _mesa_hash_table_remove(shim_fd->handles, entry);
346 struct hash_entry *entry =
348 struct shim_bo *bo = entry ? entry->data : NULL;