/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/bindparatext_fuzzer/ |
H A D | bindparatext_fuzzer.cpp | 29 DbContext *ctx = nullptr; in DoSomethingInterestingWithMyAPI() local 31 BindParaText(ctx, idx, reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_i2c_sw.h | 37 struct dc_context *ctx; member 44 struct dc_context *ctx);
|
H A D | dce_i2c.c | 51 dce_i2c_sw.ctx = ddc->ctx; in dce_i2c_submit_command()
|
H A D | dmub_psr.h | 33 struct dc_context *ctx; member 44 struct dmub_psr *dmub_psr_create(struct dc_context *ctx);
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | devlink.h | 12 struct devlink_param_gset_ctx *ctx); 14 struct devlink_param_gset_ctx *ctx);
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_test_kern5.c | 25 int dump_bpf_hash_map(struct bpf_iter__bpf_map_elem *ctx) in dump_bpf_hash_map() argument 27 void *key = ctx->key; in dump_bpf_hash_map()
|
H A D | freplace_connect4.c | 10 int new_do_bind(struct bpf_sock_addr *ctx) in new_do_bind() argument 14 bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa)); in new_do_bind()
|
H A D | loop3.c | 15 int while_true(volatile struct pt_regs* ctx) in while_true() argument 20 sum += PT_REGS_RC(ctx); in while_true()
|
H A D | loop2.c | 15 int while_true(volatile struct pt_regs* ctx) in while_true() argument 20 if (PT_REGS_RC(ctx) & 1) in while_true()
|
H A D | test_perf_buffer.c | 16 int handle_sys_enter(void *ctx) in handle_sys_enter() argument 20 bpf_perf_event_output(ctx, &perf_buf_map, BPF_F_CURRENT_CPU, in handle_sys_enter()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | mock_context.h | 20 void mock_context_close(struct i915_gem_context *ctx); 29 void kernel_context_close(struct i915_gem_context *ctx);
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_cmd.h | 26 int (*open_inst_cmd)(struct s5p_mfc_ctx *ctx); 27 int (*close_inst_cmd)(struct s5p_mfc_ctx *ctx);
|
H A D | s5p_mfc_ctrl.h | 26 int s5p_mfc_open_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx); 27 void s5p_mfc_close_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx);
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_overhead_tp_kern.c | 19 int prog(struct task_rename *ctx) in prog() argument 32 int prog2(struct urandom_read *ctx) in prog2() argument
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | cast5.h | 21 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); 22 void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | cast5.h | 21 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); 22 void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_i2c_sw.h | 37 struct dc_context *ctx; member 44 struct dc_context *ctx);
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_ctrl.h | 26 int s5p_mfc_open_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx); 27 void s5p_mfc_close_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx);
|
H A D | s5p_mfc_cmd.h | 26 int (*open_inst_cmd)(struct s5p_mfc_ctx *ctx); 27 int (*close_inst_cmd)(struct s5p_mfc_ctx *ctx);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | mock_context.h | 21 void mock_context_close(struct i915_gem_context *ctx); 31 void kernel_context_close(struct i915_gem_context *ctx);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_test_kern5.c | 25 int dump_bpf_hash_map(struct bpf_iter__bpf_map_elem *ctx) in dump_bpf_hash_map() argument 27 void *key = ctx->key; in dump_bpf_hash_map()
|
H A D | freplace_progmap.c | 13 int xdp_drop_prog(struct xdp_md *ctx) in xdp_drop_prog() argument 19 int xdp_cpumap_prog(struct xdp_md *ctx) in xdp_cpumap_prog() argument
|
H A D | freplace_connect4.c | 10 int new_do_bind(struct bpf_sock_addr *ctx) in new_do_bind() argument 14 bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa)); in new_do_bind()
|
H A D | test_ksyms_btf_write_check.c | 11 int handler1(const void *ctx) in handler1() argument 35 int handler2(const void *ctx) in handler2() argument
|
H A D | loop2.c | 15 int while_true(volatile struct pt_regs* ctx) in while_true() argument 20 if (PT_REGS_RC(ctx) & 1) in while_true()
|