Searched refs:for_each_dedup_cand (Results 1 – 2 of 2) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | btf.c | 3557 #define for_each_dedup_cand(d, node, hash) \ macro 4188 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type() 4201 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type() 4223 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type() 4726 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_struct_type() 4831 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_ref_type() 4848 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_ref_type() 4872 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_ref_type() 4904 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_ref_type()
|
/linux/ |
H A D | .clang-format | 265 - 'for_each_dedup_cand'
|