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

1 2

  /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);
dir.c 117 dire = kmalloc(sizeof(*dire) + SQUASHFS_NAME_LEN + 1, GFP_KERNEL);
file.c 119 sizeof(*(msblk->meta_index)), GFP_KERNEL);
179 __le32 *blist = kmalloc(PAGE_CACHE_SIZE, GFP_KERNEL);
block.c 93 sizeof(*bh), 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);
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_gem.c 63 temp = kmalloc(temp_size, GFP_KERNEL);
vc4_validate_shaders.c 161 GFP_KERNEL);
292 GFP_KERNEL);
786 sizeof(unsigned long), GFP_KERNEL);
790 validated_shader = kcalloc(1, sizeof(*validated_shader), GFP_KERNEL);
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 269 inparms = (caddr_t *) kmalloc(tif.in_len, GFP_KERNEL);
281 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL);
  /external/e2fsprogs/debugfs/
revoke.c 234 table = kmem_cache_alloc(jbd2_revoke_table_cache, GFP_KERNEL);
244 kmalloc(hash_size * sizeof(struct list_head), GFP_KERNEL);
  /external/e2fsprogs/e2fsck/
revoke.c 234 table = kmem_cache_alloc(jbd2_revoke_table_cache, GFP_KERNEL);
244 kmalloc(hash_size * sizeof(struct list_head), GFP_KERNEL);
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 93 buf = kmalloc(str_obj->buffer.length / 2, GFP_KERNEL);
134 sysfs_path = kobject_get_path(&device->dev.kobj, GFP_KERNEL);
  /external/ltp/testcases/kernel/device-drivers/include/
includeTest.c 154 gd_ptr = kmalloc(sizeof(struct gendisk *), GFP_KERNEL);
  /external/ltp/testcases/kernel/device-drivers/nls/
nlsTest.c 153 dev = kzalloc(sizeof(*dev), GFP_KERNEL);

Completed in 587 milliseconds

1 2