Searched refs:weight2 (Results 1 – 14 of 14) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| A D | ip_vs_twos.c | 49 int rweight1, rweight2, weight1 = -1, weight2 = -1, overhead1 = 0; in ip_vs_twos_schedule() local 95 if (rweight2 <= 0 && weight2 == -1) { in ip_vs_twos_schedule() 97 weight2 = 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 D | gre_multipath_nh.sh | 237 local weight2=$1; shift 240 ip nexthop replace id 103 group 101,$weight1/102,$weight2 254 multipath_eval "$what" $weight1 $weight2 $d111 $d222 264 local weight2=$1; shift 267 ip nexthop replace id 103 group 101,$weight1/102,$weight2 281 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
| A D | gre_multipath_nh_res.sh | 239 local weight2=$1; shift 242 ip nexthop replace id 103 group 101,$weight1/102,$weight2 \ 257 multipath_eval "$what" $weight1 $weight2 $d111 $d222 267 local weight2=$1; shift 270 ip nexthop replace id 103 group 101,$weight1/102,$weight2 \ 285 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
| A D | gre_inner_v4_multipath.sh | 258 local weight2=$1; shift 263 nexthop via 192.0.2.162 weight $weight2 278 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
| A D | gre_multipath.sh | 211 local weight2=$1; shift 216 nexthop dev g1b weight $weight2 230 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
| A D | gre_inner_v6_multipath.sh | 258 local weight2=$1; shift 263 nexthop via 192.0.2.162 weight $weight2 279 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
| A D | ip6gre_inner_v4_multipath.sh | 257 local weight2=$1; shift 262 nexthop via 2001:db8:82::2 weight $weight2 277 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
| A D | ip6gre_inner_v6_multipath.sh | 257 local weight2=$1; shift 262 nexthop via 2001:db8:82::2 weight $weight2 278 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
| /linux/tools/perf/util/ |
| A D | bpf-filter.l | 99 weight2 { return sample_part(PBF_TERM_WEIGHT_STRUCT, 2); }
|
| A D | hist.c | 313 dest->weight2 += src->weight2; in he_stat__add_stat() 323 he_stat->weight2 = (he_stat->weight2 * 7) / 8; in he_stat__decay() 742 .weight2 = sample->ins_lat, in __hists__add_entry()
|
| A D | hist.h | 170 u64 weight2; member
|
| /linux/tools/perf/ui/ |
| A D | hist.c | 485 HPP_AVERAGE_FNS(weight2, weight2) in HPP_PERCENT_FNS() 559 HPP__PRINT_FNS("Weight2", weight2, WEIGHT2),
|
| /linux/tools/perf/Documentation/ |
| A D | perf-report.txt | 125 - weight2: Average value of event specific weight (2nd field of weight_struct). 205 weight1, weight2, weight3, ins_lat, p_stage_cyc and retire_lat. The
|
| A D | perf-record.txt | 201 code_pgsz, data_pgsz, weight1, weight2, weight3, ins_lat, retire_lat,
|
Completed in 33 milliseconds