| /Linux-v5.4/net/netfilter/ipvs/ | 
| D | ip_vs_wlc.c | 3  * IPVS:        Weighted Least-Connection Scheduling module 26  *	Weighted Least Connection scheduling 32 	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() 62 	 *    Find the destination with the least load.  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() [all …] 
 | 
| D | ip_vs_lc.c | 3  * IPVS:        Least-Connection Scheduling module 21  *	Least Connection scheduling 27 	struct ip_vs_dest *dest, *least = NULL;  in ip_vs_lc_schedule()  local 33 	 * Simply select the server with the least number of  in ip_vs_lc_schedule() 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() [all …] 
 | 
| D | ip_vs_nq.c | 50  *	Weighted Least Connection scheduling 56 	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() [all …] 
 | 
| D | ip_vs_sed.c | 54  *	Weighted Least Connection scheduling 60 	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() 90 	 *    Find the destination with the least load.  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() [all …] 
 | 
| D | ip_vs_lblcr.c | 3  * IPVS:        Locality-Based Least-Connection with Replication scheduler 16  *               n, serverSet[dest_ip] <- {weighted least-conn node}; 18  *               n <- {least-conn (alive) node in serverSet[dest_ip]}; 22  *                   n <- {weighted least-conn node}; 160 /* get weighted least-connection node in the destination set */ 164 	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() [all …] 
 | 
| D | Kconfig | 12 	  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 …] 
 | 
| D | ip_vs_lblc.c | 3  * IPVS:        Locality-Based Least-Connection scheduling module 23  *               n, cachenode[dest_ip] <- {weighted least-conn node}; 29  *                 n, cachenode[dest_ip] <- {weighted least-conn node}; 402 	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() 429 	 *    Find the destination with the least load.  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() [all …] 
 | 
| /Linux-v5.4/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-v5.4/tools/perf/pmu-events/arch/x86/cascadelakex/ | 
| D | pipeline.json | 25 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 165 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 196 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 206 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 299 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 309 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 319 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 329 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 339 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 349 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… [all …] 
 | 
| /Linux-v5.4/tools/perf/pmu-events/arch/x86/skylakex/ | 
| D | pipeline.json | 22 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 161 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 192 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 202 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 295 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 305 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 315 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 325 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 335 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 345 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… [all …] 
 | 
| /Linux-v5.4/tools/perf/pmu-events/arch/x86/skylake/ | 
| D | pipeline.json | 26 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 165 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 196 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 215 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 290 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 300 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 310 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 320 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 330 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 340 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… [all …] 
 | 
| /Linux-v5.4/tools/perf/pmu-events/arch/x86/icelake/ | 
| D | pipeline.json | 227 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 238 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 249 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 260 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 271 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 282 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 293 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 458 …"PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream… 505         "PublicDescription": "Cycles where at least 1 uop was executed per-thread.", 512         "BriefDescription": "Cycles where at least 1 uop was executed per-thread", [all …] 
 | 
| D | virtual-memory.json | 48 …"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page … 55 …    "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.", 115 …"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page … 122         "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a store.", 182 …"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page … 189 …"BriefDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction f…
  | 
| /Linux-v5.4/lib/zstd/ | 
| D | huf.h | 58 …size_t wkspSize); /**< `workSpace` must be a table of at least HUF_COMPRESS_WORKSPACE_SIZE_U32 uns… 93 /* The workspace must have alignment at least 4 and be at least this large */ 97 /* The workspace must have alignment at least 4 and be at least this large */ 146 …int preferRepeat); /**< `workSpace` must be a table of at least HUF_COMPRESS_WORKSPACE_SIZE_U32 un… 150 …*  `workSpace` must be aligned on 4-bytes boundaries, and be at least as large as a table of 1024 … 190 …size_t wkspSize); /**< `workSpace` must be a table of at least HUF_COMPRESS_WORKSPACE_SIZE_U32 uns… 199 …int preferRepeat); /**< `workSpace` must be a table of at least HUF_COMPRESS_WORKSPACE_SIZE_U32 un…
  | 
| /Linux-v5.4/arch/arc/lib/ | 
| D | strcmp.S | 33 	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/media/uapi/mediactl/ | 
| D | media-types.rst | 150 	  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/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-v5.4/tools/perf/pmu-events/arch/x86/ivybridge/ | 
| D | pipeline.json | 19 …"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt sta… 25 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 196 …"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt sta… 203 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 223 …"BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalte… 243 …"BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalte… 932         "PublicDescription": "Cycles where at least 1 uop was executed per-thread.", 938         "BriefDescription": "Cycles where at least 1 uop was executed per-thread", 943         "PublicDescription": "Cycles where at least 2 uops were executed per-thread.", 949         "BriefDescription": "Cycles where at least 2 uops were executed per-thread", [all …] 
 | 
| /Linux-v5.4/tools/perf/pmu-events/arch/x86/ivytown/ | 
| D | pipeline.json | 19 …"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt sta… 25 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 196 …"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt sta… 203 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 223 …"BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalte… 243 …"BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalte… 932         "PublicDescription": "Cycles where at least 1 uop was executed per-thread.", 938         "BriefDescription": "Cycles where at least 1 uop was executed per-thread", 943         "PublicDescription": "Cycles where at least 2 uops were executed per-thread.", 949         "BriefDescription": "Cycles where at least 2 uops were executed per-thread", [all …] 
 | 
| /Linux-v5.4/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-v5.4/drivers/s390/net/ | 
| D | ctcm_fsms.h | 271 MPCG_STATE_READY	XID exchanges for at least 1 write and 283 			      At least 1, but not all, XID2(0)'s 291 			      At least 1, but not all, XID2(7)'s 309 			      At least 1, but not all, XID2(0)'s 317 			      At least 1, but not all, XID2(7)'s
  | 
| /Linux-v5.4/tools/testing/selftests/powerpc/tm/ | 
| D | tm-signal-context-chk-vsx.c | 81 	 * registers, but only the least significant 64 bits of vsr0-31. The  in signal_usr1() 90 	 * part of one VSX half, i.e. v_regs + 1 points to the least significant  in signal_usr1() 95 	/* Get pointer to least significant doubleword of vsr0-31 */  in signal_usr1() 103 		 * copy VSX least significant one from 64-bit slots below  in signal_usr1() 127 		 * copy VSX least significant one from 64-bit slots below  in signal_usr1()
  | 
| /Linux-v5.4/tools/testing/selftests/powerpc/stringloops/ | 
| D | strlen_32.S | 20  *    byte changed from 0 to 1. This works because the least significant 21  *    0 byte must have had no incoming carry (otherwise it's not the least 30  *    of no consequence since the least significant match is the one
  | 
| /Linux-v5.4/arch/powerpc/lib/ | 
| D | strlen_32.S | 20  *    byte changed from 0 to 1. This works because the least significant 21  *    0 byte must have had no incoming carry (otherwise it's not the least 30  *    of no consequence since the least significant match is the one
  | 
| /Linux-v5.4/Documentation/media/uapi/cec/ | 
| D | cec-pin-error-inj.rst | 167     a specific CEC opcode then the bit position must be at least 18, 181     was at least 2 bytes long. This is useful to test the high-level 242     Drop the last byte from the message, provided the message is at least 248     must be at least 18, otherwise the opcode hasn't been received yet. 263     must be at least 18, otherwise the opcode hasn't been received yet. 299     opcode then the bit position must be at least 18, otherwise the opcode 306     specific CEC opcode then the bit position must be at least 18, otherwise 328     position must be at least 18, otherwise the opcode hasn't been received yet.
  |