Home
last modified time | relevance | path

Searched refs:alloc_ctx (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpreempted_bpf_ma_op.c14 struct alloc_ctx { struct
24 struct alloc_ctx *ctx = data; in run_alloc_prog() argument
45 struct alloc_ctx ctx[ALLOC_THREAD_NR]; in test_preempted_bpf_ma_op()
/linux/crypto/
H A Ddeflate.c58 .alloc_ctx = deflate_alloc_stream,
H A Dzstd.c63 .alloc_ctx = zstd_alloc_stream,
/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c1044 .alloc_ctx = nx842_powernv_crypto_alloc_ctx,
H A Dnx-common-pseries.c1024 .alloc_ctx = nx842_pseries_crypto_alloc_ctx,
/linux/fs/ext4/
H A Dsuper.c6527 int alloc_ctx; in __ext4_remount() local
6584 alloc_ctx = ext4_writepages_down_write(sb); in __ext4_remount()
6586 ext4_writepages_up_write(sb, alloc_ctx); in __ext4_remount()
6817 alloc_ctx = ext4_writepages_down_write(sb); in __ext4_remount()
6826 ext4_writepages_up_write(sb, alloc_ctx); in __ext4_remount()