batch_free       1253 mm/page_alloc.c 	int batch_free = 0;
batch_free       1270 mm/page_alloc.c 			batch_free++;
batch_free       1277 mm/page_alloc.c 		if (batch_free == MIGRATE_PCPTYPES)
batch_free       1278 mm/page_alloc.c 			batch_free = count;
batch_free       1302 mm/page_alloc.c 		} while (--count && --batch_free && !list_empty(list));