OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CPU_STR_LEN
(Results
1 - 2
of
2
) sorted by null
/external/fio/
idletime.h
8
#define
MAX_CPU_STR_LEN
32
idletime.c
453
char s[
MAX_CPU_STR_LEN
];
496
snprintf(s,
MAX_CPU_STR_LEN
, "cpu-%d", i);
Completed in 169 milliseconds