Searched refs:hlist_is_singular_node (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/lib/ |
H A D | list-test.c | 966 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&a, &list)); in hlist_test_is_singular_node() 969 KUNIT_EXPECT_TRUE(test, hlist_is_singular_node(&a, &list)); in hlist_test_is_singular_node() 972 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&a, &list)); in hlist_test_is_singular_node() 973 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&b, &list)); in hlist_test_is_singular_node()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 1188 if (hlist_is_singular_node(&mdb_entry->mdb_node, &vxlan->mdb_list)) in vxlan_mdb_entry_get() 1205 if (hlist_is_singular_node(&mdb_entry->mdb_node, &vxlan->mdb_list)) in vxlan_mdb_entry_put()
|
/openbmc/linux/include/linux/ |
H A D | list.h | 1092 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() function
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_local_storage.c | 271 free_local_storage = hlist_is_singular_node(&selem->snode, in bpf_selem_unlink_storage_nolock()
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 894 if (hlist_is_singular_node(&timer->entry, base->vectors + idx)) { in detach_if_pending()
|