OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsc_reliable
(Results
1 - 5
of
5
) sorted by null
/external/fio/arch/
arch-ia64.h
46
extern int
tsc_reliable
;
49
tsc_reliable
= 1;
arch-s390.h
45
extern int
tsc_reliable
;
48
tsc_reliable
= 1;
arch-x86-common.h
17
extern int
tsc_reliable
;
65
tsc_reliable
= arch_init_intel(level);
67
tsc_reliable
= arch_init_amd(level);
arch-ppc.h
111
extern int
tsc_reliable
;
116
tsc_reliable
= 1;
/external/fio/
gettime.c
20
int
tsc_reliable
= 0;
variable
366
tsc_reliable
= 0;
369
* If the arch sets
tsc_reliable
!= 0, then it must be good enough
373
if (
tsc_reliable
) {
542
log_info("cs: reliable_tsc: %s\n",
tsc_reliable
? "yes" : "no");
Completed in 207 milliseconds