Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmmzone.h917 extern struct pglist_data *first_online_pgdat(void);
926 for (pgdat = first_online_pgdat(); \
937 for (zone = (first_online_pgdat())->node_zones; \
942 for (zone = (first_online_pgdat())->node_zones; \
/Linux-v4.19/mm/
Dmmzone.c13 struct pglist_data *first_online_pgdat(void) in first_online_pgdat() function
Dvmstat.c1305 for (pgdat = first_online_pgdat(); in frag_start()