Searched refs:__show_mem (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/ |
H A D | show_mem.c | 403 void __show_mem(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in __show_mem() function
|
H A D | oom_kill.c | 464 __show_mem(SHOW_MEM_FILTER_NODES, oc->nodemask, gfp_zone(oc->gfp_mask)); in dump_header()
|
H A D | page_alloc.c | 3244 __show_mem(filter, nodemask, gfp_zone(gfp_mask)); in warn_alloc_show_mem()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 3169 extern void __show_mem(unsigned int flags, nodemask_t *nodemask, int max_zone_idx); 3172 __show_mem(0, NULL, MAX_NR_ZONES - 1); in show_mem()
|