Searched refs:kmalloc (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | tusb.c | 208 inparms = (caddr_t *) kmalloc(tif.in_len, GFP_KERNEL); in tusb_ioctl() 220 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL); in tusb_ioctl() 299 (struct usb_device *)kmalloc(sizeof(struct usb_device), GFP_KERNEL); in test_find_usbdev() 301 (struct usb_bus *)kmalloc(sizeof(struct usb_bus), GFP_KERNEL); in test_find_usbdev() 350 (struct pci_dev *)kmalloc(sizeof(struct pci_dev), GFP_KERNEL); in test_find_hcd()
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
D | tmod.c | 125 inparms = (caddr_t *) kmalloc(tif.in_len, GFP_KERNEL); in tmod_ioctl() 137 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL); in tmod_ioctl()
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.c | 154 inparms = (caddr_t *) kmalloc(tif.in_len, GFP_KERNEL); in tagp_ioctl() 166 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL); in tagp_ioctl() 434 (struct agp_kern_info *)kmalloc(sizeof(struct agp_kern_info), in test_agp_copy_info()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | slab.h | 47 #define kmalloc(x, y) __kmalloc(x) macro
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | LtpfsCmds.c | 158 (char *)uaddr = kmalloc(TEST_MEM_SIZE, GFP_KERNEL); in ltpdev_ioctl() 197 gd_ptr = kmalloc(sizeof(struct gendisk *), GFP_KERNEL); in init_module()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 41 #define kmalloc(size, arg) malloc(size) macro
|
/third_party/iowow/src/utils/ |
D | khash.h | 184 #ifndef kmalloc 185 #define kmalloc(Z) malloc(Z) macro 255 new_flags = (khint32_t*)kmalloc(__ac_fsize(new_n_buckets) * sizeof(khint32_t)); \
|
/third_party/ejdb/src/util/ |
D | khash.h | 174 #ifndef kmalloc 175 #define kmalloc(Z) malloc(Z) macro 245 new_flags = (khint32_t*)kmalloc(__ac_fsize(new_n_buckets) * sizeof(khint32_t)); \
|
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | tbase.c | 269 inparms = (caddr_t *) kmalloc(tif.in_len, GFP_KERNEL); in tbase_ioctl() 281 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL); in tbase_ioctl()
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 155 buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); in tbio_io() 329 buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); in test_bio_split()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_gem.c | 63 temp = kmalloc(temp_size, GFP_KERNEL); in vc4_get_bcl()
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
D | includeTest.c | 154 gd_ptr = kmalloc(sizeof(struct gendisk *), GFP_KERNEL); in test_init_module()
|
/third_party/e2fsprogs/e2fsck/ |
D | jfs_user.h | 92 #define kmalloc(len, flags) malloc(len) macro
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi_cmds.c | 93 buf = kmalloc(str_obj->buffer.length / 2, GFP_KERNEL); in get_str_object()
|
/third_party/ltp/ |
D | README.kernel_config | 237 CONFIG_FAILSLAB=y (Fault-injection capability for kmalloc)
|