taglinefilesource code
vm_struct25mm/vmalloc.cstruct vm_struct * next;
vm_struct28mm/vmalloc.cstatic struct vm_struct * vmlist = NULL;
vm_struct231mm/vmalloc.cstatic struct vm_struct * get_vm_area(unsigned long size)
vm_struct234mm/vmalloc.cstruct vm_struct **p, *tmp, *area;
vm_struct236mm/vmalloc.carea = (struct vm_struct *) kmalloc(sizeof(*area), GFP_KERNEL);
vm_struct255mm/vmalloc.cstruct vm_struct **p, *tmp;
vm_struct277mm/vmalloc.cstruct vm_struct *area;
vm_struct301mm/vmalloc.cstruct vm_struct * area;
vm_struct323mm/vmalloc.cstruct vm_struct **p, *tmp;