Searched defs:holes (Results 1 – 4 of 4) sorted by relevance
31 unsigned long holes; member41 unsigned long start_pfn, holes, free_pfn; in mem_prof_init() local
33 #define arch_adjust_zones(size, holes) \ argument
72 #define arch_adjust_zones(size, holes) do { } while (0) argument
85 static void print_holes(struct list_head *holes) in print_holes()