Searched refs:expected_offset (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | build_bug.h | 86 #define ASSERT_STRUCT_OFFSET(type, field, expected_offset) \ argument 87 BUILD_BUG_ON_MSG(offsetof(type, field) != (expected_offset), \
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_format_helper_test.c | 1254 unsigned int expected_offset; member 1263 .expected_offset = 0 1270 .expected_offset = 4, 1277 .expected_offset = 12, 1284 .expected_offset = 16, 1291 .expected_offset = 4, 1298 .expected_offset = 20, 1305 .expected_offset = 24, 1336 KUNIT_EXPECT_EQ(test, offset, params->expected_offset); in drm_test_fb_clip_offset()
|
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.c | 2152 u32 expected_count, expected_offset; in cxgbi_conn_init_pdu() local 2190 expected_offset = tdata->total_offset; in cxgbi_conn_init_pdu() 2193 (offset != expected_offset)) { in cxgbi_conn_init_pdu()
|
| /linux/tools/objtool/ |
| H A D | check.c | 2704 int expected_offset) in check_reg_frame_pos() argument 2707 reg->offset == expected_offset; in check_reg_frame_pos()
|