OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstcnt
(Results
1 - 4
of
4
) sorted by null
/external/netperf/
netcpu_kstat.c
253
firstcnt
[MAXCPUS],
local
289
firstcnt
[j] = get_kstat_idle(j);
318
firstcnt
[j],
319
firstcnt
[j],
326
temp_rate = (secondcnt[j] >=
firstcnt
[j]) ?
327
(float)(secondcnt[j] -
firstcnt
[j])/elapsed :
328
(float)(secondcnt[j]-
firstcnt
[j]+MAXLONG)/elapsed;
netcpu_perfstat.c
119
firstcnt
[MAXCPUS],
local
189
firstcnt
[j] = per_cpu_pointer->idle;
239
firstcnt
[j],
240
firstcnt
[j],
247
temp_rate = (secondcnt[j] >=
firstcnt
[j]) ?
248
(float)(secondcnt[j] -
firstcnt
[j])/elapsed :
249
(float)(secondcnt[j]-
firstcnt
[j]+MAXLONG)/elapsed;
netcpu_pstat.c
102
firstcnt
[MAXCPUS],
local
147
overlay = (union overlay_u *)&(
firstcnt
[j]);
192
hi_32(&
firstcnt
[j]),
193
lo_32(&
firstcnt
[j]),
198
temp_rate = (secondcnt[j] >=
firstcnt
[j]) ?
199
(float)(secondcnt[j] -
firstcnt
[j] )/elapsed :
200
(float)(secondcnt[j] -
firstcnt
[j] + LONG_LONG_MAX)/elapsed;
netcpu_looper.c
489
firstcnt
[MAXCPUS],
518
firstcnt
[j] = *(lib_idle_address[j]);
547
(uint32_t)(
firstcnt
[j]>>32),
548
(uint32_t)(
firstcnt
[j]&0xffffffff),
555
temp_rate = (secondcnt[j] >=
firstcnt
[j]) ?
556
(float)(secondcnt[j] -
firstcnt
[j])/elapsed :
557
(float)(secondcnt[j]-
firstcnt
[j]+MAXLONG)/elapsed;
488
firstcnt
[MAXCPUS],
local
Completed in 95 milliseconds