Searched refs:hash_hashed (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/include/linux/
H A Dhashtable.h61 * hash_hashed - check whether an object is in any hashtable
64 static inline bool hash_hashed(struct hlist_node *node) function
/linux-master/include/linux/
H A Dhashtable.h73 * hash_hashed - check whether an object is in any hashtable
76 static inline bool hash_hashed(struct hlist_node *node) function
/linux-master/lib/
H A Dhashtable_test.c61 KUNIT_EXPECT_TRUE(test, hash_hashed(&a.node));
62 KUNIT_EXPECT_TRUE(test, hash_hashed(&b.node));
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c1148 if (hash_hashed(&gss_auth->hash)) {
/linux-master/drivers/infiniband/core/
H A Ddevice.c2110 if (hash_hashed(&pdata->ndev_hash_link)) {
/linux-master/net/sched/
H A Dcls_api.c223 if (hash_hashed(&tp->destroy_ht_node))
/linux-master/fs/ceph/
H A Dmds_client.c860 if (!hash_hashed(&di->hnode))

Completed in 217 milliseconds