OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_shortname2
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/
builtin-sched.c
1431
static char
next_shortname2
= '0';
variable
1473
sched_in->shortname[1] =
next_shortname2
;
1479
if (
next_shortname2
< '9') {
1480
next_shortname2
++;
1482
next_shortname2
='0';
[
all
...]
Completed in 981 milliseconds