Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A 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()
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c120 uint16_t choice2; member
662 if (!rc_bit(&s->rc, &l->choice2)) { in lzma_len()