Searched refs:hlist_is_singular_node (Results 1 - 6 of 6) sorted by relevance

/linux-master/lib/
H A Dlist-test.c966 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&a, &list));
969 KUNIT_EXPECT_TRUE(test, hlist_is_singular_node(&a, &list));
972 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&a, &list));
973 KUNIT_EXPECT_FALSE(test, hlist_is_singular_node(&b, &list));
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c271 free_local_storage = hlist_is_singular_node(&selem->snode,
/linux-master/drivers/net/vxlan/
H A Dvxlan_mdb.c1204 if (hlist_is_singular_node(&mdb_entry->mdb_node, &vxlan->mdb_list))
1221 if (hlist_is_singular_node(&mdb_entry->mdb_node, &vxlan->mdb_list))
/linux-master/include/linux/
H A Dlist.h1092 * hlist_is_singular_node - is node the only element of the specified hlist?
1100 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) function
/linux-master/net/mctp/test/
H A Droute-test.c1030 single = hlist_is_singular_node(&key->hlist, &mns->keys);
/linux-master/kernel/time/
H A Dtimer.c949 if (hlist_is_singular_node(&timer->entry, base->vectors + idx)) {

Completed in 250 milliseconds