/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 4263 DUMP_FIELD(spu, "0x%p", ctx); in dump_spu_fields()
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | ioctl.c | 3216 act->queue.ctx = input->rss_ctx; in ethtool_rx_flow_rule_create()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 1735 static int dpaa2_switch_port_attr_set(struct net_device *netdev, const void *ctx, in dpaa2_switch_port_attr_set() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 1391 * int (*ndo_fill_forward_path)(struct net_device_path_ctx *ctx, struct net_device_path *path); 1638 int (*ndo_fill_forward_path)(struct net_device_path_ctx *ctx,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v8_0.c | 2370 struct drm_modeset_acquire_ctx *ctx) in dce_v8_0_crtc_gamma_set() 2368 dce_v8_0_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, struct drm_modeset_acquire_ctx *ctx) dce_v8_0_crtc_gamma_set() argument
|
H A D | dce_v11_0.c | 2549 struct drm_modeset_acquire_ctx *ctx) in dce_v11_0_crtc_gamma_set() 2547 dce_v11_0_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, struct drm_modeset_acquire_ctx *ctx) dce_v11_0_crtc_gamma_set() argument
|
H A D | dce_v10_0.c | 2465 struct drm_modeset_acquire_ctx *ctx) in dce_v10_0_crtc_gamma_set() 2463 dce_v10_0_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, struct drm_modeset_acquire_ctx *ctx) dce_v10_0_crtc_gamma_set() argument
|
H A D | dce_v6_0.c | 2370 struct drm_modeset_acquire_ctx *ctx) in dce_v6_0_crtc_gamma_set() 2368 dce_v6_0_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, struct drm_modeset_acquire_ctx *ctx) dce_v6_0_crtc_gamma_set() argument
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.h | 3708 int (*link)(void *ctx, void *event);
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | ioctl.c | 3374 act->queue.ctx = input->rss_ctx; in ethtool_rx_flow_rule_create()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 1234 struct wpa_connect_work *cwork = work->ctx;
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress.c | 208 const seqStore_t* ZSTD_getSeqStore(const ZSTD_CCtx* ctx) { return &(ctx->seqStore); } in ZSTD_getSeqStore() argument 628 RETURN_ERROR(stage_wrong, "can only set params in ctx init stage"); in ZSTD_CCtx_setParameter() 1067 "Can't load a dictionary when ctx is not in init stage."); in ZSTD_CCtx_loadDictionary_advanced() 1106 "Can't ref a dict when ctx not in init stage."); in ZSTD_CCtx_refCDict() 1116 "Can't ref a pool when ctx not in init stage."); in ZSTD_CCtx_refThreadPool() 1130 "Can't ref a prefix when ctx not in init stage."); in ZSTD_CCtx_refPrefix_advanced() 2137 "Can't copy a ctx that's not in init stage."); in ZSTD_copyCCtx_internal() 2728 /* Assert that we have correctly flushed the ctx params into the ms's copy */ in ZSTD_buildSeqStore()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 1824 webidl.argumentLengthCheck = function({ length }, min, ctx) { 1828 ...ctx
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 4381 for (ContextVk *ctx : shareContextSet) in releaseImageFromShareContexts() 4383 ctx->finalizeImageLayout(this); in releaseImageFromShareContexts()
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 5634 SkFont().getPaths(glyphs, len, [](const SkPath* src, const SkMatrix& mx, void* ctx) { in DEF_TEST() 5636 ((SkPath*)ctx)->addPath(*src, mx); in DEF_TEST()
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 779 ) as ctx: 781 self.assertIs(ctx.exception.__context__, None)
|
H A D | test_socket.py | 4899 with self.assertRaises(OSError) as ctx: 4901 self.assertIn("cannot read from timed out object", str(ctx.exception))
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 122 pub type pthread_jit_write_callback_t = ::Option<extern "C" fn(ctx: *mut ::c_void) -> ::c_int>; 5270 ctx: *mut ::c_void, in pthread_jit_write_with_callback_np()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 434 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); } in evaluate() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 444 static void handle_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, in handle_auth_ft_finish() argument 448 struct hostapd_data *hapd = ctx; in handle_auth_ft_finish()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 412 struct tnum *range, const char *ctx, in verbose_invalid_scalar() 417 verbose(env, "At %s the register %s ", ctx, reg_name); in verbose_invalid_scalar() 614 [PTR_TO_CTX] = "ctx", in reg_type_str() 2227 /* Unmodified PTR_TO_PACKET[_META,_END] register from ctx access. */ 3273 /* Implicit ctx ptr. */ in is_reg64() 5556 * access than actual ctx access size. A zero info.ctx_field_size in check_ctx_access() 5568 /* remember the offset of last byte accessed in ctx */ in check_ctx_access() 6768 verbose(env, "R%d leaks addr into ctx\n", value_regno); in check_mem_access() 6781 /* ctx access returns either a scalar, or a in check_mem_access() 6792 /* A load of ctx fiel in check_mem_access() 410 verbose_invalid_scalar(struct bpf_verifier_env *env, struct bpf_reg_state *reg, struct tnum *range, const char *ctx, const char *reg_name) verbose_invalid_scalar() argument 15700 struct bpf_core_ctx ctx = { check_core_relo() local [all...] |
/third_party/python/ |
H A D | configure | 25969 SSL_CTX *ctx = SSL_CTX_new(TLS_client_method()); 25970 SSL_CTX_set_keylog_callback(ctx, keylog_cb); 25971 SSL *ssl = SSL_new(ctx); 25975 SSL_CTX_free(ctx);
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/ |
H A D | goya.c | 5281 static int goya_ctx_init(struct hl_ctx *ctx) in goya_ctx_init() argument
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 3493 struct crc_context *ctx; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 3663 struct crc_context *ctx; member
|