Symbol: alloc_ctx
crypto/842.c
58
.alloc_ctx = crypto842_alloc_ctx,
crypto/acompress.c
372
ctx = s->alloc_ctx();
crypto/acompress.c
424
ctx = s->alloc_ctx();
crypto/deflate.c
58
.alloc_ctx = deflate_alloc_stream,
crypto/lz4.c
72
.alloc_ctx = lz4_alloc_ctx,
crypto/lz4hc.c
70
.alloc_ctx = lz4hc_alloc_ctx,
crypto/lzo-rle.c
74
.alloc_ctx = lzorle_alloc_ctx,
crypto/lzo.c
74
.alloc_ctx = lzo_alloc_ctx,
crypto/zstd.c
63
.alloc_ctx = zstd_alloc_stream,
drivers/crypto/nx/nx-common-powernv.c
1044
.alloc_ctx = nx842_powernv_crypto_alloc_ctx,
drivers/crypto/nx/nx-common-pseries.c
1024
.alloc_ctx = nx842_pseries_crypto_alloc_ctx,
drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.h
223
void *alloc_ctx;
fs/ext4/fast_commit.c
1052
int alloc_ctx;
fs/ext4/fast_commit.c
1059
alloc_ctx = ext4_fc_lock(sb);
fs/ext4/fast_commit.c
1064
ext4_fc_unlock(sb, alloc_ctx);
fs/ext4/fast_commit.c
1074
alloc_ctx = ext4_fc_lock(sb);
fs/ext4/fast_commit.c
1091
ext4_fc_unlock(sb, alloc_ctx);
fs/ext4/fast_commit.c
1108
alloc_ctx = ext4_fc_lock(sb);
fs/ext4/fast_commit.c
1113
ext4_fc_unlock(sb, alloc_ctx);
fs/ext4/fast_commit.c
1124
alloc_ctx = ext4_fc_lock(sb);
fs/ext4/fast_commit.c
1163
ext4_fc_unlock(sb, alloc_ctx);
fs/ext4/fast_commit.c
1297
int alloc_ctx;
fs/ext4/fast_commit.c
1305
alloc_ctx = ext4_fc_lock(sb);
fs/ext4/fast_commit.c
1364
ext4_fc_unlock(sb, alloc_ctx);
fs/ext4/fast_commit.c
236
int alloc_ctx;
fs/ext4/fast_commit.c
241
alloc_ctx = ext4_fc_lock(inode->i_sb);
fs/ext4/fast_commit.c
243
ext4_fc_unlock(inode->i_sb, alloc_ctx);
fs/ext4/fast_commit.c
278
ext4_fc_unlock(inode->i_sb, alloc_ctx);
fs/ext4/fast_commit.c
280
alloc_ctx = ext4_fc_lock(inode->i_sb);
fs/ext4/fast_commit.c
291
ext4_fc_unlock(inode->i_sb, alloc_ctx);
fs/ext4/fast_commit.c
301
ext4_fc_unlock(inode->i_sb, alloc_ctx);
fs/ext4/fast_commit.c
318
int alloc_ctx;
fs/ext4/fast_commit.c
333
alloc_ctx = ext4_fc_lock(sb);
fs/ext4/fast_commit.c
338
ext4_fc_unlock(sb, alloc_ctx);
fs/ext4/fast_commit.c
362
int alloc_ctx;
fs/ext4/fast_commit.c
378
alloc_ctx = ext4_fc_lock(inode->i_sb);
fs/ext4/fast_commit.c
385
ext4_fc_unlock(inode->i_sb, alloc_ctx);
fs/ext4/fast_commit.c
407
int alloc_ctx;
fs/ext4/fast_commit.c
431
alloc_ctx = ext4_fc_lock(sb);
fs/ext4/fast_commit.c
452
ext4_fc_unlock(sb, alloc_ctx);
fs/ext4/inode.c
3022
int alloc_ctx;
fs/ext4/inode.c
3028
alloc_ctx = ext4_writepages_down_read(sb);
fs/ext4/inode.c
3037
ext4_writepages_up_read(sb, alloc_ctx);
fs/ext4/inode.c
3064
int alloc_ctx;
fs/ext4/inode.c
3070
alloc_ctx = ext4_writepages_down_read(inode->i_sb);
fs/ext4/inode.c
3077
ext4_writepages_up_read(inode->i_sb, alloc_ctx);
fs/ext4/inode.c
6504
int alloc_ctx;
fs/ext4/inode.c
6542
alloc_ctx = ext4_writepages_down_write(inode->i_sb);
fs/ext4/inode.c
6559
ext4_writepages_up_write(inode->i_sb, alloc_ctx);
fs/ext4/inode.c
6569
ext4_writepages_up_write(inode->i_sb, alloc_ctx);
fs/ext4/migrate.c
421
int alloc_ctx;
fs/ext4/migrate.c
438
alloc_ctx = ext4_writepages_down_write(inode->i_sb);
fs/ext4/migrate.c
596
ext4_writepages_up_write(inode->i_sb, alloc_ctx);
fs/ext4/migrate.c
615
int alloc_ctx;
fs/ext4/migrate.c
632
alloc_ctx = ext4_writepages_down_write(inode->i_sb);
fs/ext4/migrate.c
682
ext4_writepages_up_write(inode->i_sb, alloc_ctx);
fs/ext4/super.c
6552
int alloc_ctx;
fs/ext4/super.c
6609
alloc_ctx = ext4_writepages_down_write(sb);
fs/ext4/super.c
6611
ext4_writepages_up_write(sb, alloc_ctx);
fs/ext4/super.c
6842
alloc_ctx = ext4_writepages_down_write(sb);
fs/ext4/super.c
6851
ext4_writepages_up_write(sb, alloc_ctx);
include/crypto/internal/acompress.h
65
void *(*alloc_ctx)(void);
tools/testing/selftests/bpf/prog_tests/preempted_bpf_ma_op.c
24
struct alloc_ctx *ctx = data;
tools/testing/selftests/bpf/prog_tests/preempted_bpf_ma_op.c
45
struct alloc_ctx ctx[ALLOC_THREAD_NR];