Changeset 679 for GPL/trunk/include/linux/vmalloc.h
- Timestamp:
- Mar 18, 2021, 8:57:36 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-linux-3.2.102 (added) merged: 611-614 /GPL/branches/uniaud32-next (added) merged: 615-678
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/vmalloc.h
r598 r679 4 4 //#include <linux/sched.h> 5 5 //#include <linux/mm.h> 6 #include <linux/overflow.h> 6 7 7 8 #include <asm/page.h> … … 23 24 24 25 extern struct vm_struct * vmlist; 26 extern void *vzalloc(unsigned long size); 27 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask); 28 void *__vmalloc_node(unsigned long size, unsigned long align, gfp_t gfp_mask, 29 int node, const void *caller); 25 30 #endif 26 31
Note:
See TracChangeset
for help on using the changeset viewer.