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

1 2 3 4

  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
tusb.c 208 inparms = (caddr_t *) kmalloc(tif.in_len, GFP_KERNEL);
220 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL);
299 (struct usb_device *)kmalloc(sizeof(struct usb_device), GFP_KERNEL);
301 (struct usb_bus *)kmalloc(sizeof(struct usb_bus), GFP_KERNEL);
350 (struct pci_dev *)kmalloc(sizeof(struct pci_dev), GFP_KERNEL);
  /external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
tmod.c 125 inparms = (caddr_t *) kmalloc(tif.in_len, GFP_KERNEL);
137 outparms = (caddr_t *) kmalloc(tif.out_len, 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)
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
ltp_tbio.c 82 rq = blk_make_request(q, bio, GFP_KERNEL);
151 inter.data_len, reading, GFP_KERNEL);
206 addr = get_zeroed_page(GFP_KERNEL);
234 tbiop = bio_alloc(GFP_KERNEL, num);
271 tbiop = bio_alloc(GFP_KERNEL, BIO_MAX_PAGES);
325 inter.data_len, reading, GFP_KERNEL);
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 35 #define GFP_KERNEL 0
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
LtpfsCmds.c 112 my_bio = bio_alloc(GFP_KERNEL, 0);
158 (char *)uaddr = kmalloc(TEST_MEM_SIZE, GFP_KERNEL);
197 gd_ptr = kmalloc(sizeof(struct gendisk *), GFP_KERNEL);
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
tagp.c 154 inparms = (caddr_t *) kmalloc(tif.in_len, GFP_KERNEL);
166 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL);
435 GFP_KERNEL);
579 struct pci_dev *pdev; // = (struct pci_dev *)kmalloc(sizeof(struct pci_dev), GFP_KERNEL);
  /development/ndk/platforms/android-9/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
gfp.h 54 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)