Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcompaction.h44 extern void compact_pgdat(pg_data_t *pgdat, int order);
64 static inline void compact_pgdat(pg_data_t *pgdat, int order) in compact_pgdat() function
/linux-4.4.14/mm/
Dcompaction.c1664 void compact_pgdat(pg_data_t *pgdat, int order) in compact_pgdat() function
Dvmscan.c3322 compact_pgdat(pgdat, order); in balance_pgdat()