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

1 2 3 4

  /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);
cache.c 237 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL);
244 cache->entry = kcalloc(entries, sizeof(*(cache->entry)), GFP_KERNEL);
266 entry->data = kcalloc(cache->pages, sizeof(void *), GFP_KERNEL);
273 entry->data[j] = kmalloc(PAGE_CACHE_SIZE, GFP_KERNEL);
402 void **data = kcalloc(pages, sizeof(void *), 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);
super.c 81 sb->s_fs_info = kzalloc(sizeof(*msblk), GFP_KERNEL);
89 GFP_KERNEL);
95 sblk = kzalloc(sizeof(*sblk), GFP_KERNEL);
408 kmem_cache_alloc(squashfs_inode_cachep, GFP_KERNEL);
export.c 133 inode_lookup_table = kmalloc(length, GFP_KERNEL);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos.h 65 #define GFP_KERNEL (0x70)
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos.h 65 #define GFP_KERNEL (0x70)
  /development/ndk/platforms/android-3/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)

Completed in 1231 milliseconds

1 2 3 4