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_LISTS133include/linux/mm.hextern struct mem_list free_area_list[NR_MEM_LISTS];
NR_MEM_LISTS134include/linux/mm.hextern unsigned char * free_area_map[NR_MEM_LISTS];
NR_MEM_LISTS59mm/memory.cstruct mem_list free_area_list[NR_MEM_LISTS];
NR_MEM_LISTS60mm/memory.cunsigned char * free_area_map[NR_MEM_LISTS];
NR_MEM_LISTS738mm/swap.cwhile (order < NR_MEM_LISTS-1) {
NR_MEM_LISTS810mm/swap.c} while (new_order < NR_MEM_LISTS); \
NR_MEM_LISTS835mm/swap.cif (order >= NR_MEM_LISTS)
NR_MEM_LISTS875mm/swap.cfor (order=0 ; order < NR_MEM_LISTS; order++) {
NR_MEM_LISTS1329mm/swap.cfor (i = 0 ; i < NR_MEM_LISTS ; i++) {