taglinefilesource code
NR_MEM_LISTS129include/linux/mm.hextern struct mem_list free_area_list[NR_MEM_LISTS];
NR_MEM_LISTS130include/linux/mm.hextern unsigned char * free_area_map[NR_MEM_LISTS];
NR_MEM_LISTS71mm/memory.cstruct mem_list free_area_list[NR_MEM_LISTS];
NR_MEM_LISTS72mm/memory.cunsigned char * free_area_map[NR_MEM_LISTS];
NR_MEM_LISTS529mm/swap.cwhile (order < NR_MEM_LISTS-1) {
NR_MEM_LISTS596mm/swap.c} while (new_order < NR_MEM_LISTS); \
NR_MEM_LISTS685mm/swap.cfor (order=0 ; order < NR_MEM_LISTS; order++) {
NR_MEM_LISTS981mm/swap.cfor (i = 0 ; i < NR_MEM_LISTS ; i++, mask <<= 1) {