Home
last modified time | relevance | path

Searched refs:vmalloc_array (Results 1 – 7 of 7) sorted by relevance

/linux/mm/
H A Dpercpu-stats.c147 buffer = vmalloc_array(2 * max_nr_alloc + 1, sizeof(int)); in percpu_stats_show()
/linux/include/linux/
H A Dvmalloc.h192 #define vmalloc_array(...) alloc_hooks(vmalloc_array_noprof(__VA_ARGS__)) macro
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c121 pbl->pg_arr = vmalloc_array(pages, sizeof(void *)); in __alloc_pbl()
125 pbl->pg_map_arr = vmalloc_array(pages, sizeof(dma_addr_t)); in __alloc_pbl()
/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c634 section->pages = vmalloc_array(nr_pages, sizeof(struct sgx_epc_page)); in sgx_setup_epc_section()
/linux/drivers/md/
H A Ddm-writecache.c302 pages = vmalloc_array(p, sizeof(struct page *)); in persistent_memory_claim()
965 wc->entries = vmalloc_array(wc->n_blocks, sizeof(struct wc_entry)); in writecache_alloc_entries()
/linux/net/ipv4/
H A Dinet_hashtables.c1293 ptr = vmalloc_array(nblocks, locksz); in inet_ehash_locks_alloc()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c8561 fwdt->template = vmalloc_array(risc_size, sizeof(*dcode)); in qla24xx_load_risc_flash()
8817 fwdt->template = vmalloc_array(risc_size, sizeof(*dcode)); in qla24xx_load_risc_blob()