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

  /src/usr.sbin/memswitch/
methods.c 692 static const char flows[] = "-s"; local in function:print_serial
706 flow = flows[(v & 0x0200) >> 9];
methods.c 692 static const char flows[] = "-s"; local in function:print_serial
706 flow = flows[(v & 0x0200) >> 9];
methods.c 692 static const char flows[] = "-s"; local in function:print_serial
706 flow = flows[(v & 0x0200) >> 9];
  /src/sys/altq/
altq_red.c 181 * flow-valve is an extension 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 in function:flowlist_lookup
1140 flows = 0;
1160 flows++;
1179 flows++;
1188 fv->fv_flows = flows; /* save the number of active fve's */
altq_red.c 181 * flow-valve is an extension 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 in function:flowlist_lookup
1140 flows = 0;
1160 flows++;
1179 flows++;
1188 fv->fv_flows = flows; /* save the number of active fve's */
altq_red.c 181 * flow-valve is an extension 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 in function:flowlist_lookup
1140 flows = 0;
1160 flows++;
1179 flows++;
1188 fv->fv_flows = flows; /* save the number of active fve's */

Completed in 34 milliseconds