Lines Matching refs:test_val
10 struct test_val { struct
19 __type(value, struct test_val); argument
27 __type(value, struct test_val);
35 __type(value, struct test_val);
42 __type(value, struct test_val);
49 __type(value, struct test_val);
72 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in an_array_with_a_constant_1()
99 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
128 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
161 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
186 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in an_array_with_a_constant_2()
215 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
244 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
276 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
308 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
341 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
550 struct test_val *val; in an_array_with_a_constant_no_nullness()
553 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_no_nullness()
567 struct test_val *val, *val2; in multiple_array_with_a_constant_no_nullness()
570 val->index = offsetof(struct test_val, foo); in multiple_array_with_a_constant_no_nullness()
573 val2->index = offsetof(struct test_val, foo); in multiple_array_with_a_constant_no_nullness()
587 struct test_val *val; in an_array_with_a_32bit_constant_0_no_nullness()
591 val->index = offsetof(struct test_val, foo); in an_array_with_a_32bit_constant_0_no_nullness()
603 struct test_val *val; in a_pcpu_array_with_a_constant_no_nullness()
606 val->index = offsetof(struct test_val, foo); in a_pcpu_array_with_a_constant_no_nullness()
618 struct test_val *val; in an_array_with_a_constant_no_nullness_out_of_bounds()
621 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_no_nullness_out_of_bounds()
632 struct test_val *val; in an_array_with_a_constant_too_small()
644 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_too_small()
654 struct test_val *val; in an_array_with_a_constant_too_big()
662 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_too_big()
673 struct test_val *val; in mixed_const_and_non_const_key_lookup()
707 struct test_val *val; in non_stack_key_lookup()
711 val->index = offsetof(struct test_val, foo); in non_stack_key_lookup()
722 struct test_val *val; in doesnt_reject_irrelevant_maps()