Symbol: ctx_val
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
1008
err = ttm_bo_validate(bo_small, placement, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
1025
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
1062
err = ttm_bo_validate(bo_val, placement, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
1078
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
1106
err = ttm_bo_validate(bo, placement, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
1123
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
1164
err = ttm_bo_validate(bo_val, placement_tt, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
231
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
257
err = ttm_bo_validate(bo, snd_placement, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
261
KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, bo->base.size);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
376
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
400
err = ttm_bo_validate(bo, placement, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
404
KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, 0);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
415
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
445
err = ttm_bo_validate(bo, placement_val, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
451
KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, bo->base.size);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
463
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
491
err = ttm_bo_validate(bo, placement_val, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
495
KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, size * 2);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
702
ctx_val = { .no_wait_gpu = params->no_gpu_wait };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
743
err = ttm_bo_validate(bo, placement_val, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
750
KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, size);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
806
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
840
err = ttm_bo_validate(bo_val, placement, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
847
KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, small * 2 + BO_SIZE);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
860
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
891
err = ttm_bo_validate(bo_small, placement, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
912
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
951
err = ttm_bo_validate(bo, placement, &ctx_val);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
958
KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, size * 2 + BO_SIZE);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
974
struct ttm_operation_ctx ctx_init = { }, ctx_val = { };
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
1024
inst.ctx_val = 1;
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
468
inst.ctx_val = 1;
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.h
185
u64 ctx_val : 1;
tools/testing/selftests/bpf/progs/kfunc_call_test.c
286
__type(value, struct ctx_val);
tools/testing/selftests/bpf/progs/kfunc_call_test.c
300
struct ctx_val *ctx_val = bpf_map_lookup_elem(&ctx_map, &key);
tools/testing/selftests/bpf/progs/kfunc_call_test.c
305
if (ctx_val)
tools/testing/selftests/bpf/progs/kfunc_call_test.c
306
ctx = bpf_kptr_xchg(&ctx_val->ctx, ctx);