taglinefilesource code
NR_MEM_LISTS176drivers/block/floppy.cfor (order = 0; order < NR_MEM_LISTS; ++order)
NR_MEM_LISTS180drivers/block/floppy.creturn NR_MEM_LISTS;
NR_MEM_LISTS187drivers/block/floppy.cif (order >= NR_MEM_LISTS)
NR_MEM_LISTS144include/linux/mm.hextern struct mem_list free_area_list[NR_MEM_LISTS];
NR_MEM_LISTS145include/linux/mm.hextern unsigned char * free_area_map[NR_MEM_LISTS];
NR_MEM_LISTS60mm/memory.cstruct mem_list free_area_list[NR_MEM_LISTS];
NR_MEM_LISTS61mm/memory.cunsigned char * free_area_map[NR_MEM_LISTS];
NR_MEM_LISTS680mm/swap.cwhile (order < NR_MEM_LISTS-1) {
NR_MEM_LISTS751mm/swap.c} while (new_order < NR_MEM_LISTS); \
NR_MEM_LISTS813mm/swap.cfor (order=0 ; order < NR_MEM_LISTS; order++) {
NR_MEM_LISTS1261mm/swap.cfor (i = 0 ; i < NR_MEM_LISTS ; i++) {