Home
last modified time | relevance | path

Searched refs:THP_FAULT_ALLOC (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dvm_event_item.h82 THP_FAULT_ALLOC, enumerator
/kernel/linux/linux-5.10/mm/
Dhuge_memory.c644 count_vm_event(THP_FAULT_ALLOC); in __do_huge_pmd_anonymous_page()
645 count_memcg_event_mm(vma->vm_mm, THP_FAULT_ALLOC); in __do_huge_pmd_anonymous_page()
Dmemcontrol.c1639 seq_buf_printf(&s, "%s %lu\n", vm_event_name(THP_FAULT_ALLOC), in memory_stat_format()
1640 memcg_events(memcg, THP_FAULT_ALLOC)); in memory_stat_format()