Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmmzone.h915 extern struct pglist_data *first_online_pgdat(void);
924 for (pgdat = first_online_pgdat(); \
935 for (zone = (first_online_pgdat())->node_zones; \
940 for (zone = (first_online_pgdat())->node_zones; \
/linux-4.1.27/mm/
Dmmzone.c12 struct pglist_data *first_online_pgdat(void) in first_online_pgdat() function
Dvmstat.c860 for (pgdat = first_online_pgdat(); in frag_start()