HomeSort by: relevance | last modified time | path
    Searched defs:cache_queue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/frv/
profile.c 157 } cache_queue = {0, 0}; variable in typeref:struct:__anon713
174 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
177 q = & cache_queue.q[cache_queue.ix];
178 ++cache_queue.ix;
180 q->reqno = cache_queue.reqno++;
208 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
211 q = & cache_queue.q[cache_queue.ix];
212 ++cache_queue.ix
    [all...]
  /src/external/gpl3/gdb/dist/sim/frv/
profile.c 157 } cache_queue = {0, 0}; variable in typeref:struct:__anon1690
174 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
177 q = & cache_queue.q[cache_queue.ix];
178 ++cache_queue.ix;
180 q->reqno = cache_queue.reqno++;
208 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
211 q = & cache_queue.q[cache_queue.ix];
212 ++cache_queue.ix
    [all...]

Completed in 45 milliseconds