Searched refs:hlist_count_nodes (Results 1 – 5 of 5) sorted by relevance
673 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()
806 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()
1206 static inline size_t hlist_count_nodes(struct hlist_head *head) in hlist_count_nodes() function
705 ret = max(ret, hlist_count_nodes(h)); in bch_cache_max_chain()
6523 count = hlist_count_nodes(&node->refs); in print_binder_node_nilocked()