/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A 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/tbio/tbio_kernel/ |
H A D | ltp_tbio.c | 82 rq = blk_make_request(q, bio, GFP_KERNEL); in send_request() 151 inter.data_len, reading, GFP_KERNEL); in tbio_io() 206 addr = get_zeroed_page(GFP_KERNEL); in test_bio_add_page() 234 tbiop = bio_alloc(GFP_KERNEL, num); in test_do_bio_alloc() 271 tbiop = bio_alloc(GFP_KERNEL, BIO_MAX_PAGES); in test_bio_alloc() 325 inter.data_len, reading, GFP_KERNEL); in test_bio_split()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | LtpfsCmds.c | 112 my_bio = bio_alloc(GFP_KERNEL, 0); in ltpdev_ioctl() 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/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
H A 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/ |
H A 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() 435 GFP_KERNEL); in test_agp_copy_info() 579 struct pci_dev *pdev; // = (struct pci_dev *)kmalloc(sizeof(struct pci_dev), GFP_KERNEL); in test_pci_find_device()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | slab.h | 41 #define GFP_KERNEL (0) macro
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_validate_shaders.c | 161 GFP_KERNEL); in record_texture_sample() 292 GFP_KERNEL); in require_uniform_address_uniform() 786 sizeof(unsigned long), GFP_KERNEL); in vc4_validate_shader() 790 validated_shader = kcalloc(1, sizeof(*validated_shader), GFP_KERNEL); in vc4_validate_shader()
|
H A D | vc4_gem.c | 63 temp = kmalloc(temp_size, GFP_KERNEL); in vc4_get_bcl()
|
/third_party/libbpf/src/ |
H A D | skel_internal.h | 89 struct bpf_loader_ctx *ctx = kzalloc(size, GFP_KERNEL); in skel_alloc() 137 addr = kvmalloc(val_sz, GFP_KERNEL); in skel_prep_map_data()
|
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
H A 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/backends/backend/ |
H A D | plustek-pp_p48xx.c | 119 buffer = _KALLOC( sizeof(UChar) * _TEST_SZ, GFP_KERNEL ); in p48xxDoTest() 304 buffer = _KALLOC( 2560, GFP_KERNEL ); /* 1280: Read,1280:Write */ in p48xxCheck4800Memory() 545 pBuf = _KALLOC((_BUF_SIZE_BASE_CONST * 2), GFP_KERNEL ); in p48xxSetupScannerVariables()
|
H A D | plustek-pp_misc.c | 147 ps = (pScanData)_KALLOC(sizeof(ScanData), GFP_KERNEL); in MiscAllocAndInitStruct()
|
H A D | plustek-pp_procfs.c | 270 ent = kmalloc(sizeof(struct proc_dir_entry) + len, GFP_KERNEL); in new_entry()
|
H A D | plustek-pp_ptdrv.c | 994 ps->Scan.bp.pMonoBuf = _KALLOC( ps->DataInf.dwAppPhyBytesPerLine, GFP_KERNEL); in ptdrvRead() 1005 scaleBuf = _KALLOC( ps->DataInf.dwAppPhyBytesPerLine, GFP_KERNEL); in ptdrvRead()
|
H A D | plustek-pp_io.c | 512 buffer = _KALLOC( sizeof(UChar) * _MEMTEST_SIZE*2, GFP_KERNEL ); in ioP98ReadWriteTest()
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi_cmds.c | 93 buf = kmalloc(str_obj->buffer.length / 2, GFP_KERNEL); in get_str_object() 134 sysfs_path = kobject_get_path(&device->dev.kobj, GFP_KERNEL); in get_sysfs_path()
|
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
H A D | nlsTest.c | 153 dev = kzalloc(sizeof(*dev), GFP_KERNEL); in test_init_module()
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
H A D | includeTest.c | 154 gd_ptr = kmalloc(sizeof(struct gendisk *), GFP_KERNEL); in test_init_module()
|