Home
last modified time | relevance | path

Searched refs:ctx (Results 5801 - 5825 of 13180) sorted by relevance

1...<<231232233234235236237238239240>>...528

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h194 struct iwl_rxon_context *ctx; member
210 struct iwl_rxon_context *ctx; member
900 return vif_priv->ctx; in iwl_rxon_ctx_from_vif()
903 #define for_each_context(priv, ctx) \
904 for (ctx = &priv->contexts[IWL_RXON_CTX_BSS]; \
905 ctx < &priv->contexts[NUM_IWL_RXON_CTX]; ctx++) \
906 if (priv->valid_contexts & BIT(ctx->ctxid))
908 static inline int iwl_is_associated_ctx(struct iwl_rxon_context *ctx) in iwl_is_associated_ctx() argument
910 return (ctx in iwl_is_associated_ctx()
921 struct iwl_rxon_context *ctx; iwl_is_any_associated() local
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dvfio_ccw_ops.c411 struct eventfd_ctx **ctx; in vfio_ccw_mdev_set_irqs() local
420 ctx = &private->io_trigger; in vfio_ccw_mdev_set_irqs()
423 ctx = &private->crw_trigger; in vfio_ccw_mdev_set_irqs()
432 if (*ctx) in vfio_ccw_mdev_set_irqs()
433 eventfd_signal(*ctx, 1); in vfio_ccw_mdev_set_irqs()
443 if (trigger && *ctx) in vfio_ccw_mdev_set_irqs()
444 eventfd_signal(*ctx, 1); in vfio_ccw_mdev_set_irqs()
455 if (*ctx) in vfio_ccw_mdev_set_irqs()
456 eventfd_ctx_put(*ctx); in vfio_ccw_mdev_set_irqs()
457 *ctx in vfio_ccw_mdev_set_irqs()
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_nat.c138 static int nft_nat_validate(const struct nft_ctx *ctx, in nft_nat_validate() argument
145 if (ctx->family != NFPROTO_IPV4 && in nft_nat_validate()
146 ctx->family != NFPROTO_IPV6 && in nft_nat_validate()
147 ctx->family != NFPROTO_INET) in nft_nat_validate()
150 err = nft_chain_validate_dependency(ctx->chain, NFT_CHAIN_T_NAT); in nft_nat_validate()
156 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate()
161 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate()
170 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init() argument
198 if (ctx->family != NFPROTO_INET && ctx in nft_nat_init()
309 nft_nat_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_nat_destroy() argument
[all...]
H A Dnft_cmp.c72 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init() argument
138 static int __nft_cmp_offload(struct nft_offload_ctx *ctx, in __nft_cmp_offload() argument
142 struct nft_offload_reg *reg = &ctx->regs[priv->sreg]; in __nft_cmp_offload()
172 nft_offload_update_dependency(ctx, &priv->data, reg->len); in __nft_cmp_offload()
177 static int nft_cmp_offload(struct nft_offload_ctx *ctx, in nft_cmp_offload() argument
183 return __nft_cmp_offload(ctx, flow, priv); in nft_cmp_offload()
195 static int nft_cmp_fast_init(const struct nft_ctx *ctx, in nft_cmp_fast_init() argument
224 static int nft_cmp_fast_offload(struct nft_offload_ctx *ctx, in nft_cmp_fast_offload() argument
240 return __nft_cmp_offload(ctx, flow, &cmp); in nft_cmp_fast_offload()
295 static int nft_cmp16_fast_init(const struct nft_ctx *ctx, in nft_cmp16_fast_init() argument
321 nft_cmp16_fast_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_cmp16_fast_offload() argument
366 nft_cmp_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) nft_cmp_select_ops() argument
[all...]
/kernel/linux/linux-5.10/fs/ceph/
H A Dlocks.c358 struct file_lock_context *ctx; in ceph_count_locks() local
363 ctx = inode->i_flctx; in ceph_count_locks()
364 if (ctx) { in ceph_count_locks()
365 spin_lock(&ctx->flc_lock); in ceph_count_locks()
366 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks()
368 list_for_each_entry(lock, &ctx->flc_flock, fl_list) in ceph_count_locks()
370 spin_unlock(&ctx->flc_lock); in ceph_count_locks()
417 struct file_lock_context *ctx = inode->i_flctx; in ceph_encode_locks_to_buffer() local
426 if (!ctx) in ceph_encode_locks_to_buffer()
429 spin_lock(&ctx in ceph_encode_locks_to_buffer()
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dlocks.c375 struct file_lock_context *ctx; in ceph_count_locks() local
380 ctx = locks_inode_context(inode); in ceph_count_locks()
381 if (ctx) { in ceph_count_locks()
382 spin_lock(&ctx->flc_lock); in ceph_count_locks()
383 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks()
385 list_for_each_entry(lock, &ctx->flc_flock, fl_list) in ceph_count_locks()
387 spin_unlock(&ctx->flc_lock); in ceph_count_locks()
434 struct file_lock_context *ctx = locks_inode_context(inode); in ceph_encode_locks_to_buffer() local
443 if (!ctx) in ceph_encode_locks_to_buffer()
446 spin_lock(&ctx in ceph_encode_locks_to_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h189 struct iwl_rxon_context *ctx; member
205 struct iwl_rxon_context *ctx; member
896 return vif_priv->ctx; in iwl_rxon_ctx_from_vif()
899 #define for_each_context(priv, ctx) \
900 for (ctx = &priv->contexts[IWL_RXON_CTX_BSS]; \
901 ctx < &priv->contexts[NUM_IWL_RXON_CTX]; ctx++) \
902 if (priv->valid_contexts & BIT(ctx->ctxid))
904 static inline int iwl_is_associated_ctx(struct iwl_rxon_context *ctx) in iwl_is_associated_ctx() argument
906 return (ctx in iwl_is_associated_ctx()
917 struct iwl_rxon_context *ctx; iwl_is_any_associated() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-mq-sched.c197 struct blk_mq_ctx *ctx) in blk_mq_next_ctx()
199 unsigned short idx = ctx->index_hw[hctx->type]; in blk_mq_next_ctx()
219 struct blk_mq_ctx *ctx = READ_ONCE(hctx->dispatch_from); in blk_mq_do_dispatch_ctx() local
238 rq = blk_mq_dequeue_from_ctx(hctx, ctx); in blk_mq_do_dispatch_ctx()
262 ctx = blk_mq_next_ctx(hctx, rq->mq_ctx); in blk_mq_do_dispatch_ctx()
266 WRITE_ONCE(hctx->dispatch_from, ctx); in blk_mq_do_dispatch_ctx()
343 struct blk_mq_ctx *ctx; in blk_mq_sched_bio_merge() local
353 ctx = blk_mq_get_ctx(q); in blk_mq_sched_bio_merge()
354 hctx = blk_mq_map_queue(q, bio->bi_opf, ctx); in blk_mq_sched_bio_merge()
357 list_empty_careful(&ctx in blk_mq_sched_bio_merge()
196 blk_mq_next_ctx(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx) blk_mq_next_ctx() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c73 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_placement() local
83 ret = ttm_bo_validate(bo, placement, &ctx); in vmw_bo_pin_in_placement()
109 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_vram_or_gmr() local
122 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_vram_or_gmr()
129 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_vram_or_gmr()
178 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_start_of_vram() local
196 ctx.interruptible = false; in vmw_bo_pin_in_start_of_vram()
200 (void)ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_start_of_vram()
207 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_start_of_vram()
280 struct ttm_operation_ctx ctx in vmw_bo_pin_reserved() local
378 struct ttm_operation_ctx ctx = { vmw_bo_init() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_cmp.c72 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init() argument
139 static int __nft_cmp_offload(struct nft_offload_ctx *ctx, in __nft_cmp_offload() argument
143 struct nft_offload_reg *reg = &ctx->regs[priv->sreg]; in __nft_cmp_offload()
173 nft_offload_update_dependency(ctx, &priv->data, reg->len); in __nft_cmp_offload()
178 static int nft_cmp_offload(struct nft_offload_ctx *ctx, in nft_cmp_offload() argument
184 return __nft_cmp_offload(ctx, flow, priv); in nft_cmp_offload()
209 static int nft_cmp_fast_init(const struct nft_ctx *ctx, in nft_cmp_fast_init() argument
238 static int nft_cmp_fast_offload(struct nft_offload_ctx *ctx, in nft_cmp_fast_offload() argument
254 return __nft_cmp_offload(ctx, flow, &cmp); in nft_cmp_fast_offload()
311 static int nft_cmp16_fast_init(const struct nft_ctx *ctx, in nft_cmp16_fast_init() argument
337 nft_cmp16_fast_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_cmp16_fast_offload() argument
384 nft_cmp_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) nft_cmp_select_ops() argument
[all...]
H A Dnft_nat.c139 static int nft_nat_validate(const struct nft_ctx *ctx, in nft_nat_validate() argument
146 if (ctx->family != NFPROTO_IPV4 && in nft_nat_validate()
147 ctx->family != NFPROTO_IPV6 && in nft_nat_validate()
148 ctx->family != NFPROTO_INET) in nft_nat_validate()
151 err = nft_chain_validate_dependency(ctx->chain, NFT_CHAIN_T_NAT); in nft_nat_validate()
157 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate()
162 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate()
171 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init() argument
199 if (ctx->family != NFPROTO_INET && ctx in nft_nat_init()
308 nft_nat_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_nat_destroy() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_aemphasis.c100 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
102 AudioEmphasisContext *s = ctx->priv; in filter_channels()
129 AVFilterContext *ctx = inlink->dst; in filter_frame() local
130 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame()
146 ff_filter_execute(ctx, filter_channels, &td, NULL, in filter_frame()
147 FFMIN(inlink->ch_layout.nb_channels, ff_filter_get_nb_threads(ctx))); in filter_frame()
209 AVFilterContext *ctx = inlink->dst; in config_input() local
210 AudioEmphasisContext *s = ctx->priv; in config_input()
336 static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, in process_command() argument
341 ret = ff_filter_process_command(ctx, cm in process_command()
348 uninit(AVFilterContext *ctx) uninit() argument
[all...]
H A Daf_replaygain.c322 static int query_formats(AVFilterContext *ctx) in query_formats() argument
329 (ret = ff_set_common_formats (ctx , formats )) < 0 || in query_formats()
331 (ret = ff_set_common_channel_layouts (ctx , layout )) < 0) in query_formats()
340 return ff_set_common_samplerates(ctx, formats); in query_formats()
345 AVFilterContext *ctx = inlink->dst; in config_input() local
346 ReplayGainContext *s = ctx->priv; in config_input()
550 AVFilterContext *ctx = inlink->dst; in filter_frame() local
551 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame()
552 ReplayGainContext *s = ctx->priv; in filter_frame()
579 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument
[all...]
H A Dvf_noise.c133 static int query_formats(AVFilterContext *ctx) in query_formats() argument
145 return ff_set_common_formats(ctx, formats); in query_formats()
224 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
226 NoiseContext *s = ctx->priv; in filter_slice()
244 AVFilterContext *ctx = inlink->dst; in filter_frame() local
245 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame()
246 NoiseContext *n = ctx->priv; in filter_frame()
275 ff_filter_execute(ctx, filter_slice, &td, NULL, in filter_frame()
276 FFMIN(n->height[0], ff_filter_get_nb_threads(ctx))); in filter_frame()
284 static av_cold int init(AVFilterContext *ctx) in init() argument
315 uninit(AVFilterContext *ctx) uninit() argument
[all...]
H A Dvf_neighbor.c230 AVFilterContext *ctx = inlink->dst; in config_input() local
231 NContext *s = ctx->priv; in config_input()
245 if (!strcmp(ctx->filter->name, "erosion")) in config_input()
247 else if (!strcmp(ctx->filter->name, "dilation")) in config_input()
249 else if (!strcmp(ctx->filter->name, "deflate")) in config_input()
251 else if (!strcmp(ctx->filter->name, "inflate")) in config_input()
257 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
259 NContext *s = ctx->priv; in filter_slice()
313 AVFilterContext *ctx = inlink->dst; in filter_frame() local
314 AVFilterLink *outlink = ctx in filter_frame()
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_cust.c341 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() argument
343 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type, in SSL_CTX_has_client_custom_ext()
347 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument
356 custom_ext_methods *exts = &ctx->cert->custext; in add_custom_ext_intern()
374 && SSL_CTX_ct_is_enabled(ctx)) in add_custom_ext_intern()
412 static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, in add_old_custom_ext() argument
438 ret = add_custom_ext_intern(ctx, role, ext_type, in add_old_custom_ext()
455 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() argument
461 return add_old_custom_ext(ctx, ENDPOINT_CLIENT, ext_type, in SSL_CTX_add_client_custom_ext()
469 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigne argument
483 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl90 $ctx="r3";
200 lvx_4w $A,$x00,$ctx
201 lvx_4w $E,$x10,$ctx
210 lvx_u $A,$x00,$ctx
211 lvx_u $C,$x10,$ctx
212 lvx_u $E,$x20,$ctx
214 lvx_u $G,$x30,$ctx
278 stvx_4w $A,$x00,$ctx
279 stvx_4w $E,$x10,$ctx
286 stvx_u $A,$x00,$ctx
[all...]
/third_party/openssl/ssl/statem/
H A Dextensions_cust.c339 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() argument
341 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type, in SSL_CTX_has_client_custom_ext()
345 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument
354 custom_ext_methods *exts = &ctx->cert->custext; in add_custom_ext_intern()
372 && SSL_CTX_ct_is_enabled(ctx)) in add_custom_ext_intern()
410 static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, in add_old_custom_ext() argument
436 ret = add_custom_ext_intern(ctx, role, ext_type, in add_old_custom_ext()
453 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() argument
459 return add_old_custom_ext(ctx, ENDPOINT_CLIENT, ext_type, in SSL_CTX_add_client_custom_ext()
467 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigne argument
481 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl90 $ctx="r3";
200 lvx_4w $A,$x00,$ctx
201 lvx_4w $E,$x10,$ctx
210 lvx_u $A,$x00,$ctx
211 lvx_u $C,$x10,$ctx
212 lvx_u $E,$x20,$ctx
214 lvx_u $G,$x30,$ctx
278 stvx_4w $A,$x00,$ctx
279 stvx_4w $E,$x10,$ctx
286 stvx_u $A,$x00,$ctx
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp191 ES3Checker (const glu::RenderContext& ctx, const FormatDB& formats) in ES3Checker() argument
192 : Checker (ctx, formats) in ES3Checker()
193 , m_ctxInfo (glu::ContextInfo::create(ctx)) in ES3Checker()
304 NumLayersTest (fboc::Context& ctx, NumLayersParams param) in NumLayersTest() argument
305 : fboc::ParamTest<NumLayersParams> (ctx, param) {} in NumLayersTest()
408 NumSamplesTest (fboc::Context& ctx, NumSamplesParams param) in NumSamplesTest() argument
409 : fboc::ParamTest<NumSamplesParams> (ctx, param) {} in NumSamplesTest()
466 Checker* createChecker (const glu::RenderContext& ctx, const FormatDB& formats) { return new ES3Checker(ctx, formats); } in createChecker() argument
535 TestGroup::TestGroup (Context& ctx) in TestGroup() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-des.c136 struct omap_des_ctx *ctx; member
257 key32 = dd->ctx->keylen / sizeof(u32); in omap_des_write_ctrl()
262 __le32_to_cpu(dd->ctx->key[i])); in omap_des_write_ctrl()
311 static struct omap_des_dev *omap_des_find_dev(struct omap_des_ctx *ctx) in omap_des_find_dev() argument
316 if (!ctx->dd) { in omap_des_find_dev()
322 ctx->dd = dd; in omap_des_find_dev()
325 dd = ctx->dd; in omap_des_find_dev()
381 struct omap_des_ctx *ctx = crypto_tfm_ctx(tfm); in omap_des_crypt_dma() local
382 struct omap_des_dev *dd = ctx->dd; in omap_des_crypt_dma()
530 struct omap_des_ctx *ctx in omap_des_prepare_req() local
587 struct omap_des_ctx *ctx = crypto_skcipher_ctx( omap_des_crypt_req() local
631 struct omap_des_ctx *ctx = crypto_skcipher_ctx( omap_des_crypt() local
660 struct omap_des_ctx *ctx = crypto_skcipher_ctx(cipher); omap_des_setkey() local
678 struct omap_des_ctx *ctx = crypto_skcipher_ctx(cipher); omap_des3_setkey() local
720 struct omap_des_ctx *ctx = crypto_skcipher_ctx(tfm); omap_des_init_tfm() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c61 enc110->base.ctx
63 enc110->base.ctx->logger
131 struct dc_bios *bp = enc110->base.ctx->dc_bios; in link_transmitter_control()
303 struct dc_context *ctx = enc110->base.ctx; in setup_panel_mode() local
306 if (ctx->dc->caps.psp_setup_panel_mode) in setup_panel_mode()
631 struct dc_context *ctx = enc110->base.ctx; in aux_initialize() local
634 uint32_t value = dm_read_reg(ctx, addr); in aux_initialize()
638 dm_write_reg(ctx, add in aux_initialize()
1646 struct dc_context *ctx = enc110->base.ctx; dce110_link_encoder_enable_hpd() local
1660 struct dc_context *ctx = enc110->base.ctx; dce110_link_encoder_disable_hpd() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c58 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned) in client_mark_guilty() argument
60 struct drm_i915_file_private *file_priv = ctx->file_priv; in client_mark_guilty()
78 drm_dbg(&ctx->i915->drm, in client_mark_guilty()
80 ctx->name, score, in client_mark_guilty()
87 struct i915_gem_context *ctx; in mark_guilty() local
98 ctx = rcu_dereference(rq->context->gem_context); in mark_guilty()
99 if (ctx && !kref_get_unless_zero(&ctx->ref)) in mark_guilty()
100 ctx = NULL; in mark_guilty()
102 if (!ctx) in mark_guilty()
142 struct i915_gem_context *ctx; mark_innocent() local
[all...]
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c1038 struct ovl_fs_context *ctx, struct ovl_layer *layers) in ovl_get_layers()
1044 ofs->fs = kcalloc(ctx->nr + 2, sizeof(struct ovl_sb), GFP_KERNEL); in ovl_get_layers()
1071 nr_merged_lower = ctx->nr - ctx->nr_data; in ovl_get_layers()
1072 for (i = 0; i < ctx->nr; i++) { in ovl_get_layers()
1073 struct ovl_fs_context_layer *l = &ctx->lower[i]; in ovl_get_layers()
1166 struct ovl_fs_context *ctx, in ovl_get_lowerstack()
1178 if (!ofs->config.upperdir && ctx->nr == 1) { in ovl_get_lowerstack()
1184 for (i = 0; i < ctx->nr; i++) { in ovl_get_lowerstack()
1185 l = &ctx in ovl_get_lowerstack()
1037 ovl_get_layers(struct super_block *sb, struct ovl_fs *ofs, struct ovl_fs_context *ctx, struct ovl_layer *layers) ovl_get_layers() argument
1165 ovl_get_lowerstack(struct super_block *sb, struct ovl_fs_context *ctx, struct ovl_fs *ofs, struct ovl_layer *layers) ovl_get_lowerstack() argument
1335 struct ovl_fs_context *ctx = fc->fs_private; ovl_fill_super() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c38 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned) in client_mark_guilty() argument
40 struct drm_i915_file_private *file_priv = ctx->file_priv; in client_mark_guilty()
58 drm_dbg(&ctx->i915->drm, in client_mark_guilty()
60 ctx->name, score, in client_mark_guilty()
67 struct i915_gem_context *ctx; in mark_guilty() local
76 ctx = rcu_dereference(rq->context->gem_context); in mark_guilty()
77 if (ctx && !kref_get_unless_zero(&ctx->ref)) in mark_guilty()
78 ctx = NULL; in mark_guilty()
80 if (!ctx) in mark_guilty()
118 struct i915_gem_context *ctx; mark_innocent() local
[all...]

Completed in 27 milliseconds

1...<<231232233234235236237238239240>>...528