Home
last modified time | relevance | path

Searched refs:max_nr_entries (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dpstack.c17 unsigned short max_nr_entries; member
21 struct pstack *pstack__new(unsigned short max_nr_entries) in pstack__new() argument
24 max_nr_entries * sizeof(void *))); in pstack__new()
26 pstack->max_nr_entries = max_nr_entries; in pstack__new()
59 if (pstack->top == pstack->max_nr_entries) { in pstack__push()
H A Dpstack.h8 struct pstack *pstack__new(unsigned short max_nr_entries);
/linux/drivers/ras/amd/
H A Dfmpm.c139 static u8 max_nr_entries; variable
140 module_param(max_nr_entries, byte, 0644);
141 MODULE_PARM_DESC(max_nr_entries,
299 if (entry >= max_nr_entries) { in save_spa()
301 entry, max_nr_entries); in save_spa()
307 fru_idx = i / max_nr_entries; in save_spa()
364 if (rec->fmp.nr_entries >= max_nr_entries) { in update_fru_record()
785 if (!max_nr_entries) in get_system_info()
794 max_nr_fru, max_nr_entries, max_rec_len); in get_system_info()
892 fru_idx = spa_entry / max_nr_entries; in fmpm_show()
[all …]
/linux/arch/x86/kernel/
H A De820.c325 u32 max_nr_entries = ARRAY_SIZE(table->entries); in e820__update_table() local
335 BUG_ON(table->nr_entries > max_nr_entries); in e820__update_table()
403 if (++new_nr_entries >= max_nr_entries) in e820__update_table()