Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h1025 extern struct pglist_data *first_online_pgdat(void);
1035 for (pgdat = first_online_pgdat(); \
1046 for (zone = (first_online_pgdat())->node_zones; \
1051 for (zone = (first_online_pgdat())->node_zones; \
/OK3568_Linux_fs/kernel/mm/
H A Dmmzone.c14 struct pglist_data *first_online_pgdat(void) in first_online_pgdat() function
H A Dvmstat.c1370 for (pgdat = first_online_pgdat(); in frag_start()