Home
last modified time | relevance | path

Searched defs:hashtable (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dhashtable.h52 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) argument
60 #define hash_add(hashtable, node, key) \ argument
69 #define hash_add_rcu(hashtable, node, key) \ argument
99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) argument
/linux-6.3-rc2/tools/include/linux/
A Dhashtable.h49 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) argument
57 #define hash_add(hashtable, node, key) \ argument
87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) argument
/linux-6.3-rc2/drivers/infiniband/ulp/opa_vnic/
A Dopa_vnic_internal.h274 #define vnic_hash_init(hashtable) __hash_init(hashtable, OPA_VNIC_MAC_TBL_SIZE) argument
276 #define vnic_hash_add(hashtable, node, key) \ argument
/linux-6.3-rc2/fs/afs/
A Dxdr_fs.h92 __be16 hashtable[AFS_DIR_HASHTBL_SIZE]; member
/linux-6.3-rc2/fs/affs/
A Damigaffs.h57 __be32 hashtable[1]; member
/linux-6.3-rc2/net/sunrpc/
A Dauth.c25 struct hlist_head *hashtable; member
/linux-6.3-rc2/tools/perf/util/
A Dauxtrace.c1959 struct hlist_head *hashtable; member

Completed in 22 milliseconds