Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y664 cl_list_remove_all(&tmp_parser_struct.num_list);
1106 cl_list_remove_all(&tmp_parser_struct.num_list);
1137 cl_list_remove_all(&tmp_parser_struct.str_list);
1148 cl_list_remove_all(&tmp_parser_struct.str_list);
1165 cl_list_remove_all(&tmp_parser_struct.str_list);
1176 cl_list_remove_all(&tmp_parser_struct.str_list);
1210 cl_list_remove_all(&tmp_parser_struct.str_list);
1219 cl_list_remove_all(&tmp_parser_struct.str_list);
1237 cl_list_remove_all(&tmp_parser_struct.str_list);
1247 cl_list_remove_all(&tmp_parser_struct.str_list);
[all …]
H A Dosm_qos_policy.c215 cl_list_remove_all(&p->group_list); in osm_qos_policy_vlarb_scope_destroy()
216 cl_list_remove_all(&p->across_list); in osm_qos_policy_vlarb_scope_destroy()
217 cl_list_remove_all(&p->vlarb_high_list); in osm_qos_policy_vlarb_scope_destroy()
218 cl_list_remove_all(&p->vlarb_low_list); in osm_qos_policy_vlarb_scope_destroy()
255 cl_list_remove_all(&p->group_list); in osm_qos_policy_sl2vl_scope_destroy()
256 cl_list_remove_all(&p->across_from_list); in osm_qos_policy_sl2vl_scope_destroy()
257 cl_list_remove_all(&p->across_to_list); in osm_qos_policy_sl2vl_scope_destroy()
396 cl_list_remove_all(&p->source_list); in osm_qos_policy_match_rule_destroy()
399 cl_list_remove_all(&p->source_group_list); in osm_qos_policy_match_rule_destroy()
403 cl_list_remove_all(&p->destination_list); in osm_qos_policy_match_rule_destroy()
[all …]
H A Dosm_db_files.c730 cl_list_remove_all(&keys); in main()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_list.h782 static inline void cl_list_remove_all(IN cl_list_t * const p_list) in cl_list_remove_all() function