| /tools/lib/subcmd/ |
| D | parse-options.h | 118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument 120 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 127 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 128 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 129 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 130 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument [all …]
|
| /tools/include/linux/ |
| D | bits.h | 22 #define GENMASK_INPUT_CHECK(h, l) \ argument 30 #define GENMASK_INPUT_CHECK(h, l) 0 argument 33 #define __GENMASK(h, l) \ argument 36 #define GENMASK(h, l) \ argument 39 #define __GENMASK_ULL(h, l) \ argument 42 #define GENMASK_ULL(h, l) \ argument
|
| D | list.h | 609 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 615 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 620 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 650 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 687 static inline bool hlist_fake(struct hlist_node *h) in hlist_fake()
|
| /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 | 80 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 1749 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats() 1755 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats() 2087 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter() 2190 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type() local 2229 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry() local 2252 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy() local 2296 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 | bpf_core_read.h | 288 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 289 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 299 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 300 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument 310 #define ___arrow8(a, b, c, d, e, f, g, h) a->b->c->d->e->f->g->h argument 311 #define ___arrow9(a, b, c, d, e, f, g, h, i) a->b->c->d->e->f->g->h->i argument 312 #define ___arrow10(a, b, c, d, e, f, g, h, i, j) a->b->c->d->e->f->g->h->i->j argument
|
| 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 | btf.c | 210 static void btf_bswap_hdr(struct btf_header *h) in btf_bswap_hdr() 3143 static long hash_combine(long h, long value) in hash_combine() 3383 long h; in btf_hash_common() local 3402 long h; in btf_hash_int_decl_tag() local 3424 long h; in btf_hash_enum() local 3509 long h = btf_hash_common(t); in btf_hash_struct() local 3555 long h = btf_hash_common(t); in btf_hash_array() local 3606 long h = btf_hash_common(t); in btf_hash_fnproto() local 3680 long h; in btf_dedup_prep() local 3750 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/testing/selftests/bpf/progs/ |
| D | fentry_many_args.c | 22 int g, unsigned int h, long i, __u64 j, unsigned long k) in BPF_PROG() 33 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k) in BPF_PROG()
|
| D | fexit_many_args.c | 22 int g, unsigned int h, long i, __u64 j, unsigned long k, in BPF_PROG() 34 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k, __u64 ret) in BPF_PROG()
|
| 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/testing/selftests/bpf/ |
| D | sdt.h | 62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument 63 # define _SDT_DEPAREN_9(a,b,c,d,e,f,g,h,i) a b c d e f g h i argument 64 # define _SDT_DEPAREN_10(a,b,c,d,e,f,g,h,i,j) a b c d e f g h i j argument 65 # define _SDT_DEPAREN_11(a,b,c,d,e,f,g,h,i,j,k) a b c d e f g h i j k argument 66 # define _SDT_DEPAREN_12(a,b,c,d,e,f,g,h,i,j,k,l) a b c d e f g h i j k l argument
|
| /tools/include/asm-generic/bitops/ |
| D | fls64.h | 21 __u32 h = x >> 32; in fls64() local
|
| /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 86 #define SPE_CTX_PKT_HDR_INDEX(h) ((h) & GENMASK_ULL(1, 0)) argument 112 #define SPE_OP_PKT_HDR_CLASS(h) ((h) & GENMASK_ULL(1, 0)) argument
|
| /tools/testing/selftests/arm64/signal/testcases/ |
| D | testcases.h | 79 #define GET_RESV_NEXT_HEAD(h) \ argument
|
| /tools/testing/selftests/vDSO/ |
| D | parse_vdso.c | 64 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
|