Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dpt.c571 #define TENTS_PER_PAGE \ macro
580 struct topa_entry table[TENTS_PER_PAGE];
701 BUG_ON(last->last != TENTS_PER_PAGE - 1); in topa_insert_table()
717 return topa->last == TENTS_PER_PAGE - 1; in topa_table_full()
783 for (i = 0; i < TENTS_PER_PAGE; i++) { in pt_topa_dump()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.c587 #define TENTS_PER_PAGE \ macro
596 struct topa_entry table[TENTS_PER_PAGE];
717 BUG_ON(last->last != TENTS_PER_PAGE - 1); in topa_insert_table()
733 return topa->last == TENTS_PER_PAGE - 1; in topa_table_full()
799 for (i = 0; i < TENTS_PER_PAGE; i++) { in pt_topa_dump()

Completed in 5 milliseconds