| /linux/net/batman-adv/ |
| H A D | hash.c | 52 hash->table = kmalloc_objs(*hash->table, size, GFP_ATOMIC); in batadv_hash_new() 56 hash->list_locks = kmalloc_objs(*hash->list_locks, size, GFP_ATOMIC); in batadv_hash_new()
|
| /linux/drivers/gpu/drm/nouveau/nvif/ |
| H A D | mmu.c | 72 mmu->heap = kmalloc_objs(*mmu->heap, mmu->heap_nr, GFP_KERNEL); in nvif_mmu_ctor() 73 mmu->type = kmalloc_objs(*mmu->type, mmu->type_nr, GFP_KERNEL); in nvif_mmu_ctor() 77 mmu->kind = kmalloc_objs(*mmu->kind, mmu->kind_nr, GFP_KERNEL); in nvif_mmu_ctor()
|
| /linux/kernel/locking/ |
| H A D | test-ww_mutex.c | 327 cycles = kmalloc_objs(*cycles, nthreads, GFP_KERNEL); in __test_cycle() 415 order = kmalloc_objs(*order, count, GFP_KERNEL); in get_random_order() 585 locks = kmalloc_objs(*locks, nlocks, GFP_KERNEL); in stress() 589 stress_array = kmalloc_objs(*stress_array, nthreads, GFP_KERNEL); in stress()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_allocator.c | 160 array->page_list = kmalloc_objs(*array->page_list, npage, GFP_KERNEL); in mthca_array_init() 233 buf->page_list = kmalloc_objs(*buf->page_list, npages, in mthca_buf_alloc()
|
| /linux/drivers/firmware/efi/ |
| H A D | efibc.c | 50 wdata = kmalloc_objs(efi_char16_t, MAX_DATA_LEN, GFP_KERNEL); in efibc_reboot_notifier_call()
|
| /linux/sound/firewire/ |
| H A D | packets-buffer.c | 30 b->packets = kmalloc_objs(*b->packets, count, GFP_KERNEL); in iso_packets_buffer_init()
|
| /linux/arch/s390/hypfs/ |
| H A D | hypfs_diag0c.c | 38 cpu_vec = kmalloc_objs(*cpu_vec, num_possible_cpus(), GFP_KERNEL); in diag0c_store()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd_gfx_v12.c | 118 *dump = kmalloc_objs(**dump, HQD_N_REGS, GFP_KERNEL); in hqd_dump_v12() 149 *dump = kmalloc_objs(**dump, HQD_N_REGS, GFP_KERNEL); in hqd_sdma_dump_v12()
|
| /linux/mm/damon/tests/ |
| H A D | sysfs-kunit.h | 51 sysfs_targets->targets_arr = kmalloc_objs(*sysfs_targets->targets_arr, in damon_sysfs_test_add_targets()
|
| /linux/net/ceph/ |
| H A D | pagevec.c | 44 pages = kmalloc_objs(*pages, num_pages, flags); in ceph_alloc_page_vector()
|
| /linux/drivers/input/joystick/ |
| H A D | joydump.c | 64 buf = kmalloc_objs(struct joydump, BUF_SIZE, GFP_KERNEL); in joydump_connect()
|
| /linux/drivers/xen/ |
| H A D | time.c | 97 runstate_delta = kmalloc_objs(*runstate_delta, in xen_manage_runstate_time()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | iccsense.c | 76 iccsense->rail = kmalloc_objs(struct pwr_rail_t, cnt, GFP_KERNEL); in nvbios_iccsense_parse()
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_mac.h | 233 hash->lsts = kmalloc_objs(struct list_head, hash->size, GFP_KERNEL); in alloc_hash_table()
|
| /linux/drivers/mtd/ubi/ |
| H A D | eba.c | 131 tbl->entries = kmalloc_objs(*tbl->entries, nentries, GFP_KERNEL); in ubi_eba_create_table() 1538 scan_eba = kmalloc_objs(*scan_eba, num_volumes, GFP_KERNEL); in self_check_eba() 1542 fm_eba = kmalloc_objs(*fm_eba, num_volumes, GFP_KERNEL); in self_check_eba() 1553 scan_eba[i] = kmalloc_objs(**scan_eba, vol->reserved_pebs, in self_check_eba() 1560 fm_eba[i] = kmalloc_objs(**fm_eba, vol->reserved_pebs, in self_check_eba()
|
| /linux/drivers/cpufreq/ |
| H A D | bmips-cpufreq.c | 74 table = kmalloc_objs(*table, priv->max_freqs + 1, GFP_KERNEL); in bmips_cpufreq_get_freq_table()
|
| /linux/arch/x86/xen/ |
| H A D | grant-table.c | 104 area->ptes = kmalloc_objs(*area->ptes, nr_frames, GFP_KERNEL); in arch_gnttab_valloc()
|
| /linux/drivers/platform/x86/intel/ifs/ |
| H A D | core.c | 128 ifs_pkg_auth = kmalloc_objs(bool, topology_max_packages(), GFP_KERNEL); in ifs_init()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-fence-unwrap.c | 158 array = kmalloc_objs(*array, count, GFP_KERNEL); in __dma_fence_unwrap_merge()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_deps.c | 85 new_fences = kmalloc_objs(*new_fences, new_size, deps->gfp); in i915_deps_grow()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_shared_buf.c | 102 pf->shared_bufs = kmalloc_objs(pf->shared_bufs[0], num_entries, in nfp_shared_buf_register()
|
| /linux/drivers/tee/optee/ |
| H A D | rpc.c | 58 params = kmalloc_objs(struct tee_param, arg->num_params, GFP_KERNEL); in handle_rpc_func_cmd_i2c_transfer() 194 params = kmalloc_objs(struct tee_param, arg->num_params, GFP_KERNEL); in handle_rpc_supp_cmd()
|
| /linux/net/rds/ |
| H A D | info.c | 190 pages = kmalloc_objs(struct page *, nr_pages, GFP_KERNEL); in rds_info_getsockopt()
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | hsta_msi.c | 154 ppc4xx_hsta_msi.irq_map = kmalloc_objs(int, irq_count, GFP_KERNEL); in hsta_msi_probe()
|
| /linux/drivers/base/ |
| H A D | map.c | 44 p = kmalloc_objs(struct probe, n, GFP_KERNEL); in kobj_map()
|