Searched refs:vm_event_name (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ |
D | vmstat.h | 443 static inline const char *vm_event_name(enum vm_event_item item) in vm_event_name() function
|
/Linux-v5.10/mm/ |
D | memcontrol.c | 1592 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGFAULT), in memory_stat_format() 1594 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGMAJFAULT), in memory_stat_format() 1596 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGREFILL), in memory_stat_format() 1604 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGACTIVATE), in memory_stat_format() 1606 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGDEACTIVATE), in memory_stat_format() 1608 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGLAZYFREE), in memory_stat_format() 1610 seq_buf_printf(&s, "%s %lu\n", vm_event_name(PGLAZYFREED), in memory_stat_format() 1614 seq_buf_printf(&s, "%s %lu\n", vm_event_name(THP_FAULT_ALLOC), in memory_stat_format() 1616 seq_buf_printf(&s, "%s %lu\n", vm_event_name(THP_COLLAPSE_ALLOC), in memory_stat_format() 4097 seq_printf(m, "%s %lu\n", vm_event_name(memcg1_events[i]), in memcg_stat_show() [all …]
|