HomeSort by relevance Sort by last modified time
    Searched refs:kmalloc (Results 1 - 14 of 14) sorted by null

  /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);
  /hardware/invensense/mlsdk/platform/include/
mlos.h 77 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)
yaffs_fs.c     [all...]
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 40 #define ALLOCATE(x) kmalloc(x,GFP_KERNEL)
  /external/grub/netboot/
tlan.c     [all...]

Completed in 1375 milliseconds