/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | core.c | 4193 static void intel_pmu_sched_task(struct perf_event_context *ctx, in intel_pmu_sched_task() argument 4196 intel_pmu_pebs_sched_task(ctx, sched_in); in intel_pmu_sched_task() 4197 intel_pmu_lbr_sched_task(ctx, sched_in); in intel_pmu_sched_task()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 178 u32 ctx[DISPC_SZ_REGS / sizeof(u32)]; member 416 dispc->ctx[DISPC_##reg / sizeof(u32)] = dispc_read_reg(dispc, DISPC_##reg) 418 dispc_write_reg(dispc, DISPC_##reg, dispc->ctx[DISPC_##reg / sizeof(u32)])
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 2079 struct audit_context *ctx = NULL; in bpf_audit_prog() local 2087 ctx = audit_context(); in bpf_audit_prog() 2088 ab = audit_log_start(ctx, GFP_ATOMIC, AUDIT_BPF); in bpf_audit_prog()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 180 u32 ctx[DISPC_SZ_REGS / sizeof(u32)]; member 416 dispc->ctx[DISPC_##reg / sizeof(u32)] = dispc_read_reg(dispc, DISPC_##reg) 418 dispc_write_reg(dispc, DISPC_##reg, dispc->ctx[DISPC_##reg / sizeof(u32)])
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.c | 3541 irqreturn_t rkisp_vs_isr_handler(int irq, void *ctx)
in rkisp_vs_isr_handler() argument 3543 struct device *dev = ctx;
in rkisp_vs_isr_handler()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_iw.c | 3798 static int wl_iw_get_wireless_stats_cbfn(void *ctx, uint8 *data, uint16 type, uint16 len) in wl_iw_get_wireless_stats_cbfn() argument 3800 struct iw_statistics *wstats = ctx; in wl_iw_get_wireless_stats_cbfn()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.c | 3568 irqreturn_t rkisp_vs_isr_handler(int irq, void *ctx) in rkisp_vs_isr_handler() argument 3570 struct device *dev = ctx; in rkisp_vs_isr_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 2520 static void dpaa2_eth_cdan_cb(struct dpaa2_io_notification_ctx *ctx) in dpaa2_eth_cdan_cb() argument 2524 ch = container_of(ctx, struct dpaa2_eth_channel, nctx); in dpaa2_eth_cdan_cb()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 1291 /* 4.6.10 deq ptr is written to the stream ctx for streams */ in xhci_handle_cmd_set_deq() 1293 struct xhci_stream_ctx *ctx = in xhci_handle_cmd_set_deq() local 1295 deq = le64_to_cpu(ctx->stream_ring) & SCTX_DEQ_MASK; in xhci_handle_cmd_set_deq() 1426 /* Input ctx add_flags are the endpoint index plus one */ in xhci_handle_cmd_config_ep()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 461 * The ctx field is used to track device context. 469 void *ctx; member 1306 bool bpf_flow_dissect(struct bpf_prog *prog, struct bpf_flow_dissector *ctx,
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 619 static void *thread_func(void *ctx) in thread_func() argument 621 struct sched_thread_parms *parms = ctx; in thread_func()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 193 enum intel_pt_pkt_ctx ctx = INTEL_PT_NO_CTX; in intel_pt_dump() local 200 ret = intel_pt_get_packet(buf, len, &packet, &ctx); in intel_pt_dump()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 1283 struct drm_modeset_acquire_ctx *ctx, bool force) in nv50_mstc_detect() 1297 ret = drm_dp_mst_detect_port(connector, ctx, mstc->port->mgr, in nv50_mstc_detect() 1282 nv50_mstc_detect(struct drm_connector *connector, struct drm_modeset_acquire_ctx *ctx, bool force) nv50_mstc_detect() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 530 * The ctx field is used to track device context. 546 void *ctx; member 1492 u32 bpf_flow_dissect(struct bpf_prog *prog, struct bpf_flow_dissector *ctx,
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 1151 xhci_dbg(xhci, "Stop ep completion ctx error, ep is running\n"); in xhci_handle_cmd_stop_ep() 1384 /* 4.6.10 deq ptr is written to the stream ctx for streams */ in xhci_handle_cmd_set_deq() 1386 struct xhci_stream_ctx *ctx = in xhci_handle_cmd_set_deq() local 1388 deq = le64_to_cpu(ctx->stream_ring) & SCTX_DEQ_MASK; in xhci_handle_cmd_set_deq() 1514 /* Input ctx add_flags are the endpoint index plus one */ in xhci_handle_cmd_config_ep()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 621 static void *thread_func(void *ctx) in thread_func() argument 623 struct sched_thread_parms *parms = ctx; in thread_func()
|
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 4175 enum intel_pt_pkt_ctx ctx = INTEL_PT_NO_CTX; in intel_pt_next_tsc() local 4180 ret = intel_pt_get_packet(buf, len, &packet, &ctx); in intel_pt_next_tsc()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 3078 void netstat_internal(void *ctx) argument 3089 struct netstat_data *ndata = (struct netstat_data *)ctx;
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 2717 void *r600_create_vertex_fetch_shader(struct pipe_context *ctx, in r600_create_vertex_fetch_shader() argument 2721 struct r600_context *rctx = (struct r600_context *)ctx; in r600_create_vertex_fetch_shader()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 66 deqp::Context* ctx = (deqp::Context*)info; in debug_proc() local 147 ctx->getTestContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
|
H A D | gl3cTextureSwizzleTests.cpp | 1211 Context* ctx = (Context*)info; in debug_proc() local 1292 ctx->getTestContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 3781 [](SkEdgeClipper* clipper, bool newCtr, void* ctx) { in clip() 3782 Rec* rec = (Rec*)ctx; in clip()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 295 IMGUI_API void DestroyContext(ImGuiContext* ctx = NULL); // NULL = destroy current context 297 IMGUI_API void SetCurrentContext(ImGuiContext* ctx);
|
/third_party/python/Lib/test/ |
H A D | test_ast.py | 753 self.assertEqual(ast.Name.__doc__, "Name(identifier id, expr_context ctx)") 884 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load()), " 885 "args=[Name(id='eggs', ctx=Load()), Constant(value='and cheese')], " 893 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load(), " 895 "args=[Name(id='eggs', ctx=Load(), lineno=1, col_offset=5, " 909 func=Name(id='spam', ctx=Load()), 911 Name(id='eggs', ctx=Load()), 933 ctx=Load(), 941 ctx=Load(), 971 node = ast.Raise(exc=ast.Name(id='e', ctx [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 1897 void checkFormatSupport (glu::ContextInfo& info, deUint32 format, deUint32 target, glu::RenderContext& ctx) 1899 const bool isES32 = glu::contextSupports(ctx.getType(), glu::ApiType::es(3, 2));
|