Searched refs:cur_entry (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_cache.c | 152 struct pb_cache_entry *cur_entry; local in function:pb_cache_reclaim_buffer 169 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head); 171 if (!entry && (ret = pb_cache_is_buffer_compat(cur_entry, size, 173 entry = cur_entry; 174 else if (os_time_timeout(cur_entry->start, cur_entry->end, now)) 175 destroy_buffer_locked(cur_entry); 191 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head); 192 ret = pb_cache_is_buffer_compat(cur_entry, size, alignment, usage); 195 entry = cur_entry; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_cache.c | 152 struct pb_cache_entry *cur_entry; local in function:pb_cache_reclaim_buffer 169 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head); 171 if (!entry && (ret = pb_cache_is_buffer_compat(cur_entry, size, 173 entry = cur_entry; 174 else if (os_time_timeout(cur_entry->start, cur_entry->end, now)) 175 destroy_buffer_locked(cur_entry); 191 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head); 192 ret = pb_cache_is_buffer_compat(cur_entry, size, alignment, usage); 195 entry = cur_entry; [all...] |
Completed in 2 milliseconds