Searched refs:kvmalloc_flex (Results 1 – 11 of 11) sorted by relevance
| /linux/crypto/ |
| H A D | deflate.c | 43 ctx = kvmalloc_flex(*ctx, workspace, size, GFP_KERNEL); in deflate_alloc_stream()
|
| H A D | zstd.c | 47 ctx = kvmalloc_flex(*ctx, wksp, wksp_size, GFP_KERNEL); in zstd_alloc_stream()
|
| /linux/kernel/ |
| H A D | groups.c | 18 gi = kvmalloc_flex(*gi, gid, gidsetsize, GFP_KERNEL_ACCOUNT); in groups_alloc()
|
| /linux/drivers/cxl/core/ |
| H A D | features.c | 97 kvmalloc_flex(*entries, ent, count, GFP_KERNEL); in get_supported_features()
|
| /linux/kernel/gcov/ |
| H A D | fs.c | 119 iter = kvmalloc_flex(*iter, buffer, size, GFP_KERNEL); in gcov_iter_new()
|
| /linux/include/linux/ |
| H A D | slab.h | 1063 #define kvmalloc_flex(P, FAM, COUNT, GFP) \ macro
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_ioctl.c | 123 buf = kvmalloc_flex(*buf, data, size, flags); in _uverbs_alloc()
|
| /linux/net/sched/ |
| H A D | sch_netem.c | 817 d = kvmalloc_flex(*d, table, n, GFP_KERNEL); in get_dist_table()
|
| /linux/net/netfilter/ |
| H A D | xt_hashlimit.c | 296 hinfo = kvmalloc_flex(*hinfo, hash, size, GFP_KERNEL); in htable_create()
|
| /linux/io_uring/ |
| H A D | rsrc.c | 116 return kvmalloc_flex(struct io_mapped_ubuf, bvec, nr_bvecs, GFP_KERNEL); in io_alloc_imu()
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 1695 ctx = kvmalloc_flex(*ctx, chunks, num_chunks, GFP_KERNEL); in run_delalloc_compressed()
|