Searched refs:cl_list_head (Results 1 – 5 of 5) sorted by relevance
654 list_iterator = cl_list_head(&tmp_parser_struct.num_list);1096 list_iterator = cl_list_head(&tmp_parser_struct.num_list);1141 list_iterator = cl_list_head(&tmp_parser_struct.str_list);1169 list_iterator = cl_list_head(&tmp_parser_struct.str_list);1195 for (list_iterator = cl_list_head(&tmp_parser_struct.str_list);1393 list_iterator = cl_list_head(&tmp_parser_struct.str_list);1415 list_iterator = cl_list_head(&tmp_parser_struct.str_list);1437 list_iterator = cl_list_head(&tmp_parser_struct.num_list);1460 list_iterator = cl_list_head(&tmp_parser_struct.num_pair_list);1482 list_iterator = cl_list_head(&tmp_parser_struct.num_pair_list);[all …]
457 list_iterator = cl_list_head(&p_qos_policy->port_groups); in osm_qos_policy_destroy()468 list_iterator = cl_list_head(&p_qos_policy->vlarb_tables); in osm_qos_policy_destroy()479 list_iterator = cl_list_head(&p_qos_policy->sl2vl_tables); in osm_qos_policy_destroy()490 list_iterator = cl_list_head(&p_qos_policy->qos_levels); in osm_qos_policy_destroy()500 list_iterator = cl_list_head(&p_qos_policy->qos_match_rules); in osm_qos_policy_destroy()557 list_iterator = cl_list_head(p_port_group_list); in __qos_policy_is_port_in_group_list()601 list_iterator = cl_list_head(&p_qos_policy->qos_match_rules); in __qos_policy_get_match_rule_by_params()756 list_iterator = cl_list_head(&p_qos_policy->qos_levels); in __qos_policy_get_qos_level_by_name()782 list_iterator = cl_list_head(&p_qos_policy->port_groups); in __qos_policy_get_port_group_by_name()865 cl_list_head(&p_qos_policy->qos_match_rules); in osm_qos_policy_validate()[all …]
720 kI = cl_list_head(&keys); in main()756 kI = cl_list_head(&keys); in main()
506 itor = cl_list_head(p_list); in cl_list_find_from_head()557 itor = cl_list_head(p_list); in cl_list_apply_func()
951 static inline cl_list_iterator_t cl_list_head(IN const cl_list_t * const p_list) in cl_list_head() function