taglinefilesource code
vm_struct25mm/vmalloc.cstruct vm_struct * next;
vm_struct28mm/vmalloc.cstatic struct vm_struct * vmlist = NULL;
vm_struct234mm/vmalloc.cstatic struct vm_struct * get_vm_area(unsigned long size)
vm_struct237mm/vmalloc.cstruct vm_struct **p, *tmp, *area;
vm_struct239mm/vmalloc.carea = (struct vm_struct *) kmalloc(sizeof(*area), GFP_KERNEL);
vm_struct258mm/vmalloc.cstruct vm_struct **p, *tmp;
vm_struct280mm/vmalloc.cstruct vm_struct *area;
vm_struct304mm/vmalloc.cstruct vm_struct * area;
vm_struct326mm/vmalloc.cstruct vm_struct **p, *tmp;