Home
last modified time | relevance | path

Searched refs:expected_offset (Results 1 – 3 of 3) sorted by relevance

/tools/include/linux/
A Dbuild_bug.h86 #define ASSERT_STRUCT_OFFSET(type, field, expected_offset) \ argument
87 BUILD_BUG_ON_MSG(offsetof(type, field) != (expected_offset), \
/tools/testing/selftests/bpf/
A Dxskxceiver.c969 u32 offset = addr % umem->frame_size, expected_offset; in is_offset_correct() local
975 expected_offset = (pkt_offset + headroom + XDP_PACKET_HEADROOM) % umem->frame_size; in is_offset_correct()
977 if (offset == expected_offset) in is_offset_correct()
980 ksft_print_msg("[%s] expected [%u], got [%u]\n", __func__, expected_offset, offset); in is_offset_correct()
/tools/objtool/
A Dcheck.c2645 int expected_offset) in check_reg_frame_pos() argument
2648 reg->offset == expected_offset; in check_reg_frame_pos()

Completed in 15 milliseconds