Home
last modified time | relevance | path

Searched refs:least (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/linux/net/netfilter/ipvs/
H A Dip_vs_nq.c55 struct ip_vs_dest *dest, *least = NULL; in ip_vs_nq_schedule()
83 least = dest; in ip_vs_nq_schedule()
88 if (!least || in ip_vs_nq_schedule()
90 (__s64)doh * atomic_read(&least->weight))) { in ip_vs_nq_schedule()
91 least = dest; in ip_vs_nq_schedule()
96 if (!least) { in ip_vs_nq_schedule()
104 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_nq_schedule()
105 ntohs(least->port), in ip_vs_nq_schedule()
106 atomic_read(&least in ip_vs_nq_schedule()
56 struct ip_vs_dest *dest, *least = NULL; ip_vs_nq_schedule() local
[all...]
H A Dip_vs_wlc.c31 struct ip_vs_dest *dest, *least; in ip_vs_wlc_schedule()
52 least = dest; in ip_vs_wlc_schedule()
53 loh = ip_vs_dest_conn_overhead(least); in ip_vs_wlc_schedule()
61 * Find the destination with the least load. in ip_vs_wlc_schedule()
69 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule()
70 least = dest; in ip_vs_wlc_schedule()
77 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_wlc_schedule()
78 ntohs(least->port), in ip_vs_wlc_schedule()
79 atomic_read(&least in ip_vs_wlc_schedule()
32 struct ip_vs_dest *dest, *least; ip_vs_wlc_schedule() local
[all...]
H A Dip_vs_sed.c59 struct ip_vs_dest *dest, *least; in ip_vs_sed_schedule()
80 least = dest; in ip_vs_sed_schedule()
81 loh = ip_vs_sed_dest_overhead(least); in ip_vs_sed_schedule()
89 * Find the destination with the least load. in ip_vs_sed_schedule()
97 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule()
98 least = dest; in ip_vs_sed_schedule()
105 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_sed_schedule()
106 ntohs(least->port), in ip_vs_sed_schedule()
107 atomic_read(&least in ip_vs_sed_schedule()
60 struct ip_vs_dest *dest, *least; ip_vs_sed_schedule() local
[all...]
H A Dip_vs_lc.c26 struct ip_vs_dest *dest, *least = NULL; in ip_vs_lc_schedule()
32 * Simply select the server with the least number of in ip_vs_lc_schedule()
45 if (!least || doh < loh) { in ip_vs_lc_schedule()
46 least = dest; in ip_vs_lc_schedule()
51 if (!least) in ip_vs_lc_schedule()
56 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_lc_schedule()
57 ntohs(least->port), in ip_vs_lc_schedule()
58 atomic_read(&least->activeconns), in ip_vs_lc_schedule()
59 atomic_read(&least in ip_vs_lc_schedule()
27 struct ip_vs_dest *dest, *least = NULL; ip_vs_lc_schedule() local
[all...]
H A Dip_vs_lblcr.c163 struct ip_vs_dest *dest, *least; in ip_vs_dest_set_min() local
168 least = e->dest; in ip_vs_dest_set_min()
169 if (least->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
172 if ((atomic_read(&least->weight) > 0) in ip_vs_dest_set_min()
173 && (least->flags & IP_VS_DEST_F_AVAILABLE)) { in ip_vs_dest_set_min()
174 loh = ip_vs_dest_conn_overhead(least); in ip_vs_dest_set_min()
189 (__s64)doh * atomic_read(&least->weight)) in ip_vs_dest_set_min()
191 least = dest; in ip_vs_dest_set_min()
199 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_dest_set_min()
200 ntohs(least->port), in ip_vs_dest_set_min()
[all …]
H A Dip_vs_lblc.c401 struct ip_vs_dest *dest, *least; in __ip_vs_lblc_schedule() local
420 least = dest; in __ip_vs_lblc_schedule()
421 loh = ip_vs_dest_conn_overhead(least); in __ip_vs_lblc_schedule()
437 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblc_schedule()
438 least = dest; in __ip_vs_lblc_schedule()
445 IP_VS_DBG_ADDR(least->af, &least->addr), in __ip_vs_lblc_schedule()
446 ntohs(least->port), in __ip_vs_lblc_schedule()
447 atomic_read(&least->activeconns), in __ip_vs_lblc_schedule()
448 refcount_read(&least->refcnt), in __ip_vs_lblc_schedule()
449 atomic_read(&least->weight), loh); in __ip_vs_lblc_schedule()
[all …]
H A DKconfig12 option must be enabled for at least one of the clustered computers
138 tristate "least-connection scheduling"
140 The least-connection scheduling algorithm directs network
141 connections to the server with the least number of active
148 tristate "weighted least-connection scheduling"
150 The weighted least-connection scheduling algorithm directs network
151 connections to the server with the least active connections
179 tristate "locality-based least-connection scheduling"
181 The locality-based least-connection scheduling algorithm is for
187 least-connection server to this IP address.
[all …]
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h98 #error At least one of short- or long-addressing format must be allowed.
201 #error DRXDAP_MAX_WCHUNKSIZE must be at least 3 in single master mode
204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode
209 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in single master mode
212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode
225 #error DRXDAP_MAX_RCHUNKSIZE must be at least 2
/linux/tools/testing/selftests/rcutorture/doc/
H A DTREE_RCU-kconfig.txt23 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not.
31 nohz_full - do at least one.
32 maxcpu -- do at least one.
33 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not.
34 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not.
35 rcupdate.rcu_self_test -- Do at least one each, offloaded and not.
36 rcutree.rcu_fanout_exact -- Do at least one.
/linux/arch/arc/lib/
H A Dstrcmp.S33 bic_s r0,r0,r1 ; mask for least significant difference bit
35 xor r0,r5,r1 ; mask for least significant difference byte
50 bic_s r0,r0,r1 ; mask for least significant difference bit
52 xor r0,r5,r1 ; mask for least significant difference byte
/linux/Documentation/driver-api/media/drivers/
H A Drkisp1.rst12 - V10: used at least in rk3288 and rk3399
14 - V12: used at least in rk3326 and px30
15 - V13: used at least in rk1808
/linux/tools/verification/rv/
H A DMakefile.config20 $(info libtraceevent version is too low, it must be at least $(LIBTRACEEVENT_MIN_VERSION))
36 $(info libtracefs version is too low, it must be at least $(LIBTRACEFS_MIN_VERSION))
/linux/arch/alpha/lib/
H A Dev6-memcpy.S108 subq $18, 192, $2 # E : At least two more trips to go?
130 cmple $18, 63, $1 # E : At least one more trip?
140 subq $18, 8, $18 # E : At least a quad left?
200 subq $18, 8, $18 # E : At least a quad left?
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 Dev6-memchr.S134 # At least one byte left to process.
145 # At least two quads remain to be accessed.
150 # At least three quads remain to be accessed
/linux/drivers/net/dsa/realtek/
H A DKconfig12 Note that at least one interface driver must be enabled for the
14 anything without at least one subdriver enabled.
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst144 composing must have at least two sink pads and one source
152 must have at least one sink pad and one source pad. Read
161 encoding conversion must have at least one sink pad and one
179 at least one sink pad and one source pad, and scale the
197 compressing video frames. Must have one sink pad and at least
203 frames. Must have one sink pad and at least one source pad.
213 least two sink pads and one source pad, and must pass the video
218 least one sink pad and at least one source pad. It receives video
379 be connected by at least one enabled link. There could be temporary
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-transmitter-mask.rst29 Mask with channels to enable tx. Channel 0 is the least significant bit.
40 encoded by the least significant bit and so on.
/linux/Documentation/admin-guide/device-mapper/
H A Dstriped.rst15 Size of each chunk of data. Must be at least as
43 die("Specify at least one device\n");
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm48 least one max sized datagram plus headers.
64 least one max sized datagram plus headers.
127 be a power of 2, and shall be at least 4.
159 pipe. Shall be a power of 2, and shall be at least 4.
H A Ddebugfs-wilco-ec26 request, starting at MBOX[0]. At least three bytes are required
27 for writing, two for the type and at least a single byte of
/linux/Documentation/hwmon/
H A Dadc128d818.rst39 is read at least once. This means that the cause for the alarm may
41 caches the alarm status for each sensor until it is at least reported
/linux/tools/tracing/rtla/
H A DMakefile.config28 $(info libtraceevent version is too low, it must be at least $(LIBTRACEEVENT_MIN_VERSION))
44 $(info libtracefs version is too low, it must be at least $(LIBTRACEFS_MIN_VERSION))
/linux/tools/build/feature/
H A Dtest-libbpf.c5 #error At least libbpf 1.0 is required for Linux tools.
/linux/Documentation/devicetree/bindings/hwmon/
H A Dnpcm750-pwm-fan.txt30 Each fan subnode must have one PWM channel and at least one Fan tach channel.
44 At least one Fan tach input channel is required

12345678910>>...21