Home
last modified time | relevance | path

Searched defs:hash_entry (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-map.h42 struct hash_entry in class() struct
44 Key m_key; in class()
45 Value m_value; in class()
47 typedef hash_entry value_type; in class()
48 typedef Key compare_type; in class()
50 static hashval_t hash (const hash_entry &e) in class()
55 static bool equal (const hash_entry &a, const Key &b) in class()
60 static void remove (hash_entry &e) { Traits::remove (e); } in class()
62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class()
64 static bool is_deleted (const hash_entry &e) in class()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-map.h42 struct hash_entry in class() struct
44 Key m_key; in class()
45 Value m_value; in class()
47 typedef hash_entry value_type; in class()
48 typedef Key compare_type; in class()
50 static hashval_t hash (const hash_entry &e) in class()
55 static bool equal (const hash_entry &a, const Key &b) in class()
60 static void remove (hash_entry &e) { Traits::remove (e); } in class()
62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class()
64 static bool is_deleted (const hash_entry &e) in class()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_mac.h215 struct eth_hash_entry *hash_entry = NULL; in dequeue_addr_from_hash_entry() local
226 struct eth_hash_entry *hash_entry; in free_hash_table() local
H A Dfman_tgec.c531 struct eth_hash_entry *hash_entry; in tgec_add_hash_mac_address() local
611 struct eth_hash_entry *hash_entry = NULL; in tgec_del_hash_mac_address() local
H A Dfman_dtsec.c1054 struct eth_hash_entry *hash_entry; in dtsec_add_hash_mac_address() local
1165 struct eth_hash_entry *hash_entry = NULL; in dtsec_del_hash_mac_address() local
H A Dfman_memac.c909 struct eth_hash_entry *hash_entry; in memac_add_hash_mac_address() local
970 struct eth_hash_entry *hash_entry = NULL; in memac_del_hash_mac_address() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dlockdep_types.h76 struct hlist_node hash_entry; member
95 struct hlist_node hash_entry; member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dkvm-stat.h28 struct list_head hash_entry; member
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dtypes.h498 struct hlist_node hash_entry; member
1826 struct hlist_node hash_entry; member
1884 struct hlist_node hash_entry; member
1908 struct hlist_node hash_entry; member
2063 struct hlist_node hash_entry; member
2349 struct hlist_node hash_entry; member
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-lock.c47 struct list_head hash_entry; member
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c3559 struct hashmap_entry *hash_entry; in btf_dedup_prim_type() local
4024 struct hashmap_entry *hash_entry; in btf_dedup_struct_type() local
4115 struct hashmap_entry *hash_entry; in btf_dedup_ref_type() local
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c507 struct hlist_node hash_entry; member