Searched refs:flows (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_dma.c103 bu16 _flows[9], *flows = _flows; local
138 sim_read (hw_system (me), dma->curr_desc_ptr, (void *)flows, ndsize * 2);
143 sim_read (hw_system (me), dma->next_desc_ptr, (void *)flows, ndsize * 2);
148 sim_read (hw_system (me), dma->next_desc_ptr, (void *)flows, ndsize * 2);
172 ++flows;
176 ++flows;
181 *stores[idx] = flows[idx];
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_red.c181 * flow-valve is an extention to protect red from unresponsive flows
183 * flow-valve observes the average drop rates of the flows that have
1079 #define FV_FLOWLISTSIZE 64 /* how many flows in flowlist */
1129 int flows; local
1140 flows = 0;
1160 flows++;
1179 flows++;
1188 fv->fv_flows = flows; /* save the number of active fve's */
/netbsd-6-1-5-RELEASE/usr.sbin/memswitch/
H A Dmethods.c736 static const char flows[] = "-s"; local
750 flow = flows[(v & 0x0200) >> 9];

Completed in 68 milliseconds