Searched refs:ctx2 (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_ctx_args.c137 void *ctx2 __arg_ctx)
144 bpf_get_stack(ctx2, stack, sizeof(stack), 0);
H A Dverifier_iterating_callbacks.c220 struct num_context ctx2 = { .i = 0 }; local
224 bpf_loop(1, iter_limit_level1_cb, &ctx2, 0);
226 b = ctx2.i;
227 /* Force 'ctx1.i' and 'ctx2.i' precise. */
/linux-master/crypto/
H A Dalgif_hash.c236 struct hash_ctx *ctx2; local
261 ctx2 = ask2->private;
262 ctx2->more = more;
267 err = crypto_ahash_import(&ctx2->req, state);
/linux-master/lib/crypto/mpi/
H A Dmpih-mul.c420 struct karatsuba_ctx *ctx2; local
426 for (ctx = ctx->next; ctx; ctx = ctx2) {
427 ctx2 = ctx->next;
/linux-master/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_test.c136 struct ww_acquire_ctx ctx1, ctx2; local
150 bo2->base.resv->lock.ctx = &ctx2;
151 ctx2 = ctx1;
152 ctx2.stamp--; /* Make the context holding the lock younger */
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-glue.c341 struct crypto_aes_ctx ctx2; member in struct:riscv64_aes_xts_ctx
351 riscv64_aes_setkey(&ctx->ctx2, key + keylen / 2, keylen / 2);
370 aes_encrypt_zvkned(&ctx->ctx2, req->iv, req->iv);
/linux-master/fs/nfs/
H A Dinternal.h310 const struct nfs_open_context *ctx2)
312 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state;
309 nfs_match_open_context(const struct nfs_open_context *ctx1, const struct nfs_open_context *ctx2) argument
/linux-master/kernel/events/
H A Dcore.c3350 struct perf_event_context *ctx2)
3353 lockdep_assert_held(&ctx2->lock);
3356 if (ctx1->pin_count || ctx2->pin_count)
3359 /* If ctx1 is the parent of ctx2 */
3360 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen)
3363 /* If ctx2 is the parent of ctx1 */
3364 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation)
3368 * If ctx1 and ctx2 hav
3349 context_equiv(struct perf_event_context *ctx1, struct perf_event_context *ctx2) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1170 const char *ctx1, const char *ctx2)
1177 snappendf(sb, "MISMATCH %s.%s: ", ctx1, ctx2);
1169 assert_range_eq(enum num_t t, struct range x, struct range y, const char *ctx1, const char *ctx2) argument

Completed in 133 milliseconds