Searched refs:hlist_count_nodes (Results 1 – 5 of 5) sorted by relevance
675 WARN_ON_ONCE(hlist_count_nodes(&pn->l2tp_ip_table) != 0); in l2tp_ip_exit_net()676 WARN_ON_ONCE(hlist_count_nodes(&pn->l2tp_ip_bind_table) != 0); in l2tp_ip_exit_net()
807 WARN_ON_ONCE(hlist_count_nodes(&pn->l2tp_ip6_table) != 0); in l2tp_ip6_exit_net()808 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
704 ret = max(ret, hlist_count_nodes(h)); in bch_cache_max_chain()
6536 count = hlist_count_nodes(&node->refs); in print_binder_node_nilocked()