Home
last modified time | relevance | path

Searched refs:mthp_stat (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dhuge_mm.h144 struct mthp_stat { struct
148 DECLARE_PER_CPU(struct mthp_stat, mthp_stats); argument
/linux-6.15/mm/
H A Dhuge_memory.c589 DEFINE_PER_CPU(struct mthp_stat, mthp_stats) = {{{0}}};
597 struct mthp_stat *this = &per_cpu(mthp_stats, cpu); in sum_mthp_stat()