OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_shortname1
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/
builtin-sched.c
1430
static char
next_shortname1
= 'A';
variable
1472
sched_in->shortname[0] =
next_shortname1
;
1475
if (
next_shortname1
< 'Z') {
1476
next_shortname1
++;
1478
next_shortname1
='A';
[
all
...]
Completed in 59 milliseconds