Searched refs:cache_queue (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/frv/
H A Dprofile.c155 } cache_queue = {0, 0}; variable in typeref:struct:__anon3840
172 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
175 q = & cache_queue.q[cache_queue.ix];
176 ++cache_queue.ix;
178 q->reqno = cache_queue.reqno++;
206 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
209 q = & cache_queue.q[cache_queue.ix];
210 ++cache_queue
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/frv/
H A Dprofile.c155 } cache_queue = {0, 0}; variable in typeref:struct:__anon2935
172 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
175 q = & cache_queue.q[cache_queue.ix];
176 ++cache_queue.ix;
178 q->reqno = cache_queue.reqno++;
206 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
209 q = & cache_queue.q[cache_queue.ix];
210 ++cache_queue
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/frv/
H A Dprofile.c155 } cache_queue = {0, 0}; variable in typeref:struct:__anon37865
172 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
175 q = & cache_queue.q[cache_queue.ix];
176 ++cache_queue.ix;
178 q->reqno = cache_queue.reqno++;
206 if (cache_queue.ix >= CACHE_QUEUE_SIZE)
209 q = & cache_queue.q[cache_queue.ix];
210 ++cache_queue
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c637 struct cache_queue { struct
642 struct cache_queue q;
649 struct cache_queue q;
670 list_entry(rp->q.list.next, struct cache_queue, list)
807 struct cache_queue *cq;
820 cq = list_entry(cq->list.next, struct cache_queue, list))
835 struct cache_queue *cq;
846 cq = list_entry(cq->list.next, struct cache_queue, list))
889 struct cache_queue *cq;
891 cq = list_entry(cq->list.next, struct cache_queue, lis
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Dcache.c637 struct cache_queue { struct
642 struct cache_queue q;
649 struct cache_queue q;
670 list_entry(rp->q.list.next, struct cache_queue, list)
807 struct cache_queue *cq;
820 cq = list_entry(cq->list.next, struct cache_queue, list))
835 struct cache_queue *cq;
846 cq = list_entry(cq->list.next, struct cache_queue, list))
889 struct cache_queue *cq;
891 cq = list_entry(cq->list.next, struct cache_queue, lis
[all...]

Completed in 183 milliseconds