Home
last modified time | relevance | path

Searched refs:ctx (Results 6501 - 6525 of 12656) sorted by relevance

1...<<261262263264265266267268269270>>...507

/kernel/linux/linux-6.6/include/linux/
H A Dvirtio_ring.h75 bool ctx,
90 bool ctx,
105 bool ctx,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_ipv6_route.c12 int dump_ipv6_route(struct bpf_iter__ipv6_route *ctx) in dump_ipv6_route() argument
14 struct seq_file *seq = ctx->meta->seq; in dump_ipv6_route()
15 struct fib6_info *rt = ctx->rt; in dump_ipv6_route()
H A Dstacktrace_map_skip.c36 int oncpu(struct trace_event_raw_sched_switch *ctx) in oncpu() argument
49 key = bpf_get_stackid(ctx, &stackmap, TEST_STACK_DEPTH); in oncpu()
55 bpf_get_stack(ctx, stack_p, max_len, TEST_STACK_DEPTH); in oncpu()
H A Dbpf_iter_sockmap.c36 int copy(struct bpf_iter__sockmap *ctx) in copy() argument
38 struct sock *sk = ctx->sk; in copy()
39 __u32 tmp, *key = ctx->key; in copy()
H A Diters_testmod_seq.c25 int testmod_seq_empty(const void *ctx) in testmod_seq_empty() argument
43 int testmod_seq_full(const void *ctx) in testmod_seq_full() argument
63 int testmod_seq_truncated(const void *ctx) in testmod_seq_truncated() argument
H A Dtest_rdonly_maps.c25 int skip_loop(struct pt_regs *ctx) in skip_loop() argument
44 int part_loop(struct pt_regs *ctx) in part_loop() argument
63 int full_loop(struct pt_regs *ctx) in full_loop() argument
H A Dtest_stacktrace_map.c54 int oncpu(struct sched_switch_args *ctx) in oncpu() argument
65 key = bpf_get_stackid(ctx, &stackmap, 0); in oncpu()
70 bpf_get_stack(ctx, stack_p, max_len, 0); in oncpu()
H A Dtest_uprobe_autoattach.c29 int handle_uprobe_noautoattach(struct pt_regs *ctx) in handle_uprobe_noautoattach() argument
56 uprobe_byname_parm1 = PT_REGS_PARM1_CORE(ctx); in BPF_UPROBE()
83 uretprobe_byname_rc = PT_REGS_RC_CORE(ctx); in BPF_URETPROBE()
/kernel/linux/linux-6.6/samples/bpf/
H A Dspintest.bpf.c37 int foo(struct pt_regs *ctx) \
39 long v = PT_REGS_IP(ctx), *val; \
45 bpf_get_stackid(ctx, &stackmap, BPF_F_REUSE_STACKID); \
/third_party/elfutils/libasm/
H A Dasm_newscn_ingrp.c40 asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname, GElf_Word type, in asm_newscn_ingrp() argument
43 AsmScn_t *result = INTUSE (asm_newscn) (ctx, scnname, type, flags); in asm_newscn_ingrp()
64 if (likely (! ctx->textp)) in asm_newscn_ingrp()
/third_party/ffmpeg/libavcodec/
H A Dsipr.h98 void (*decode_frame)(struct SiprContext *ctx, SiprParameters *params,
104 void ff_sipr_init_16k(SiprContext *ctx);
106 void ff_sipr_decode_frame_16k(SiprContext *ctx, SiprParameters *params,
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_common.h83 int ff_check_exec_params(void *ctx, DNNBackendType backend, DNNFunctionType func_type, DNNExecBaseParams *exec_params);
117 * @param ctx pointer to the backend context
122 int ff_dnn_start_inference_async(void *ctx, DNNAsyncExecModule *async_module);
147 * @param ctx pointer to the backend context
151 int ff_dnn_fill_gettingoutput_task(TaskItem *task, DNNExecBaseParams *exec_params, void *backend_model, int input_height, int input_width, void *ctx);
/third_party/mesa3d/src/compiler/glsl/
H A Dhir_field_selection.cpp34 void *ctx = state; in _mesa_ast_field_selection_to_hir() local
50 result = new(ctx) ir_dereference_record(op, in _mesa_ast_field_selection_to_hir()
79 return result ? result : ir_rvalue::error_value(ctx); in _mesa_ast_field_selection_to_hir()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_buffer.c31 void virgl_buffer_transfer_unmap(struct pipe_context *ctx, in virgl_buffer_transfer_unmap() argument
34 struct virgl_context *vctx = virgl_context(ctx); in virgl_buffer_transfer_unmap()
64 void virgl_buffer_transfer_flush_region(struct pipe_context *ctx, in virgl_buffer_transfer_flush_region() argument
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_composite.h147 xa_composite_prepare(struct xa_context *ctx, const struct xa_composite *comp);
150 xa_composite_rect(struct xa_context *ctx,
154 xa_composite_done(struct xa_context *ctx);
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsetrlimit.c25 struct ctx { struct
33 struct ctx *c = p; in do_setrlimit()
40 struct ctx c = { .res = resource, .rlim = rlim, .err = -1 }; in setrlimit()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_layout.c91 bi_block_offset(bi_context *ctx, bi_clause *start, bi_block *target) in bi_block_offset() argument
109 bi_foreach_block_from(ctx, start->block, blk) { in bi_block_offset()
136 bi_foreach_block_from_rev(ctx, start->block, blk) { in bi_block_offset()
/third_party/mesa3d/src/panfrost/perf/
H A Dquick.c13 void *ctx = ralloc_context(NULL); in main() local
14 struct panfrost_perf *perf = rzalloc(ctx, struct panfrost_perf); in main()
17 panfrost_open_device(ctx, fd, &dev); in main()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.h69 /* Note that a fence can outlive the ctx, so we can only assume this is a
73 struct fd_context *ctx; member
84 bool fd_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx,
91 void fd_fence_server_signal(struct pipe_context *ctx,
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_trace_gallium.c39 struct pipe_context *ctx = utctx->pctx; in u_trace_pipe_create_ts_buffer() local
51 return ctx->screen->resource_create(ctx->screen, &tmpl); in u_trace_pipe_create_ts_buffer()
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H A Dprovider_util.h48 OSSL_LIB_CTX *ctx);
77 OSSL_LIB_CTX *ctx);
126 OSSL_LIB_CTX *ctx);
/third_party/openssl/providers/common/include/prov/
H A Dprovider_util.h48 OSSL_LIB_CTX *ctx);
77 OSSL_LIB_CTX *ctx);
126 OSSL_LIB_CTX *ctx);
/third_party/skia/third_party/externals/tint/src/ast/
H A Dinterpolate_decoration.cc39 CloneContext* ctx) const { in Clone()
41 auto src = ctx->Clone(source); in Clone()
42 return ctx->dst->create<InterpolateDecoration>(src, type, sampling); in Clone()
/third_party/skia/tools/sk_app/win/
H A DDawnD3D12WindowContext_win.cpp62 std::unique_ptr<WindowContext> ctx(new DawnD3D12WindowContext(hwnd, params)); in MakeDawnD3D12ForWin()
63 if (!ctx->isValid()) { in MakeDawnD3D12ForWin()
66 return ctx; in MakeDawnD3D12ForWin()
H A DVulkanWindowContext_win.cpp72 std::unique_ptr<WindowContext> ctx( in MakeVulkanForWin()
74 if (!ctx->isValid()) { in MakeVulkanForWin()
77 return ctx; in MakeVulkanForWin()

Completed in 12 milliseconds

1...<<261262263264265266267268269270>>...507