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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c302 #define PATTERN_LEN (BITS_PER_LONG / 4 + 2) macro
308 char pattern[PATTERN_LEN + 1];
315 if (memcmp(line->line, pattern, PATTERN_LEN) == 0) {

Completed in 78 milliseconds