Home
last modified time | relevance | path

Searched refs:set8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c674 struct btf_id_set8 *set8; in sets_patch() local
694 set8 = data->d_buf + off; in sets_patch()
699 BUILD_BUG_ON(set8->pairs != &set8->pairs[0].id); in sets_patch()
700 qsort(set8->pairs, set8->cnt, sizeof(set8->pairs[0]), cmp_id); in sets_patch()
713 set8->flags = bswap_32(set8->flags); in sets_patch()
714 for (i = 0; i < set8->cnt; i++) { in sets_patch()
715 set8->pairs[i].flags = in sets_patch()
716 bswap_32(set8->pairs[i].flags); in sets_patch()
722 off, id->is_set ? set->cnt : set8->cnt, id->name); in sets_patch()
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c1631 static const unsigned long set8[] = { in check_erase2_sets() local
33944 check_erase2_testset(mt, set8, ARRAY_SIZE(set8)); in check_erase2_sets()