tag | line | file | source code |
---|---|---|---|
vm_struct | 23 | mm/vmalloc.c | struct vm_struct * next; |
vm_struct | 26 | mm/vmalloc.c | static struct vm_struct * vmlist = NULL; |
vm_struct | 130 | mm/vmalloc.c | struct vm_struct **p, *tmp; |
vm_struct | 152 | mm/vmalloc.c | struct vm_struct **p, *tmp, *area; |
vm_struct | 157 | mm/vmalloc.c | area = (struct vm_struct *) kmalloc(sizeof(*area), GFP_KERNEL); |
vm_struct | 180 | mm/vmalloc.c | struct vm_struct **p, *tmp; |