Searched defs:ctx (Results 351 - 375 of 2745) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtrigger_bench.c15 int bench_trigger_tp(void *ctx) argument
30 int bench_trigger_kprobe(void *ctx) argument
37 int bench_trigger_kretprobe(void *ctx) argument
44 int bench_trigger_kprobe_multi(void *ctx) argument
51 int bench_trigger_kretprobe_multi(void *ctx) argument
58 int bench_trigger_fentry(void *ctx) argument
65 int bench_trigger_fexit(void *ctx) argument
72 int bench_trigger_fentry_sleep(void *ctx) argument
79 int bench_trigger_fmodret(void *ctx) argument
86 int bench_trigger_uprobe(void *ctx) argument
[all...]
H A Dtest_sysctl_prog.c25 static __always_inline int is_tcp_mem(struct bpf_sysctl *ctx) argument
45 int sysctl_tcp_mem(struct bpf_sysctl *ctx) argument
H A Darena_list.c45 int arena_list_add(void *ctx) argument
67 int arena_list_del(void *ctx) argument
H A Dtest_core_reloc_misc.c39 int test_core_misc(void *ctx) argument
H A Dtest_core_reloc_bitfields_direct.c48 int test_core_bitfields_direct(void *ctx) argument
/linux-master/drivers/gpu/drm/lima/
H A Dlima_ctx.c12 struct lima_ctx *ctx; local
45 struct lima_ctx *ctx = container_of(ref, struct lima_ctx, refcnt); local
55 struct lima_ctx *ctx; local
70 struct lima_ctx *ctx; local
80 lima_ctx_put(struct lima_ctx *ctx) argument
93 struct lima_ctx *ctx; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn351.c16 void dmub_srv_dcn351_regs_init(struct dmub_srv *dmub, struct dc_context *ctx) argument
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Daudio.h59 struct dc_context *ctx; member in struct:audio
/linux-master/drivers/power/reset/
H A Dxgene-reboot.c31 struct xgene_reboot_context *ctx = data->cb_data; local
45 struct xgene_reboot_context *ctx; local
[all...]
/linux-master/fs/udf/
H A Ddir.c35 static int udf_readdir(struct file *file, struct dir_context *ctx) argument
/linux-master/sound/soc/intel/boards/
H A Dsof_sdw_cs42l42.c57 struct mc_private *ctx = snd_soc_card_get_drvdata(card); local
H A Dsof_sdw_rt700.c56 struct mc_private *ctx = snd_soc_card_get_drvdata(card); local
H A Dsof_sdw_rt5682.c56 struct mc_private *ctx = snd_soc_card_get_drvdata(card); local
H A Dsof_sdw_cs42l43.c56 struct mc_private *ctx = snd_soc_card_get_drvdata(rtd->card); local
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.h40 struct mtk_vcodec_dec_ctx *ctx; member in struct:vdec_vpu_inst
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v6.c67 static int s5p_mfc_open_inst_cmd_v6(struct s5p_mfc_ctx *ctx) argument
137 static int s5p_mfc_close_inst_cmd_v6(struct s5p_mfc_ctx *ctx) argument
[all...]
H A Ds5p_mfc_cmd_v5.c71 static int s5p_mfc_open_inst_cmd_v5(struct s5p_mfc_ctx *ctx) argument
124 s5p_mfc_close_inst_cmd_v5(struct s5p_mfc_ctx *ctx) argument
[all...]
/linux-master/drivers/infiniband/hw/mana/
H A Dcq.c103 static void mana_ib_cq_handler(void *ctx, struct gdma_queue *gdma_cq) argument
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c24 const struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); local
H A Dsm3-riscv64-glue.c49 struct sm3_state *ctx; local
H A Dsm4-riscv64-glue.c30 struct sm4_ctx *ctx = crypto_tfm_ctx(tfm); local
45 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm); local
58 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm); local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_opp.c59 dcn201_opp_construct(struct dcn201_opp *oppn201, struct dc_context *ctx, uint32_t inst, const struct dcn201_opp_registers *regs, const struct dcn201_opp_shift *opp_shift, const struct dcn201_opp_mask *opp_mask) argument
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_device.h99 union zip_zptr_s *ctx; member in struct:zip_state
/linux-master/arch/mips/crypto/
H A Dchacha-glue.c57 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); local
65 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); local
29 chacha_mips_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) argument
/linux-master/samples/bpf/
H A Dxdp_fwd_kern.c43 static __always_inline int xdp_fwd_flags(struct xdp_md *ctx, u32 flags) argument
147 int xdp_fwd_prog(struct xdp_md *ctx) argument
153 int xdp_fwd_direct_prog(struct xdp_md *ctx) argument

Completed in 170 milliseconds

<<11121314151617181920>>