Home
last modified time | relevance | path

Searched refs:weight1 (Results 1 – 14 of 14) sorted by relevance

/linux/net/netfilter/ipvs/
A Dip_vs_twos.c49 int rweight1, rweight2, weight1 = -1, weight2 = -1, overhead1 = 0; in ip_vs_twos_schedule() local
89 if (rweight1 <= 0 && weight1 == -1) { in ip_vs_twos_schedule()
91 weight1 = weight; in ip_vs_twos_schedule()
101 if (weight1 != -1 && weight2 != -1) in ip_vs_twos_schedule()
106 if (choice2 && (weight2 * overhead1) > (weight1 * overhead2)) in ip_vs_twos_schedule()
/linux/tools/testing/selftests/net/forwarding/
A Dgre_multipath_nh.sh236 local weight1=$1; shift
240 ip nexthop replace id 103 group 101,$weight1/102,$weight2
254 multipath_eval "$what" $weight1 $weight2 $d111 $d222
263 local weight1=$1; shift
267 ip nexthop replace id 103 group 101,$weight1/102,$weight2
281 multipath_eval "$what" $weight1 $weight2 $d111 $d222
A Dgre_multipath_nh_res.sh238 local weight1=$1; shift
242 ip nexthop replace id 103 group 101,$weight1/102,$weight2 \
257 multipath_eval "$what" $weight1 $weight2 $d111 $d222
266 local weight1=$1; shift
270 ip nexthop replace id 103 group 101,$weight1/102,$weight2 \
285 multipath_eval "$what" $weight1 $weight2 $d111 $d222
A Dgre_inner_v4_multipath.sh257 local weight1=$1; shift
262 nexthop via 192.0.2.146 weight $weight1 \
278 multipath_eval "$what" $weight1 $weight2 $d111 $d222
A Dgre_multipath.sh210 local weight1=$1; shift
215 nexthop dev g1a weight $weight1 \
230 multipath_eval "$what" $weight1 $weight2 $d111 $d222
A Dgre_inner_v6_multipath.sh257 local weight1=$1; shift
262 nexthop via 192.0.2.146 weight $weight1 \
279 multipath_eval "$what" $weight1 $weight2 $d111 $d222
A Dip6gre_inner_v4_multipath.sh256 local weight1=$1; shift
261 nexthop via 2001:db8:81::2 weight $weight1 \
277 multipath_eval "$what" $weight1 $weight2 $d111 $d222
A Dip6gre_inner_v6_multipath.sh256 local weight1=$1; shift
261 nexthop via 2001:db8:81::2 weight $weight1 \
278 multipath_eval "$what" $weight1 $weight2 $d111 $d222
/linux/tools/perf/util/
A Dbpf-filter.l98 weight1 { return sample_part(PBF_TERM_WEIGHT_STRUCT, 1); }
A Dhist.c312 dest->weight1 += src->weight1; in he_stat__add_stat()
322 he_stat->weight1 = (he_stat->weight1 * 7) / 8; in he_stat__decay()
741 .weight1 = sample->weight, in __hists__add_entry()
A Dhist.h169 u64 weight1; member
/linux/tools/perf/ui/
A Dhist.c484 HPP_AVERAGE_FNS(weight1, weight1) in HPP_PERCENT_FNS()
558 HPP__PRINT_FNS("Weight1", weight1, WEIGHT1),
/linux/tools/perf/Documentation/
A Dperf-report.txt124 - weight1: Average value of event specific weight (1st field of weight_struct).
205 weight1, weight2, weight3, ins_lat, p_stage_cyc and retire_lat. The
A Dperf-record.txt201 code_pgsz, data_pgsz, weight1, weight2, weight3, ins_lat, retire_lat,

Completed in 27 milliseconds