Searched refs:strset (Results 1 – 11 of 11) sorted by relevance
/linux/tools/lib/bpf/ |
A D | strset.h | 10 struct strset; 12 struct strset *strset__new(size_t max_data_sz, const char *init_data, size_t init_data_sz); 13 void strset__free(struct strset *set); 15 const char *strset__data(const struct strset *set); 16 size_t strset__data_size(const struct strset *set); 18 int strset__find_str(struct strset *set, const char *s); 19 int strset__add_str(struct strset *set, const char *s);
|
A D | strset.c | 12 struct strset { struct 24 const struct strset *s = ctx; in strset_hash_fn() argument 32 const struct strset *s = ctx; in strset_equal_fn() 39 struct strset *strset__new(size_t max_data_sz, const char *init_data, size_t init_data_sz) in strset__new() 41 struct strset *set = calloc(1, sizeof(*set)); in strset__new() 84 void strset__free(struct strset *set) in strset__free() 94 size_t strset__data_size(const struct strset *set) in strset__data_size() 99 const char *strset__data(const struct strset *set) in strset__data() 104 static void *strset_add_str_mem(struct strset *set, size_t add_sz) in strset_add_str_mem() 116 int strset__find_str(struct strset *set, const char *s) in strset__find_str() [all …]
|
A D | Build | 3 btf_dump.o ringbuf.o strset.o linker.o gen_loader.o relo_core.o
|
A D | btf.c | 115 struct strset *strs_set; 1454 struct strset *set = NULL; in btf_ensure_modifiable() 3090 struct strset *strs_set;
|
A D | linker.c | 143 struct strset *strtab_strs; /* STRTAB unique strings */
|
/linux/net/ethtool/ |
A D | built-in.a | 7 strset.o/
|
A D | Makefile | 7 ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o \
|
A D | .built-in.a.cmd | 1 …/ethtool/common.o net/ethtool/netlink.o net/ethtool/bitset.o net/ethtool/strset.o net/ethtool/link…
|
A D | .strset.o.cmd | 1 …strset.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a… 3 source_net/ethtool/strset.o := net/ethtool/strset.c 5 deps_net/ethtool/strset.o := \ 1454 net/ethtool/strset.o: $(deps_net/ethtool/strset.o) 1456 $(deps_net/ethtool/strset.o):
|
/linux/net/ |
A D | built-in.a | 60 ethtool/strset.o/
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
A D | hclgevf_main.c | 168 static int hclgevf_tqps_get_sset_count(struct hnae3_handle *handle, int strset) in hclgevf_tqps_get_sset_count() argument 213 static int hclgevf_get_sset_count(struct hnae3_handle *handle, int strset) in hclgevf_get_sset_count() argument 215 if (strset == ETH_SS_TEST) in hclgevf_get_sset_count() 217 else if (strset == ETH_SS_STATS) in hclgevf_get_sset_count() 218 return hclgevf_tqps_get_sset_count(handle, strset); in hclgevf_get_sset_count() 223 static void hclgevf_get_strings(struct hnae3_handle *handle, u32 strset, in hclgevf_get_strings() argument 228 if (strset == ETH_SS_STATS) in hclgevf_get_strings()
|
Completed in 29 milliseconds