Searched refs:cl_list_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y672 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
693 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
714 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
749 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
784 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
836 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
883 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
930 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
964 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
1019 if (!cl_list_count(
[all...]
H A Dosm_qos_policy.c594 if (!cl_list_count(&p_qos_policy->qos_match_rules))
613 if (cl_list_count(&p_qos_match_rule->source_group_list)
614 && !cl_list_count(&p_qos_match_rule->destination_group_list)) {
629 if (cl_list_count(&p_qos_match_rule->destination_group_list)
630 && !cl_list_count(&p_qos_match_rule->source_group_list)) {
645 if (cl_list_count(&p_qos_match_rule->source_group_list)
646 && cl_list_count(&p_qos_match_rule->destination_group_list)) {
890 if (cl_list_count(&p_qos_match_rule->source_list)) {
918 if (cl_list_count(&p_qos_match_rule->destination_list)) {
H A Dosm_ucast_ftree.c3649 num_roots = cl_list_count(p_ranking_bfs_list);
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_list.h104 * cl_list_count, cl_is_list_empty, cl_is_list_inited
381 * List, cl_list_count, cl_list_remove_all
1262 /****f* Component Library: List/cl_list_count
1264 * cl_list_count
1267 * The cl_list_count function returns the number of objects stored in a list.
1271 static inline size_t cl_list_count(IN const cl_list_t * const p_list) function

Completed in 170 milliseconds