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

1 2

  /development/ndk/platforms/android-9/arch-mips/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
cache.h 21 #include <kmalloc.h>
  /external/clang/test/Analysis/
kmalloc-linux.c 8 void *kmalloc(size_t, int);
19 list = kmalloc(sizeof(*list) * 10, __GFP_ZERO);
34 list = kmalloc(sizeof(*list) * 10, 0);
49 list = kmalloc(sizeof(*list) * 10, flags);
  /external/srtp/crypto/kernel/
alloc.c 72 ptr = kmalloc(size, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL);
  /external/squashfs-tools/kernel/fs/squashfs/
fragment.c 83 fragment_index = kmalloc(length, GFP_KERNEL);
id.c 80 id_table = kmalloc(length, GFP_KERNEL);
namei.c 87 index = kmalloc(sizeof(*index) + SQUASHFS_NAME_LEN * 2 + 2, GFP_KERNEL);
150 dire = kmalloc(sizeof(*dire) + SQUASHFS_NAME_LEN + 1, GFP_KERNEL);
export.c 133 inode_lookup_table = kmalloc(length, GFP_KERNEL);
dir.c 117 dire = kmalloc(sizeof(*dire) + SQUASHFS_NAME_LEN + 1, GFP_KERNEL);
cache.c 273 entry->data[j] = kmalloc(PAGE_CACHE_SIZE, GFP_KERNEL);
super.c 88 msblk->stream.workspace = kmalloc(zlib_inflate_workspacesize(),
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos.h 66 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/lzma/xz-embedded/
xz_config.h 42 #define kmalloc(size, flags) malloc(size) macro
  /external/e2fsprogs/e2fsck/
jfs_user.h 59 #define kmalloc(len,flags) malloc(len) macro
  /external/libpcap/msdos/
makefile.dj 34 lock.o kmalloc.o quirks.o timer.o net_init.o)
134 pcap.h pcap-bpf.h msdos/pm_drvr/kmalloc.h msdos/pm_drvr/bitops.h \
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 308 kmalloc(SQUASHFS_METADATA_SIZE,
860 if (!(msblk->fragment_index = kmalloc(SQUASHFS_FRAGMENT_INDEX_BYTES
1017 if (!(msblk->block_cache = kmalloc(sizeof(struct squashfs_cache) *
1033 if (!(msblk->read_data = kmalloc(msblk->read_size, GFP_KERNEL))) {
1039 if (!(msblk->read_page = kmalloc(sblk->block_size, GFP_KERNEL))) {
1045 if (!(msblk->uid = kmalloc((sblk->no_uids + sblk->no_guids) *
1078 if (!(msblk->fragment = kmalloc(sizeof(struct squashfs_fragment_cache) *
    [all...]

Completed in 4505 milliseconds

1 2