Home
last modified time | relevance | path

Searched refs:cl_list_remove_all (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_qos_parser_y.y651 cl_list_remove_all(&tmp_parser_struct.num_list);
1009 cl_list_remove_all(&tmp_parser_struct.num_list);
1040 cl_list_remove_all(&tmp_parser_struct.str_list);
1051 cl_list_remove_all(&tmp_parser_struct.str_list);
1068 cl_list_remove_all(&tmp_parser_struct.str_list);
1079 cl_list_remove_all(&tmp_parser_struct.str_list);
1113 cl_list_remove_all(&tmp_parser_struct.str_list);
1122 cl_list_remove_all(&tmp_parser_struct.str_list);
1140 cl_list_remove_all(&tmp_parser_struct.str_list);
1150 cl_list_remove_all(&tmp_parser_struct.str_list);
[all …]
HDosm_qos_policy.c222 cl_list_remove_all(&p->group_list); in osm_qos_policy_vlarb_scope_destroy()
223 cl_list_remove_all(&p->across_list); in osm_qos_policy_vlarb_scope_destroy()
224 cl_list_remove_all(&p->vlarb_high_list); in osm_qos_policy_vlarb_scope_destroy()
225 cl_list_remove_all(&p->vlarb_low_list); in osm_qos_policy_vlarb_scope_destroy()
266 cl_list_remove_all(&p->group_list); in osm_qos_policy_sl2vl_scope_destroy()
267 cl_list_remove_all(&p->across_from_list); in osm_qos_policy_sl2vl_scope_destroy()
268 cl_list_remove_all(&p->across_to_list); in osm_qos_policy_sl2vl_scope_destroy()
408 cl_list_remove_all(&p->source_list); in osm_qos_policy_match_rule_destroy()
411 cl_list_remove_all(&p->source_group_list); in osm_qos_policy_match_rule_destroy()
415 cl_list_remove_all(&p->destination_list); in osm_qos_policy_match_rule_destroy()
[all …]
HDosm_db_files.c682 cl_list_remove_all(&keys); in main()
/trueos/contrib/ofed/management/opensm/include/complib/
HDcl_list.h782 static inline void cl_list_remove_all(IN cl_list_t * const p_list) in cl_list_remove_all() function