/tools/include/linux/ |
D | bits.h | 23 #define GENMASK_INPUT_CHECK(h, l) \ argument 31 #define GENMASK_INPUT_CHECK(h, l) 0 argument 34 #define __GENMASK(h, l) \ argument 37 #define GENMASK(h, l) \ argument 40 #define __GENMASK_ULL(h, l) \ argument 43 #define GENMASK_ULL(h, l) \ argument
|
D | list.h | 598 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 604 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 609 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 639 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 676 static inline bool hlist_fake(struct hlist_node *h) in hlist_fake()
|
/tools/lib/subcmd/ |
D | parse-options.h | 122 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 123 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument 124 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 127 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 131 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 132 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 133 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 134 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument [all …]
|
/tools/perf/util/ |
D | fncache.c | 21 unsigned h = 0; in shash() local 29 int h = shash((const unsigned char *)name) % FNHSIZE; in lookup_fncache() local 44 int h = shash((const unsigned char *)name) % FNHSIZE; in update_fncache() local
|
D | hashmap.c | 106 size_t h, bkt; in hashmap_grow() local 159 size_t h; in hashmap__insert() local 209 size_t h; in hashmap__find() local 224 size_t h; in hashmap__delete() local
|
D | hashmap.h | 15 static inline size_t hash_bits(size_t h, int bits) in hash_bits() 34 size_t h = 0; in str_hash() local
|
D | hist.c | 79 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 1713 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats() 1719 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats() 2051 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter() 2154 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type() local 2193 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry() local 2216 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local 2260 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local
|
D | srccode.c | 92 struct srcfile *h; in find_srcfile() local
|
/tools/lib/bpf/ |
D | hashmap.c | 106 size_t h, bkt; in hashmap_grow() local 159 size_t h; in hashmap__insert() local 209 size_t h; in hashmap__find() local 224 size_t h; in hashmap__delete() local
|
D | hashmap.h | 15 static inline size_t hash_bits(size_t h, int bits) in hash_bits() 34 size_t h = 0; in str_hash() local
|
D | bpf_core_read.h | 247 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 248 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 258 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 259 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument 269 #define ___arrow8(a, b, c, d, e, f, g, h) a->b->c->d->e->f->g->h argument 270 #define ___arrow9(a, b, c, d, e, f, g, h, i) a->b->c->d->e->f->g->h->i argument 271 #define ___arrow10(a, b, c, d, e, f, g, h, i, j) a->b->c->d->e->f->g->h->i->j argument
|
D | btf.c | 205 static void btf_bswap_hdr(struct btf_header *h) in btf_bswap_hdr() 3021 static long hash_combine(long h, long value) in hash_combine() 3265 long h; in btf_hash_common() local 3284 long h; in btf_hash_int() local 3306 long h; in btf_hash_enum() local 3361 long h = btf_hash_common(t); in btf_hash_struct() local 3407 long h = btf_hash_common(t); in btf_hash_array() local 3458 long h = btf_hash_common(t); in btf_hash_fnproto() local 3532 long h; in btf_dedup_prep() local 3599 long h; in btf_dedup_prim_type() local [all …]
|
/tools/usb/usbip/libsrc/ |
D | names.c | 191 unsigned int h = hashnum(vendorid); in new_vendor() local 211 unsigned int h = hashnum((vendorid << 16) | productid); in new_product() local 231 unsigned int h = hashnum(classid); in new_class() local 250 unsigned int h = hashnum((classid << 8) | subclassid); in new_subclass() local 271 unsigned int h = hashnum((classid << 16) | (subclassid << 8) in new_protocol() local
|
/tools/include/asm-generic/bitops/ |
D | fls64.h | 21 __u32 h = x >> 32; in fls64() local
|
/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_mods.c | 17 int a, b, c, d, e, f, g, h; member 42 core_reloc_mods_substruct_t h; member
|
D | btf_dump_test_case_ordering.c | 54 struct hlist_head h; member
|
D | bpf_iter_tcp4.c | 10 static int hlist_unhashed_lockless(const struct hlist_node *h) in hlist_unhashed_lockless()
|
D | bpf_iter_tcp6.c | 10 static int hlist_unhashed_lockless(const struct hlist_node *h) in hlist_unhashed_lockless()
|
/tools/perf/util/arm-spe-decoder/ |
D | arm-spe-pkt-decoder.h | 59 #define SPE_HDR_SHORT_INDEX(h) ((h) & GENMASK_ULL(2, 0)) argument 85 #define SPE_CTX_PKT_HDR_INDEX(h) ((h) & GENMASK_ULL(1, 0)) argument 111 #define SPE_OP_PKT_HDR_CLASS(h) ((h) & GENMASK_ULL(1, 0)) argument
|
/tools/testing/selftests/arm64/signal/testcases/ |
D | testcases.h | 70 #define GET_RESV_NEXT_HEAD(h) \ argument
|
/tools/virtio/linux/ |
D | dma-mapping.h | 22 #define dma_free_coherent(d, s, p, h) kfree(p) argument
|
/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 61 unsigned long h = 0, g; in elf_hash() local
|
/tools/include/uapi/linux/ |
D | pkt_cls.h | 138 #define TC_U32_HTID(h) ((h)&0xFFF00000) argument 139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20) argument 140 #define TC_U32_HASH(h) (((h)>>12)&0xFF) argument 141 #define TC_U32_NODE(h) ((h)&0xFFF) argument 142 #define TC_U32_KEY(h) ((h)&0xFFFFF) argument
|
/tools/testing/selftests/sgx/ |
D | main.c | 77 unsigned long h = 0, high; in elf_sym_hash() local
|
/tools/power/x86/intel-speed-select/ |
D | isst.h | 33 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (sizeof(long) * 8 - 1 - (h)))) argument 34 #define GENMASK_ULL(h, l) \ argument
|