Searched refs:cl_list_end (Results 1 – 5 of 5) sorted by relevance
458 while (list_iterator != cl_list_end(&p_qos_policy->port_groups)) { in osm_qos_policy_destroy()469 while (list_iterator != cl_list_end(&p_qos_policy->vlarb_tables)) { in osm_qos_policy_destroy()480 while (list_iterator != cl_list_end(&p_qos_policy->sl2vl_tables)) { in osm_qos_policy_destroy()491 while (list_iterator != cl_list_end(&p_qos_policy->qos_levels)) { in osm_qos_policy_destroy()501 while (list_iterator != cl_list_end(&p_qos_policy->qos_match_rules)) { in osm_qos_policy_destroy()558 while (list_iterator != cl_list_end(p_port_group_list)) { in __qos_policy_is_port_in_group_list()602 while (list_iterator != cl_list_end(&p_qos_policy->qos_match_rules)) { in __qos_policy_get_match_rule_by_params()724 if (list_iterator == cl_list_end(&p_qos_policy->qos_match_rules)) in __qos_policy_get_match_rule_by_params()757 while (list_iterator != cl_list_end(&p_qos_policy->qos_levels)) { in __qos_policy_get_qos_level_by_name()783 while (list_iterator != cl_list_end(&p_qos_policy->port_groups)) { in __qos_policy_get_port_group_by_name()[all …]
1142 if ( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )1170 if ( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )1196 list_iterator != cl_list_end(&tmp_parser_struct.str_list);1394 while( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )1416 while( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )1461 while( list_iterator != cl_list_end(&tmp_parser_struct.num_pair_list) )1483 while( list_iterator != cl_list_end(&tmp_parser_struct.num_pair_list) )1516 while( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )1538 while( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )1562 while( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )[all …]
721 while (kI != cl_list_end(&keys)) { in main()757 while (kI != cl_list_end(&keys)) { in main()
508 while (itor != cl_list_end(p_list)) { in cl_list_find_from_head()534 while (itor != cl_list_end(p_list)) { in cl_list_find_from_tail()559 while (itor != cl_list_end(p_list)) { in cl_list_apply_func()
915 static inline cl_list_iterator_t cl_list_end(IN const cl_list_t * const p_list) in cl_list_end() function