Searched refs:oldg (Results 1 – 2 of 2) sorted by relevance
151 my $oldg = $guard;162 skipping($fname, "can't clean up odd guard symbol $oldg\n",173 print "$fname guard $oldg needs cleanup:\n ",178 $old_guard{$guard} = $oldg179 if $guard ne $oldg;204 preprocess($fname, $opt_n ? $oldg : $guard)
1717 static void replace_nexthop_grp_res(struct nh_group *oldg, in replace_nexthop_grp_res() argument1726 struct nh_res_table *old_res_table = rtnl_dereference(oldg->res_table); in replace_nexthop_grp_res()1963 struct nh_group *oldg, *newg; in replace_nexthop_grp() local1971 oldg = rtnl_dereference(old->nh_grp); in replace_nexthop_grp()1974 if (newg->hash_threshold != oldg->hash_threshold) { in replace_nexthop_grp()1986 old_res_table = rtnl_dereference(oldg->res_table); in replace_nexthop_grp()2014 replace_nexthop_grp_res(oldg, newg); in replace_nexthop_grp()2031 rcu_assign_pointer(oldg->res_table, tmp_table); in replace_nexthop_grp()2032 rcu_assign_pointer(oldg->spare->res_table, tmp_table); in replace_nexthop_grp()2035 for (i = 0; i < oldg->num_nh; i++) in replace_nexthop_grp()[all …]