/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_nq.c | 61 struct ip_vs_dest *dest, *least = NULL; in ip_vs_nq_schedule() local 89 least = dest; in ip_vs_nq_schedule() 94 if (!least || in ip_vs_nq_schedule() 96 (__s64)doh * atomic_read(&least->weight))) { in ip_vs_nq_schedule() 97 least = dest; in ip_vs_nq_schedule() 102 if (!least) { in ip_vs_nq_schedule() 110 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_nq_schedule() 111 ntohs(least->port), in ip_vs_nq_schedule() 112 atomic_read(&least->activeconns), in ip_vs_nq_schedule() 113 refcount_read(&least->refcnt), in ip_vs_nq_schedule() [all …]
|
D | ip_vs_wlc.c | 37 struct ip_vs_dest *dest, *least; in ip_vs_wlc_schedule() local 58 least = dest; in ip_vs_wlc_schedule() 59 loh = ip_vs_dest_conn_overhead(least); in ip_vs_wlc_schedule() 75 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule() 76 least = dest; in ip_vs_wlc_schedule() 83 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_wlc_schedule() 84 ntohs(least->port), in ip_vs_wlc_schedule() 85 atomic_read(&least->activeconns), in ip_vs_wlc_schedule() 86 refcount_read(&least->refcnt), in ip_vs_wlc_schedule() 87 atomic_read(&least->weight), loh); in ip_vs_wlc_schedule() [all …]
|
D | ip_vs_sed.c | 65 struct ip_vs_dest *dest, *least; in ip_vs_sed_schedule() local 86 least = dest; in ip_vs_sed_schedule() 87 loh = ip_vs_sed_dest_overhead(least); in ip_vs_sed_schedule() 103 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule() 104 least = dest; in ip_vs_sed_schedule() 111 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_sed_schedule() 112 ntohs(least->port), in ip_vs_sed_schedule() 113 atomic_read(&least->activeconns), in ip_vs_sed_schedule() 114 refcount_read(&least->refcnt), in ip_vs_sed_schedule() 115 atomic_read(&least->weight), loh); in ip_vs_sed_schedule() [all …]
|
D | ip_vs_lc.c | 32 struct ip_vs_dest *dest, *least = NULL; in ip_vs_lc_schedule() local 51 if (!least || doh < loh) { in ip_vs_lc_schedule() 52 least = dest; in ip_vs_lc_schedule() 57 if (!least) in ip_vs_lc_schedule() 62 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_lc_schedule() 63 ntohs(least->port), in ip_vs_lc_schedule() 64 atomic_read(&least->activeconns), in ip_vs_lc_schedule() 65 atomic_read(&least->inactconns)); in ip_vs_lc_schedule() 67 return least; in ip_vs_lc_schedule()
|
D | ip_vs_lblcr.c | 169 struct ip_vs_dest *dest, *least; in ip_vs_dest_set_min() local 174 least = e->dest; in ip_vs_dest_set_min() 175 if (least->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min() 178 if ((atomic_read(&least->weight) > 0) in ip_vs_dest_set_min() 179 && (least->flags & IP_VS_DEST_F_AVAILABLE)) { in ip_vs_dest_set_min() 180 loh = ip_vs_dest_conn_overhead(least); in ip_vs_dest_set_min() 195 (__s64)doh * atomic_read(&least->weight)) in ip_vs_dest_set_min() 197 least = dest; in ip_vs_dest_set_min() 205 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_dest_set_min() 206 ntohs(least->port), in ip_vs_dest_set_min() [all …]
|
D | ip_vs_lblc.c | 407 struct ip_vs_dest *dest, *least; in __ip_vs_lblc_schedule() local 426 least = dest; in __ip_vs_lblc_schedule() 427 loh = ip_vs_dest_conn_overhead(least); in __ip_vs_lblc_schedule() 443 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblc_schedule() 444 least = dest; in __ip_vs_lblc_schedule() 451 IP_VS_DBG_ADDR(least->af, &least->addr), in __ip_vs_lblc_schedule() 452 ntohs(least->port), in __ip_vs_lblc_schedule() 453 atomic_read(&least->activeconns), in __ip_vs_lblc_schedule() 454 refcount_read(&least->refcnt), in __ip_vs_lblc_schedule() 455 atomic_read(&least->weight), loh); in __ip_vs_lblc_schedule() [all …]
|
D | Kconfig | 11 option must be enabled for at least one of the clustered computers 136 tristate "least-connection scheduling" 138 The least-connection scheduling algorithm directs network 139 connections to the server with the least number of active 146 tristate "weighted least-connection scheduling" 148 The weighted least-connection scheduling algorithm directs network 149 connections to the server with the least active connections 177 tristate "locality-based least-connection scheduling" 179 The locality-based least-connection scheduling algorithm is for 185 least-connection server to this IP address. [all …]
|
/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_dap_fasi.h | 98 #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-v4.19/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 25 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-v4.19/arch/arc/lib/ |
D | strcmp.S | 36 bic_s r0,r0,r1 ; mask for least significant difference bit 38 xor r0,r5,r1 ; mask for least significant difference byte 53 bic_s r0,r0,r1 ; mask for least significant difference bit 55 xor r0,r5,r1 ; mask for least significant difference byte
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | fsl,imx25-gcq.txt | 16 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-v4.19/arch/alpha/lib/ |
D | memchr.S | 114 # 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
|
D | ev6-memcpy.S | 108 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?
|
D | ev6-memchr.S | 134 # 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-v4.19/Documentation/media/uapi/rc/ |
D | lirc-set-transmitter-mask.rst | 27 Mask with channels to enable tx. Channel 0 is the least significant bit. 39 encoded by the least significant bit and so on.
|
/Linux-v4.19/Documentation/devicetree/bindings/mux/ |
D | gpio-mux.txt | 8 - mux-gpios : list of gpios used to control the multiplexer, least 18 multiplexer GPIO pins, where the first pin is the least significant
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-types.rst | 143 composing must have at least two sink pads and one source 151 must have at least one sink pad and one source pad. Read 160 enconding conversion must have at least one sink pad and one 178 at least one sink pad and one source pad, and scale the 196 compressing video frames. Must have one sink pad and at least 202 frames. Must have one sink pad and at least one source pad. 206 least two sink pads and one source pad, and must pass the video 211 least one sink pad and at least one source pad. It receives video 372 at least one of those links must be enabled for the entity to be
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | amlogic,axg-sound-card.txt | 17 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-v4.19/Documentation/device-mapper/ |
D | striped.txt | 12 <chunk size>: Size of each chunk of data. Must be at least as 37 die("Specify at least one device\n");
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | simple-pm-bus.txt | 17 - compatible: Must contain at least "simple-pm-bus". 24 Optional platform-specific properties for clock or PM domain control (at least
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic-v3.txt | 10 - compatible : should at least contain "arm,gic-v3". 13 interrupt source. Must be a single cell with a value of at least 3. 15 be at least 4. 85 - compatible : Should at least contain "arm,gic-v3-its".
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-cdc_ncm | 48 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-v4.19/Documentation/devicetree/bindings/arm/samsung/ |
D | exynos-chipid.txt | 4 - compatible : Should at least contain "samsung,exynos4210-chipid".
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | bluetooth.txt | 4 uniquely assigned to the Bluetooth device, formatted with least significant
|
/Linux-v4.19/Documentation/hwmon/ |
D | adc128d818 | 36 is read at least once. This means that the cause for the alarm may 38 caches the alarm status for each sensor until it is at least reported
|