taglinefilesource code
NR_MEM_LISTS183drivers/block/floppy.cfor (order = 0; order < NR_MEM_LISTS; ++order)
NR_MEM_LISTS187drivers/block/floppy.creturn NR_MEM_LISTS;
NR_MEM_LISTS194drivers/block/floppy.cif (order >= NR_MEM_LISTS)
NR_MEM_LISTS153include/linux/mm.hextern struct mem_list free_area_list[NR_MEM_LISTS];
NR_MEM_LISTS154include/linux/mm.hextern unsigned int * free_area_map[NR_MEM_LISTS];
NR_MEM_LISTS60mm/memory.cstruct mem_list free_area_list[NR_MEM_LISTS];
NR_MEM_LISTS61mm/memory.cunsigned int * free_area_map[NR_MEM_LISTS];
NR_MEM_LISTS65mm/page_alloc.cwhile (order < NR_MEM_LISTS-1) {
NR_MEM_LISTS137mm/page_alloc.c} while (new_order < NR_MEM_LISTS); \
NR_MEM_LISTS162mm/page_alloc.cif (order >= NR_MEM_LISTS)
NR_MEM_LISTS202mm/page_alloc.cfor (order=0 ; order < NR_MEM_LISTS; order++) {
NR_MEM_LISTS252mm/page_alloc.cfor (i = 0 ; i < NR_MEM_LISTS ; i++) {