Home
last modified time | relevance | path

Searched refs:hlist_count_nodes (Results 1 – 5 of 5) sorted by relevance

/linux/net/l2tp/
H A Dl2tp_ip.c673 WARN_ON_ONCE(hlist_count_nodes(&pn->l2tp_ip_table) != 0); in l2tp_ip_exit_net()
674 WARN_ON_ONCE(hlist_count_nodes(&pn->l2tp_ip_bind_table) != 0); in l2tp_ip_exit_net()
H A Dl2tp_ip6.c806 WARN_ON_ONCE(hlist_count_nodes(&pn->l2tp_ip6_table) != 0); in l2tp_ip6_exit_net()
807 WARN_ON_ONCE(hlist_count_nodes(&pn->l2tp_ip6_bind_table) != 0); in l2tp_ip6_exit_net()
/linux/include/linux/
H A Dlist.h1206 static inline size_t hlist_count_nodes(struct hlist_head *head) in hlist_count_nodes() function
/linux/drivers/md/bcache/
H A Dsysfs.c705 ret = max(ret, hlist_count_nodes(h)); in bch_cache_max_chain()
/linux/drivers/android/
H A Dbinder.c6523 count = hlist_count_nodes(&node->refs); in print_binder_node_nilocked()