Lines Matching refs:index

11 	unsigned int index;  member
553 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_no_nullness()
555 return val->index; 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()
575 return val->index + val2->index; 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()
593 return val->index; 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()
608 return val->index; 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()
623 return val->index; 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()
646 return val->index; in an_array_with_a_constant_too_small()
662 val->index = offsetof(struct test_val, foo); in an_array_with_a_constant_too_big()
664 return val->index; in an_array_with_a_constant_too_big()
680 return val->index; in mixed_const_and_non_const_key_lookup()
711 val->index = offsetof(struct test_val, foo); in non_stack_key_lookup()
713 return val->index; in non_stack_key_lookup()
726 return val->index; in doesnt_reject_irrelevant_maps()