Searched refs:hlist_is_singular_node (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/tests/ |
| H A D | list-test.c | 974 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&a, &list)); in hlist_test_is_singular_node() 977 KUNIT_EXPECT_TRUE(test, hlist_is_singular_node(&a, &list)); in hlist_test_is_singular_node() 980 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&a, &list)); in hlist_test_is_singular_node() 981 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&b, &list)); in hlist_test_is_singular_node()
|
| /linux/kernel/bpf/ |
| H A D | bpf_local_storage.c | 303 free_local_storage = hlist_is_singular_node(&selem->snode, in bpf_selem_unlink_storage_nolock()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 1204 if (hlist_is_singular_node(&mdb_entry->mdb_node, &vxlan->mdb_list)) in vxlan_mdb_entry_get() 1221 if (hlist_is_singular_node(&mdb_entry->mdb_node, &vxlan->mdb_list)) in vxlan_mdb_entry_put()
|
| /linux/include/linux/ |
| H A D | list.h | 1104 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() function
|
| /linux/kernel/time/ |
| H A D | timer.c | 905 if (hlist_is_singular_node(&timer->entry, base->vectors + idx)) { in detach_if_pending()
|
| /linux/net/mctp/test/ |
| H A D | route-test.c | 1116 single = hlist_is_singular_node(&key->hlist, &mns->keys); in mctp_test_route_output_key_create()
|
| /linux/mm/ |
| H A D | ksm.c | 1685 if (hlist_is_singular_node(&found->hlist_dup, &stable_node->hlist)) { in stable_node_dup()
|