max_nr_entries    310 arch/x86/kernel/e820.c 	u32 max_nr_entries = ARRAY_SIZE(table->entries);
max_nr_entries    320 arch/x86/kernel/e820.c 	BUG_ON(table->nr_entries > max_nr_entries);
max_nr_entries    388 arch/x86/kernel/e820.c 					if (++new_nr_entries >= max_nr_entries)
max_nr_entries     17 tools/perf/util/pstack.c 	unsigned short	max_nr_entries;
max_nr_entries     21 tools/perf/util/pstack.c struct pstack *pstack__new(unsigned short max_nr_entries)
max_nr_entries     24 tools/perf/util/pstack.c 				       max_nr_entries * sizeof(void *)));
max_nr_entries     26 tools/perf/util/pstack.c 		pstack->max_nr_entries = max_nr_entries;
max_nr_entries     59 tools/perf/util/pstack.c 	if (pstack->top == pstack->max_nr_entries) {
max_nr_entries      8 tools/perf/util/pstack.h struct pstack *pstack__new(unsigned short max_nr_entries);