Searched refs:cl_list_apply_func (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos_policy.c | 210 cl_list_apply_func(&p->group_list, __free_single_element, NULL); in osm_qos_policy_vlarb_scope_destroy() 211 cl_list_apply_func(&p->across_list, __free_single_element, NULL); in osm_qos_policy_vlarb_scope_destroy() 212 cl_list_apply_func(&p->vlarb_high_list, __free_single_element, NULL); in osm_qos_policy_vlarb_scope_destroy() 213 cl_list_apply_func(&p->vlarb_low_list, __free_single_element, NULL); in osm_qos_policy_vlarb_scope_destroy() 251 cl_list_apply_func(&p->group_list, __free_single_element, NULL); in osm_qos_policy_sl2vl_scope_destroy() 252 cl_list_apply_func(&p->across_from_list, __free_single_element, NULL); in osm_qos_policy_sl2vl_scope_destroy() 253 cl_list_apply_func(&p->across_to_list, __free_single_element, NULL); in osm_qos_policy_sl2vl_scope_destroy() 395 cl_list_apply_func(&p->source_list, __free_single_element, NULL); in osm_qos_policy_match_rule_destroy() 402 cl_list_apply_func(&p->destination_list, __free_single_element, NULL); in osm_qos_policy_match_rule_destroy()
|
| /src/contrib/ofed/opensm/complib/ |
| H A D | libosmcomp.map | 46 cl_list_apply_func;
|
| H A D | cl_list.c | 546 void cl_list_apply_func(IN const cl_list_t * const p_list, in cl_list_apply_func() function
|
| /src/contrib/ofed/opensm/include/complib/ |
| H A D | cl_list.h | 1232 cl_list_apply_func(IN const cl_list_t * const p_list,
|