Lines Matching refs:foo

12 	int foo[MAX_ENTRIES];  member
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()
553 val->index = offsetof(struct test_val, foo); in an_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()
591 val->index = offsetof(struct test_val, foo); in an_array_with_a_32bit_constant_0_no_nullness()
606 val->index = offsetof(struct test_val, foo); in a_pcpu_array_with_a_constant_no_nullness()
621 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_no_nullness_out_of_bounds()
644 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_too_small()
662 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_too_big()
711 val->index = offsetof(struct test_val, foo); in non_stack_key_lookup()