HomeSort by relevance Sort by last modified time
    Searched refs:vmalloc_32 (Results 1 - 2 of 2) 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

Completed in 350 milliseconds