| /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 | 23 #define GENMASK_INPUT_CHECK(h, l) \  argument 31 #define GENMASK_INPUT_CHECK(h, l) 0  argument 34 #define GENMASK(h, l) \  argument 36 #define GENMASK_ULL(h, l) \  argument 50 #define GENMASK_U128(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/include/uapi/linux/ | 
| D | bits.h | 7 #define __GENMASK(h, l) \  argument 11 #define __GENMASK_ULL(h, l) \  argument 15 #define __GENMASK_U128(h, l) \  argument
  | 
| 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/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 | 81 void hists__calc_col_len(struct hists *hists, struct hist_entry *h)  in hists__calc_col_len() 1762 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h)  in hists__inc_filter_stats() 1768 void hists__inc_stats(struct hists *hists, struct hist_entry *h)  in hists__inc_stats() 2100 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h,  in hists__remove_entry_filter() 2203 		struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);  in hists__filter_by_type()  local 2242 		struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);  in resort_filtered_entry()  local 2265 		struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);  in hists__filter_hierarchy()  local 2309 		struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);  in hists__filter_hierarchy()  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 | 364 #define ___last9(a, b, c, d, e, f, g, h, x) x  argument 365 #define ___last10(a, b, c, d, e, f, g, h, i, x) x  argument 375 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h  argument 376 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i  argument 386 #define ___arrow8(a, b, c, d, e, f, g, h) a->b->c->d->e->f->g->h  argument 387 #define ___arrow9(a, b, c, d, e, f, g, h, i) a->b->c->d->e->f->g->h->i  argument 388 #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 | 213 static void btf_bswap_hdr(struct btf_header *h)  in btf_bswap_hdr() 3389 static long hash_combine(long h, long value)  in hash_combine() 3637 	long h;  in btf_hash_common()  local 3656 	long h;  in btf_hash_int_decl_tag()  local 3678 	long h;  in btf_hash_enum()  local 3763 	long h = btf_hash_common(t);  in btf_hash_struct()  local 3809 	long h = btf_hash_common(t);  in btf_hash_array()  local 3860 	long h = btf_hash_common(t);  in btf_hash_fnproto()  local 3934 	long h;  in btf_dedup_prep()  local 4004 	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
  | 
| /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
  | 
| D | netlink_helpers.c | 141 static void rtnl_talk_error(struct nlmsghdr *h, struct nlmsgerr *err,  in rtnl_talk_error() 161 	struct nlmsghdr *h;  in __rtnl_talk_iov()  local
  | 
| D | bpf_arena_list.h | 43 static inline void list_add_head(arena_list_node_t *n, arena_list_head_t *h)  in list_add_head()
  | 
| /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 | 83 #define GET_RESV_NEXT_HEAD(h) \  argument
  | 
| /tools/testing/selftests/vDSO/ | 
| D | parse_vdso.c | 70 	unsigned long h = 0, g;  in elf_hash()  local
  |