Lines Matching refs:entry
141 struct hash_entry *entry;
143 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo);
144 if (entry) {
146 idx = (uint32_t)(uintptr_t)entry->data;
286 set_foreach (msm_submit->ring_set, entry) {
287 struct fd_ringbuffer *ring = (void *)entry->key;
302 set_foreach (msm_submit->ring_set, entry) {
303 struct fd_ringbuffer *ring = (void *)entry->key;
385 unref_rings(struct set_entry *entry)
387 struct fd_ringbuffer *ring = (void *)entry->key;
536 set_foreach (msm_target->u.ring_set, entry) {
537 struct fd_ringbuffer *ring = (void *)entry->key;