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

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_y.y659 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
680 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
701 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
750 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
796 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
842 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
875 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
930 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
1162 if (cl_list_count(&tmp_parser_struct.num_pair_list))
1187 if (cl_list_count(
[all...]
H A Dosm_qos_policy.c607 if (!cl_list_count(&p_qos_policy->qos_match_rules))
625 if (cl_list_count(&p_qos_match_rule->source_group_list)) {
639 if (cl_list_count(&p_qos_match_rule->destination_group_list)) {
916 if (cl_list_count(&p_qos_match_rule->source_list)) {
944 if (cl_list_count(&p_qos_match_rule->destination_list)) {
H A Dosm_ucast_ftree.c3101 num_roots = cl_list_count(&ranking_bfs_list);
/freebsd-10.3-release/contrib/ofed/management/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 100 milliseconds