Searched refs:least (Results 1 - 25 of 146) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_nq.c80 struct ip_vs_dest *dest, *least = NULL; local
108 least = dest;
113 if (!least ||
115 doh * atomic_read(&least->weight))) {
116 least = dest;
121 if (!least)
127 NIPQUAD(least->addr), ntohs(least->port),
128 atomic_read(&least->activeconns),
129 atomic_read(&least
[all...]
H A Dip_vs_sed.c84 struct ip_vs_dest *dest, *least; local
105 least = dest;
106 loh = ip_vs_sed_dest_overhead(least);
113 * Find the destination with the least load.
121 doh * atomic_read(&least->weight)) {
122 least = dest;
129 NIPQUAD(least->addr), ntohs(least->port),
130 atomic_read(&least->activeconns),
131 atomic_read(&least
[all...]
H A Dip_vs_lc.c64 struct ip_vs_dest *dest, *least = NULL; local
70 * Simply select the server with the least number of
83 if (!least || doh < loh) {
84 least = dest;
89 if (least)
91 NIPQUAD(least->addr), ntohs(least->port),
92 atomic_read(&least->activeconns),
93 atomic_read(&least->inactconns));
95 return least;
[all...]
H A Dip_vs_wlc.c72 struct ip_vs_dest *dest, *least; local
93 least = dest;
94 loh = ip_vs_wlc_dest_overhead(least);
101 * Find the destination with the least load.
109 doh * atomic_read(&least->weight)) {
110 least = dest;
117 NIPQUAD(least->addr), ntohs(least->port),
118 atomic_read(&least->activeconns),
119 atomic_read(&least
[all...]
H A Dip_vs_lblcr.c23 * n, serverSet[dest_ip] <- {weighted least-conn node};
25 * n <- {least-conn (alive) node in serverSet[dest_ip]};
29 * n <- {weighted least-conn node};
170 /* get weighted least-connection node in the destination set */
174 struct ip_vs_dest *dest, *least; local
183 least = e->dest;
184 if (least->flags & IP_VS_DEST_F_OVERLOAD)
187 if ((atomic_read(&least->weight) > 0)
188 && (least->flags & IP_VS_DEST_F_AVAILABLE)) {
189 loh = atomic_read(&least
676 struct ip_vs_dest *dest, *least; local
[all...]
H A Dip_vs_lblc.c30 * n, cachenode[dest_ip] <- {weighted least-conn node};
36 * n, cachenode[dest_ip] <- {weighted least-conn node};
423 struct ip_vs_dest *dest, *least; local
447 least = dest;
448 loh = atomic_read(&least->activeconns) * 50
449 + atomic_read(&least->inactconns);
456 * Find the destination with the least load.
466 doh * atomic_read(&least->weight)) {
467 least = dest;
474 NIPQUAD(least
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-rshift.S48 l 0,0(4) # read least significant limb
52 lu 0,4(4) # read 2:nd least significant limb
53 sleq 7,0,8 # compute least significant limb of result
H A Dmpih-add1.S47 l 8,0(4) # load least significant s1 limb
48 l 0,0(5) # load least significant s2 limb
51 a 7,0,8 # add least significant limbs, set cy
62 # We added least significant limbs. Now reload the next limbs to enter loop.
H A Dmpih-sub1.S47 l 8,0(4) # load least significant s1 limb
48 l 0,0(5) # load least significant s2 limb
51 sf 7,0,8 # subtract least significant limbs, set cy
63 # We added least significant limbs. Now reload the next limbs to enter loop.
H A Dmpih-lshift.S60 Lend: stu 7,-4(9) # store 2:nd least significant limb
61 Lend2: sle 7,0,6 # compute least significant limb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-add1.S49 lwz 8,0(4) # load least significant s1 limb
50 lwz 0,0(5) # load least significant s2 limb
52 addc 7,0,8 # add least significant limbs, set cy
H A Dmpih-sub1.S51 lwz 8,0(4) # load least significant s1 limb
52 lwz 0,0(5) # load least significant s2 limb
54 subfc 7,0,8 # add least significant limbs, set cy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrcat.S34 $found: negq $2, $3 # clear all but least set bit
H A Dstrncat.S40 $found: negq $2, $3 # clear all but least set bit
H A Dev6-memcpy.S47 * At least one byte more to move
107 subq $18, 192, $2 # E : At least two more trips to go?
129 cmple $18, 63, $1 # E : At least one more trip?
139 subq $18, 8, $18 # E : At least a quad left?
199 subq $18, 8, $18 # E : At least a quad left?
H A Dev6-memchr.S133 # At least one byte left to process.
144 # At least two quads remain to be accessed.
149 # At least three quads remain to be accessed
H A Dmemchr.S114 # At least one byte left to process.
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
H A Dstrlen_user.S69 $found: negq t1, t2 # clear all but least set bit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa1.1/
H A Dmpih-mul1.S51 * At least the PA7100 is rumored to be able to deal with cache-misses
77 ldw -12(%r30),%r19 ; least significant limb in product
H A Dmpih-mul2.S67 ldw -12(%r30),%r19 ; least significant limb in product
H A Dmpih-mul3.S73 ldw -12(%r30),%r19 ; least significant limb in product
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dhead.S60 # on the PC164 (at least), since that PALcode manages the interrupt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbookutil.c443 long least=-1; local
449 if(least==-1 || hist[j]<=least){
450 least=hist[j];
453 least=-1;
455 if((least==-1 || hist[j]<=least) && membership[j]!=first){
456 least=hist[j];
465 least=hist[first]+hist[second];
469 hist[j]=least;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk14 # it may be distributed under the Xiph.Org license, which is the least
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex41 A byte has a well-defined 'least significant' bit (LSb), which is the
55 first), 0-1-2-3 ('little endian' or 'least significant byte first' in
76 integer to the logical bitstream first, followed by next least
79 placing the LSb of the integer to be written into the least
81 the next-least significant bit of the source integer and so on up to

Completed in 319 milliseconds

123456