tag | line | file | source code |
NR_MEM_LISTS | 183 | drivers/block/floppy.c | for (order = 0; order < NR_MEM_LISTS; ++order) |
NR_MEM_LISTS | 187 | drivers/block/floppy.c | return NR_MEM_LISTS; |
NR_MEM_LISTS | 194 | drivers/block/floppy.c | if (order >= NR_MEM_LISTS) |
NR_MEM_LISTS | 153 | include/linux/mm.h | extern struct mem_list free_area_list[NR_MEM_LISTS]; |
NR_MEM_LISTS | 154 | include/linux/mm.h | extern unsigned int * free_area_map[NR_MEM_LISTS]; |
NR_MEM_LISTS | 61 | mm/memory.c | struct mem_list free_area_list[NR_MEM_LISTS]; |
NR_MEM_LISTS | 62 | mm/memory.c | unsigned int * free_area_map[NR_MEM_LISTS]; |
NR_MEM_LISTS | 65 | mm/page_alloc.c | while (order < NR_MEM_LISTS-1) { |
NR_MEM_LISTS | 137 | mm/page_alloc.c | } while (new_order < NR_MEM_LISTS); \ |
NR_MEM_LISTS | 162 | mm/page_alloc.c | if (order >= NR_MEM_LISTS) |
NR_MEM_LISTS | 202 | mm/page_alloc.c | for (order=0 ; order < NR_MEM_LISTS; order++) { |
NR_MEM_LISTS | 252 | mm/page_alloc.c | for (i = 0 ; i < NR_MEM_LISTS ; i++) { |