OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_rate
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
shaper.c
42
* rate to a given constant
MAX_RATE
expressed as bits/second. this means
43
* that it takes 1/
MAX_RATE
seconds to send a single bit, and count*8/
MAX_RATE
48
* at least 'count*8/
MAX_RATE
' seconds. any successive packet that is "sent"
103
double
max_rate
; /* max rate expressed in bytes/second */
member in struct:NetShaperRec_
174
shaper->
max_rate
= 1e6;
195
shaper->
max_rate
= rate;
/external/netperf/
netcpu_perfstat.c
313
"calc_cpu_util: actual_rate on cpu %d is %g
max_rate
%g cpu %6.2f\n",
netcpu_pstat.c
270
"calc_cpu_util: actual_rate on cpu %d is %g
max_rate
%g cpu %6.2f\n",
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h
2059
uint8
max_rate
;
member in struct:wl_txrate_class
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
2059
uint8
max_rate
;
member in struct:wl_txrate_class
[
all
...]
Completed in 864 milliseconds