Home
last modified time | relevance | path

Searched refs:cache_queue (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dprofile.c157 } cache_queue = {0, 0}; variable
174 if (cache_queue.ix >= CACHE_QUEUE_SIZE) in request_cache_load()
177 q = & cache_queue.q[cache_queue.ix]; in request_cache_load()
178 ++cache_queue.ix; in request_cache_load()
180 q->reqno = cache_queue.reqno++; in request_cache_load()
208 if (cache_queue.ix >= CACHE_QUEUE_SIZE) in request_cache_flush()
211 q = & cache_queue.q[cache_queue.ix]; in request_cache_flush()
212 ++cache_queue.ix; in request_cache_flush()
214 q->reqno = cache_queue.reqno++; in request_cache_flush()
237 if (cache_queue.ix >= CACHE_QUEUE_SIZE) in request_cache_invalidate()
[all …]
DChangeLog-20211577 (cache_queue): New static struct.