Home
last modified time | relevance | path

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

12345678910>>...27

/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_nq.c56 struct ip_vs_dest *dest, *least = NULL; in ip_vs_nq_schedule() local
84 least = dest; in ip_vs_nq_schedule()
89 if (!least || in ip_vs_nq_schedule()
91 (__s64)doh * atomic_read(&least->weight))) { in ip_vs_nq_schedule()
92 least = dest; in ip_vs_nq_schedule()
97 if (!least) { in ip_vs_nq_schedule()
105 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_nq_schedule()
106 ntohs(least->port), in ip_vs_nq_schedule()
107 atomic_read(&least->activeconns), in ip_vs_nq_schedule()
108 refcount_read(&least->refcnt), in ip_vs_nq_schedule()
[all …]
Dip_vs_sed.c60 struct ip_vs_dest *dest, *least; in ip_vs_sed_schedule() local
81 least = dest; in ip_vs_sed_schedule()
82 loh = ip_vs_sed_dest_overhead(least); in ip_vs_sed_schedule()
98 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule()
99 least = dest; in ip_vs_sed_schedule()
106 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_sed_schedule()
107 ntohs(least->port), in ip_vs_sed_schedule()
108 atomic_read(&least->activeconns), in ip_vs_sed_schedule()
109 refcount_read(&least->refcnt), in ip_vs_sed_schedule()
110 atomic_read(&least->weight), loh); in ip_vs_sed_schedule()
[all …]
Dip_vs_wlc.c32 struct ip_vs_dest *dest, *least; in ip_vs_wlc_schedule() local
53 least = dest; in ip_vs_wlc_schedule()
54 loh = ip_vs_dest_conn_overhead(least); in ip_vs_wlc_schedule()
70 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule()
71 least = dest; in ip_vs_wlc_schedule()
78 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_wlc_schedule()
79 ntohs(least->port), in ip_vs_wlc_schedule()
80 atomic_read(&least->activeconns), in ip_vs_wlc_schedule()
81 refcount_read(&least->refcnt), in ip_vs_wlc_schedule()
82 atomic_read(&least->weight), loh); in ip_vs_wlc_schedule()
[all …]
Dip_vs_lc.c27 struct ip_vs_dest *dest, *least = NULL; in ip_vs_lc_schedule() local
46 if (!least || doh < loh) { in ip_vs_lc_schedule()
47 least = dest; in ip_vs_lc_schedule()
52 if (!least) in ip_vs_lc_schedule()
57 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_lc_schedule()
58 ntohs(least->port), in ip_vs_lc_schedule()
59 atomic_read(&least->activeconns), in ip_vs_lc_schedule()
60 atomic_read(&least->inactconns)); in ip_vs_lc_schedule()
62 return least; in ip_vs_lc_schedule()
Dip_vs_lblcr.c164 struct ip_vs_dest *dest, *least; in ip_vs_dest_set_min() local
169 least = e->dest; in ip_vs_dest_set_min()
170 if (least->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
173 if ((atomic_read(&least->weight) > 0) in ip_vs_dest_set_min()
174 && (least->flags & IP_VS_DEST_F_AVAILABLE)) { in ip_vs_dest_set_min()
175 loh = ip_vs_dest_conn_overhead(least); in ip_vs_dest_set_min()
190 (__s64)doh * atomic_read(&least->weight)) in ip_vs_dest_set_min()
192 least = dest; in ip_vs_dest_set_min()
200 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_dest_set_min()
201 ntohs(least->port), in ip_vs_dest_set_min()
[all …]
Dip_vs_lblc.c402 struct ip_vs_dest *dest, *least; in __ip_vs_lblc_schedule() local
421 least = dest; in __ip_vs_lblc_schedule()
422 loh = ip_vs_dest_conn_overhead(least); in __ip_vs_lblc_schedule()
438 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblc_schedule()
439 least = dest; in __ip_vs_lblc_schedule()
446 IP_VS_DBG_ADDR(least->af, &least->addr), in __ip_vs_lblc_schedule()
447 ntohs(least->port), in __ip_vs_lblc_schedule()
448 atomic_read(&least->activeconns), in __ip_vs_lblc_schedule()
449 refcount_read(&least->refcnt), in __ip_vs_lblc_schedule()
450 atomic_read(&least->weight), loh); in __ip_vs_lblc_schedule()
[all …]
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-v5.4/drivers/media/dvb-frontends/drx39xyj/
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-v5.4/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt25 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not.
33 nohz_full - do at least one.
34 maxcpu -- do at least one.
35 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not.
36 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not.
37 rcupdate.rcu_self_test -- Do at least one each, offloaded and not.
38 rcutree.rcu_fanout_exact -- Do at least one.
/Linux-v5.4/arch/arc/lib/
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-v5.4/Documentation/devicetree/bindings/iio/adc/
Dfsl,imx25-gcq.txt16 Required when at least one subnode uses the this reference.
18 Required when at least one subnode uses this reference.
20 Required when at least one subnode uses this reference.
/Linux-v5.4/arch/alpha/lib/
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
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?
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-v5.4/Documentation/devicetree/bindings/mux/
Dgpio-mux.txt8 - mux-gpios : list of gpios used to control the multiplexer, least
18 multiplexer GPIO pins, where the first pin is the least significant
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Damlogic,axg-sound-card.txt17 sub-nodes. There should be at least one (and probably more)
32 least one these mask should be provided with
42 - codec: dai-link representing backend links should have at least one subnode.
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dstriped.rst15 Size of each chunk of data. Must be at least as
43 die("Specify at least one device\n");
/Linux-v5.4/Documentation/devicetree/bindings/bus/
Dsimple-pm-bus.txt17 - compatible: Must contain at least "simple-pm-bus".
24 Optional platform-specific properties for clock or PM domain control (at least
/Linux-v5.4/Documentation/media/uapi/mediactl/
Dmedia-types.rst150 composing must have at least two sink pads and one source
158 must have at least one sink pad and one source pad. Read
167 encoding conversion must have at least one sink pad and one
185 at least one sink pad and one source pad, and scale the
203 compressing video frames. Must have one sink pad and at least
209 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 at least one of those links must be enabled for the entity to be
/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-set-transmitter-mask.rst34 Mask with channels to enable tx. Channel 0 is the least significant bit.
46 encoded by the least significant bit and so on.
/Linux-v5.4/Documentation/ABI/testing/
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
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.
/Linux-v5.4/Documentation/devicetree/bindings/arm/samsung/
Dexynos-chipid.txt4 - compatible : Should at least contain "samsung,exynos4210-chipid".
/Linux-v5.4/Documentation/hwmon/
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-v5.4/Documentation/devicetree/bindings/net/
Dbluetooth.txt4 uniquely assigned to the Bluetooth device, formatted with least significant

12345678910>>...27