Home
last modified time | relevance | path

Searched refs:kvmalloc_flex (Results 1 – 11 of 11) sorted by relevance

/linux/crypto/
H A Ddeflate.c43 ctx = kvmalloc_flex(*ctx, workspace, size, GFP_KERNEL); in deflate_alloc_stream()
H A Dzstd.c47 ctx = kvmalloc_flex(*ctx, wksp, wksp_size, GFP_KERNEL); in zstd_alloc_stream()
/linux/kernel/
H A Dgroups.c18 gi = kvmalloc_flex(*gi, gid, gidsetsize, GFP_KERNEL_ACCOUNT); in groups_alloc()
/linux/drivers/cxl/core/
H A Dfeatures.c97 kvmalloc_flex(*entries, ent, count, GFP_KERNEL); in get_supported_features()
/linux/kernel/gcov/
H A Dfs.c119 iter = kvmalloc_flex(*iter, buffer, size, GFP_KERNEL); in gcov_iter_new()
/linux/include/linux/
H A Dslab.h1063 #define kvmalloc_flex(P, FAM, COUNT, GFP) \ macro
/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c123 buf = kvmalloc_flex(*buf, data, size, flags); in _uverbs_alloc()
/linux/net/sched/
H A Dsch_netem.c817 d = kvmalloc_flex(*d, table, n, GFP_KERNEL); in get_dist_table()
/linux/net/netfilter/
H A Dxt_hashlimit.c296 hinfo = kvmalloc_flex(*hinfo, hash, size, GFP_KERNEL); in htable_create()
/linux/io_uring/
H A Drsrc.c116 return kvmalloc_flex(struct io_mapped_ubuf, bvec, nr_bvecs, GFP_KERNEL); in io_alloc_imu()
/linux/fs/btrfs/
H A Dinode.c1695 ctx = kvmalloc_flex(*ctx, chunks, num_chunks, GFP_KERNEL); in run_delalloc_compressed()