Searched refs:alloc_ctx (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpreempted_bpf_ma_op.c14 struct alloc_ctx { struct
24 struct alloc_ctx *ctx = data;
45 struct alloc_ctx ctx[ALLOC_THREAD_NR];
/linux-master/include/crypto/internal/
H A Dscompress.h26 * @alloc_ctx: Function allocates algorithm specific context
27 * @free_ctx: Function frees context allocated with alloc_ctx
35 void *(*alloc_ctx)(struct crypto_scomp *tfm); member in struct:scomp_alg
77 return crypto_scomp_alg(tfm)->alloc_ctx(tfm);
/linux-master/fs/ext4/
H A Dmigrate.c420 int alloc_ctx; local
437 alloc_ctx = ext4_writepages_down_write(inode->i_sb);
589 ext4_writepages_up_write(inode->i_sb, alloc_ctx);
608 int alloc_ctx; local
625 alloc_ctx = ext4_writepages_down_write(inode->i_sb);
669 ext4_writepages_up_write(inode->i_sb, alloc_ctx);
H A Dinode.c2762 int alloc_ctx; local
2767 alloc_ctx = ext4_writepages_down_read(sb);
2776 ext4_writepages_up_read(sb, alloc_ctx);
2803 int alloc_ctx; local
2808 alloc_ctx = ext4_writepages_down_read(inode->i_sb);
2815 ext4_writepages_up_read(inode->i_sb, alloc_ctx);
5951 int alloc_ctx; local
5989 alloc_ctx = ext4_writepages_down_write(inode->i_sb);
6006 ext4_writepages_up_write(inode->i_sb, alloc_ctx);
6014 ext4_writepages_up_write(inode->i_sb, alloc_ctx);
[all...]
H A Dsuper.c6441 int alloc_ctx; local
6489 alloc_ctx = ext4_writepages_down_write(sb);
6491 ext4_writepages_up_write(sb, alloc_ctx);
6710 alloc_ctx = ext4_writepages_down_write(sb);
6719 ext4_writepages_up_write(sb, alloc_ctx);
/linux-master/crypto/
H A D842.c110 .alloc_ctx = crypto842_alloc_ctx,
H A Dlz4hc.c122 .alloc_ctx = lz4hc_alloc_ctx,
H A Dlz4.c121 .alloc_ctx = lz4_alloc_ctx,
H A Dlzo-rle.c124 .alloc_ctx = lzorle_alloc_ctx,
H A Dlzo.c124 .alloc_ctx = lzo_alloc_ctx,
H A Dzstd.c221 .alloc_ctx = zstd_alloc_ctx,
H A Ddeflate.c273 .alloc_ctx = deflate_alloc_ctx,
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h199 * @alloc_ctx: videobuf2 memory allocator's context
219 void *alloc_ctx; member in struct:mtk_jpeg_dev
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_main.c405 .alloc_ctx = zip_alloc_scomp_ctx_deflate,
418 .alloc_ctx = zip_alloc_scomp_ctx_lzs,

Completed in 418 milliseconds