Searched refs:first_online_pgdat (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/memblock/linux/
H A Dmmzone.h7 struct pglist_data *first_online_pgdat(void);
11 for (pgdat = first_online_pgdat(); \
/linux-master/tools/testing/memblock/
H A Dmmzone.c4 struct pglist_data *first_online_pgdat(void) function
/linux-master/mm/
H A Dmmzone.c13 struct pglist_data *first_online_pgdat(void) function
H A Dvmstat.c1427 for (pgdat = first_online_pgdat();
/linux-master/include/linux/
H A Dmmzone.h1571 extern struct pglist_data *first_online_pgdat(void);
1580 for (pgdat = first_online_pgdat(); \
1591 for (zone = (first_online_pgdat())->node_zones; \
1596 for (zone = (first_online_pgdat())->node_zones; \

Completed in 139 milliseconds