taglinefilesource code
mem_list149include/linux/mm.hstruct mem_list * next;
mem_list150include/linux/mm.hstruct mem_list * prev;
mem_list153include/linux/mm.hextern struct mem_list free_area_list[NR_MEM_LISTS];
mem_list60mm/memory.cstruct mem_list free_area_list[NR_MEM_LISTS];
mem_list26mm/page_alloc.cstatic inline void add_mem_queue(struct mem_list * head, struct mem_list * entry)
mem_list33mm/page_alloc.cstatic inline void remove_mem_queue(struct mem_list * head, struct mem_list * entry)
mem_list35mm/page_alloc.cstruct mem_list * next = entry->next;
mem_list68mm/page_alloc.cremove_mem_queue(free_area_list+order, (struct mem_list *) (addr ^ (1+~mask)));
mem_list74mm/page_alloc.cadd_mem_queue(free_area_list+order, (struct mem_list *) addr);
mem_list122mm/page_alloc.cdo { struct mem_list * queue = free_area_list+order; \
mem_list124mm/page_alloc.cdo { struct mem_list *prev = queue, *ret; \
mem_list152mm/page_alloc.caddr = (struct mem_list *) (size + (unsigned long) addr); \
mem_list203mm/page_alloc.cstruct mem_list * tmp;