Searched refs:common_fields (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/kunit/ |
| H A D | kunit_json.py | 30 def _get_group_json(test: Test, common_fields: JsonObj) -> JsonObj: 36 sub_group = _get_group_json(subtest, common_fields) 47 test_group.update(common_fields) 51 common_fields = { 61 test_group = _get_group_json(test, common_fields)
|
| /linux-6.15/fs/bcachefs/ |
| H A D | extents.h | 153 #define common_fields(_crc) \ in bch2_extent_crc_unpack() macro 171 common_fields(crc->crc32), in bch2_extent_crc_unpack() 179 common_fields(crc->crc64), in bch2_extent_crc_unpack() 190 common_fields(crc->crc128), in bch2_extent_crc_unpack() 200 #undef common_fields in bch2_extent_crc_unpack()
|
| H A D | extents.c | 598 #define common_fields(_src) \ in bch2_extent_crc_pack() macro 609 common_fields(src), in bch2_extent_crc_pack() 615 common_fields(src), in bch2_extent_crc_pack() 623 common_fields(src), in bch2_extent_crc_pack()
|
| /linux-6.15/tools/perf/util/ |
| H A D | data-convert-bt.c | 430 struct tep_format_field *common_fields = tp_format->format.common_fields; in add_tracepoint_values() local 435 common_fields, sample); in add_tracepoint_values() 1069 struct tep_format_field *common_fields = tp_format ? tp_format->format.common_fields : NULL; in add_tracepoint_types() local 1073 ret = add_tracepoint_fields_types(cw, common_fields, class); in add_tracepoint_types()
|