Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcompaction.h43 extern void compact_pgdat(pg_data_t *pgdat, int order);
63 static inline void compact_pgdat(pg_data_t *pgdat, int order) in compact_pgdat() function
/linux-4.1.27/mm/
Dcompaction.c1623 void compact_pgdat(pg_data_t *pgdat, int order) in compact_pgdat() function
Dvmscan.c3257 compact_pgdat(pgdat, order); in balance_pgdat()