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

1 2

  /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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
tracebuf.h 43 #define TB_MALLOC(size) kmalloc(size, GFP_KERNEL);
  /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/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);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 119 blk = kmalloc(total_size, flags);
304 through kmalloc so the function fails
308 blk = kmalloc(total_size, flags | GFP_DMA);
WlanDrvIf.c 410 drv->tCommon.tIniFile.pImage = kmalloc (pInitFiles->uIniFileLength, GFP_KERNEL);
412 os_printf ("MTT:%s:%d ::kmalloc(%lu, %x) : %lu\n", __FUNCTION__, __LINE__, pInitFiles->uIniFileLength, GFP_KERNEL, pInitFiles->uIniFileLength);
427 drv->tCommon.tNvsImage.pImage = kmalloc (drv->tCommon.tNvsImage.uSize, GFP_KERNEL);
429 os_printf ("MTT:%s:%d ::kmalloc(%lu, %x) : %lu\n",
448 os_printf ("MTT:%s:%d ::kmalloc(%lu, %x) : %lu\n",
864 drv = kmalloc (sizeof(TWlanDrvIfObj), GFP_KERNEL);
874 os_printf ("MTT:%s:%d ::kmalloc(%lu, %x) : %lu\n", __FUNCTION__, __LINE__, sizeof(TWlanDrvIfObj), GFP_KERNEL, sizeof(TWlanDrvIfObj));
    [all...]
  /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...]
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 151 *pTxDmaSrcAddr = kmalloc(TIWLAN_MMC_MAX_DMA, GFP_KERNEL | GFP_DMA);
312 pDmaBufAddr = kmalloc(MAX_BUS_TXN_SIZE, GFP_KERNEL | GFP_DMA);
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 40 #define ALLOCATE(x) kmalloc(x,GFP_KERNEL)

Completed in 945 milliseconds

1 2