Searched refs:MAX_ALIASES (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.c86 #define MAX_ALIASES 8 macro
88 static const char *hw_cache[][MAX_ALIASES] = {
97 static const char *hw_cache_op[][MAX_ALIASES] = {
103 static const char *hw_cache_result[][MAX_ALIASES] = {
328 static int parse_aliases(const char **str, const char *names[][MAX_ALIASES], int size)
334 for (j = 0; j < MAX_ALIASES && names[i][j]; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c23 #define MAX_ALIASES 500 macro
50 } aliasinfo[MAX_ALIASES];
1208 if (aliases > MAX_ALIASES)

Completed in 128 milliseconds