/bionic/libc/kernel/arch-mips/asm/ |
cache.h | 21 #include <kmalloc.h>
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
cache.h | 21 #include <kmalloc.h>
|
/external/kernel-headers/original/asm-mips/ |
cache.h | 12 #include <kmalloc.h>
|
thread_info.h | 97 #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL)
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
cache.h | 21 #include <kmalloc.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
cache.h | 21 #include <kmalloc.h>
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
cache.h | 21 #include <kmalloc.h>
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
cache.h | 21 #include <kmalloc.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
cache.h | 21 #include <kmalloc.h>
|
/external/linux-tools-perf/scripts/perl/bin/ |
check-perf-trace-record | 2 perf record -a -e kmem:kmalloc -e irq:softirq_entry -e kmem:kfree
|
/external/kernel-headers/original/linux/ |
percpu.h | 4 #include <linux/slab.h> /* For kmalloc() */ 44 void *ret = kmalloc(size, GFP_KERNEL);
|
slab.h | 90 * kmalloc - allocate memory 94 * kmalloc is the normal method of allocating memory 134 static inline void *kmalloc(size_t size, gfp_t flags) function 162 * @flags: the type of memory to allocate (see kmalloc). 214 return kmalloc(size, flags); 236 void *kmalloc(size_t size, gfp_t flags); 251 #define kmalloc_node(s, f, n) kmalloc(s, f) 253 #define ____kmalloc kmalloc
|
textsearch.h | 167 conf = kmalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask);
|
/external/srtp/crypto/kernel/ |
alloc.c | 72 ptr = kmalloc(size, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL);
|
/external/linux-tools-perf/scripts/perl/ |
check-perf-trace.pl | 43 sub kmem::kmalloc 59 flag_str("kmem::kmalloc", "gfp_flags", $gfp_flags));
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
mlos.h | 66 static inline void *kmalloc(size_t size, function
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
mlos.h | 77 static inline void *kmalloc(size_t size, function
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
mlos.h | 66 static inline void *kmalloc(size_t size, function
|
/external/oprofile/module/x86/ |
op_nmi.c | 201 counters->addrs = kmalloc(nr_ctrs * sizeof(uint), GFP_KERNEL); 205 counters->saved = kmalloc( 210 controls->addrs = kmalloc(nr_ctrls * sizeof(uint), GFP_KERNEL); 214 controls->saved = kmalloc( 322 if (!(tab = kmalloc(sizeof(ctl_table)*7, GFP_KERNEL)))
|
/external/e2fsprogs/e2fsck/ |
jfs_user.h | 59 #define kmalloc(len,flags) malloc(len) macro
|
revoke.c | 222 kmalloc(hash_size * sizeof(struct list_head), GFP_KERNEL);
|
/external/oprofile/module/ia64/ |
op_pmu.c | 500 counters->saved = kmalloc( 505 controls->saved = kmalloc( 592 if (!(tab = kmalloc(sizeof(ctl_table)*7, GFP_KERNEL)))
|
/external/oprofile/module/ |
op_dname.c | 41 op_dname_stack = kmalloc(DNAME_STACK_MAX * sizeof(struct qstr *), GFP_KERNEL);
|
/external/yaffs2/yaffs2/ |
yportenv.h | 57 #define YMALLOC(x) kmalloc(x,GFP_KERNEL)
|
/external/yaffs2/yaffs2/mtdemul/ |
nandemul2k.c | 40 #define ALLOCATE(x) kmalloc(x,GFP_KERNEL)
|