OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_start
(Results
1 - 13
of
13
) sorted by null
/external/netperf/
nettest_dlpi.c
429
/* The
cpu_start
routine will grab the current time and possibly */
433
cpu_start
(local_cpu_usage);
899
cpu_start
(dlpi_co_stream_request->measure_cpu);
[
all
...]
nettest_unix.c
461
/* The
cpu_start
routine will grab the current time and possibly */
465
cpu_start
(local_cpu_usage);
933
cpu_start
(stream_stream_request->measure_cpu);
[
all
...]
nettest_bsd.c
[
all
...]
nettest_sdp.c
484
/* The
cpu_start
routine will grab the current time and possibly */
488
cpu_start
(local_cpu_usage);
[
all
...]
nettest_sctp.c
663
/* The
cpu_start
routine will grab the current time and possibly */
667
cpu_start
(local_cpu_usage);
[
all
...]
netlib.h
471
extern void
cpu_start
(int measure_cpu);
nettest_xti.c
867
/* The
cpu_start
routine will grab the current time and possibly */
871
cpu_start
(local_cpu_usage);
[
all
...]
netserver.c
267
/* we need the
cpu_start
, cpu_stop in the looper case to kill the */
271
cpu_start
(1);
netlib.c
20
/*
cpu_start
() start measuring cpu */
3000
cpu_start
(int measure_cpu)
function
[
all
...]
/bionic/libc/kernel/uapi/linux/
cyclades.h
100
__u32
cpu_start
;
member in struct:CUSTOM_REG
/development/ndk/platforms/android-L/include/linux/
cyclades.h
100
__u32
cpu_start
;
member in struct:CUSTOM_REG
/external/kernel-headers/original/uapi/linux/
cyclades.h
163
__u32
cpu_start
; /* CPU start Register (write) */
member in struct:CUSTOM_REG
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c
251
int
cpu_start
= (target_node + 0) * cpus_per_node;
local
256
for (cpu =
cpu_start
; cpu < cpu_stop; cpu++)
[
all
...]
Completed in 833 milliseconds