Lines Matching refs:ref_cnt
1573 v_map->ref_cnt = 1;
2206 } else if (list_elem->vsi_list_info->ref_cnt > 1) {
2207 /* a ref_cnt > 1 indicates that the vsi_list is being
2208 * shared by multiple rules. Decrement the ref_cnt and
2212 list_elem->vsi_list_info->ref_cnt--;
2215 /* a ref_cnt of 1 indicates the vsi_list is only used
2587 /* reuse VSI list for new rule and increment ref_cnt */
2590 map_info->ref_cnt++;
2597 } else if (v_list_itr->vsi_list_info->ref_cnt == 1) {
2618 v_list_itr->vsi_list_info->ref_cnt > 1) {
2652 /* before overriding VSI list map info. decrement ref_cnt of
2655 v_list_itr->vsi_list_info->ref_cnt--;