OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vmalloc_32
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/module/
compat.h
65
#define
VMALLOC_32
(sz)
vmalloc_32
(sz)
67
#define
VMALLOC_32
(sz) vmalloc(sz)
compat22.h
108
/* 2.2.18 introduced
vmalloc_32
*/
109
#define
vmalloc_32
vmalloc
macro
/external/kernel-headers/original/linux/
vmalloc.h
42
extern void *
vmalloc_32
(unsigned long size);
Completed in 184 milliseconds