Home
last modified time | relevance | path

Searched refs:choice2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_twos.c48 struct ip_vs_dest *dest, *choice1 = NULL, *choice2 = NULL; in ip_vs_twos_schedule() local
96 choice2 = dest; in ip_vs_twos_schedule()
106 if (choice2 && (weight2 * overhead1) > (weight1 * overhead2)) in ip_vs_twos_schedule()
107 choice1 = choice2; in ip_vs_twos_schedule()
/linux-6.1.9/lib/xz/
Dxz_dec_lzma2.c120 uint16_t choice2; member
662 if (!rc_bit(&s->rc, &l->choice2)) { in lzma_len()