| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_wlc.c | 3 * IPVS: Weighted Least-Connection Scheduling module 25 * Weighted Least Connection scheduling 31 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 in ip_vs_wlc_schedule() 32 struct ip_vs_dest *dest, *least; ip_vs_wlc_schedule() local [all...] |
| H A D | ip_vs_lc.c | 3 * IPVS: Least-Connection Scheduling module 20 * Least Connection scheduling 26 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 in ip_vs_lc_schedule() 27 struct ip_vs_dest *dest, *least = NULL; ip_vs_lc_schedule() local [all...] |
| H A D | ip_vs_nq.c | 49 * Weighted Least Connection scheduling 55 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 in ip_vs_nq_schedule() 56 struct ip_vs_dest *dest, *least = NULL; ip_vs_nq_schedule() local [all...] |
| H A D | ip_vs_sed.c | 53 * Weighted Least Connection scheduling 59 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 in ip_vs_sed_schedule() 60 struct ip_vs_dest *dest, *least; ip_vs_sed_schedule() local [all...] |
| H A 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}; 159 /* get weighted least-connection node in the destination set */ 163 struct ip_vs_dest *dest, *least; in ip_vs_dest_set_min() 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 in ip_vs_dest_set_min() 164 struct ip_vs_dest *dest, *least; ip_vs_dest_set_min() local 565 struct ip_vs_dest *dest, *least; __ip_vs_lblcr_schedule() local [all...] |
| H A 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 …]
|
| H A 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}; 401 struct ip_vs_dest *dest, *least; in __ip_vs_lblc_schedule() 420 least = dest; in __ip_vs_lblc_schedule() 421 loh = ip_vs_dest_conn_overhead(least); in __ip_vs_lblc_schedule() 428 * Find the destination with the least load. 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 in __ip_vs_lblc_schedule() 402 struct ip_vs_dest *dest, *least; __ip_vs_lblc_schedule() local [all...] |
| /linux/tools/testing/selftests/rcutorture/doc/ |
| H A D | TREE_RCU-kconfig.txt | 23 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/tools/perf/pmu-events/arch/x86/skylake/ |
| H A D | pipeline.json | 199 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 232 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 259 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 275 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 555 …"PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream… 675 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 684 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 693 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 702 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 711 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/cascadelakex/ |
| H A D | pipeline.json | 209 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 242 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 269 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 285 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 565 …"PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream… 685 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 694 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 703 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 712 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 721 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/skylakex/ |
| H A D | pipeline.json | 209 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 242 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 269 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 285 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 565 …"PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream… 685 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 694 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 703 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 712 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 721 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
| H A D | pipeline.json | 501 "PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream detector).", 640 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to port 0.", 649 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to port 1.", 658 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to ports 2 and 3.", 667 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to ports 5 and 9.", 676 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to port 5.", 685 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to port 6.", 694 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to ports 7 and 8.", 708 "BriefDescription": "Cycles at least 1 micro-op is executed from any thread on physical core.", 713 "PublicDescription": "Counts cycles when at least [all...] |
| H A D | virtual-memory.json | 12 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.", 17 "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.", 76 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a store.", 81 "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store.", 140 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.", 145 "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.",
|
| /linux/tools/perf/pmu-events/arch/x86/icelake/ |
| H A D | pipeline.json | 501 "PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream detector).", 640 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to port 0.", 649 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to port 1.", 658 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to ports 2 and 3.", 667 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to ports 5 and 9.", 676 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to port 5.", 685 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to port 6.", 694 "PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dispatched from the Reservation Station (RS) to ports 7 and 8.", 708 "BriefDescription": "Cycles at least 1 micro-op is executed from any thread on physical core.", 713 "PublicDescription": "Counts cycles when at least [all...] |
| /linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
| H A D | pipeline.json | 510 …"PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream… 649 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 658 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 667 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 676 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 685 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 694 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 703 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 717 … "BriefDescription": "Cycles at least 1 micro-op is executed from any thread on physical core.", 722 …"PublicDescription": "Counts cycles when at least 1 micro-op is executed from any thread on physic… [all …]
|
| H A D | virtual-memory.json | 12 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.", 17 "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.", 76 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a store.", 81 "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store.", 140 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.", 145 "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.",
|
| /linux/tools/perf/pmu-events/arch/x86/icelakex/ |
| H A D | pipeline.json | 490 …"PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream… 629 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 638 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 647 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 656 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 665 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 674 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 683 …"PublicDescription": "Counts, on the per-thread basis, cycles during which at least one uop is dis… 688 … "BriefDescription": "Cycles at least 1 micro-op is executed from any thread on physical core.", 693 …"PublicDescription": "Counts cycles when at least 1 micro-op is executed from any thread on physic… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/ivytown/ |
| H A D | pipeline.json | 353 …"BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalte… 386 …"BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalte… 402 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 405 …"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt sta… 419 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 423 …"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt sta… 940 … "BriefDescription": "Cycles at least 1 micro-op is executed from any thread on physical core", 945 … "PublicDescription": "Cycles at least 1 micro-op is executed from any thread on physical core.", 950 … "BriefDescription": "Cycles at least 2 micro-op is executed from any thread on physical core", 955 … "PublicDescription": "Cycles at least 2 micro-op is executed from any thread on physical core.", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/ivybridge/ |
| H A D | pipeline.json | 353 …"BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalte… 386 …"BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalte… 402 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 405 …"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt sta… 419 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 423 …"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt sta… 940 … "BriefDescription": "Cycles at least 1 micro-op is executed from any thread on physical core", 945 … "PublicDescription": "Cycles at least 1 micro-op is executed from any thread on physical core.", 950 … "BriefDescription": "Cycles at least 2 micro-op is executed from any thread on physical core", 955 … "PublicDescription": "Cycles at least 2 micro-op is executed from any thread on physical core.", [all …]
|
| /linux/sound/core/ |
| H A D | pcm_iec958.c | 14 * @cs: channel status buffer, at least four bytes 122 * @cs: channel status buffer, at least four bytes 145 * @cs: channel status buffer, at least four bytes 166 * @cs: channel status buffer, at least four bytes 192 * @cs: channel status buffer, at least four bytes
|
| /linux/arch/arc/lib/ |
| H A 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/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
| H A D | sve.json | 20 …"PublicDescription": "Counts speculatively executed predicated SVE operations with at least one bu… 24 …"PublicDescription": "Counts speculatively executed predicated SVE operations with at least one no… 32 …ively executed SVE first fault or non-fault load operations that clear at least one bit in the FFR…
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-types.rst | 144 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/rust/kernel/time/ |
| H A D | delay.rs | 13 /// Sleeps for a given duration at least. 21 /// will sleep for at least the maximum value in the range and may warn 45 // the guarantee; `fsleep()` sleeps for at least the provided duration, in fsleep() 81 // the guarantee; `udelay()` inserts a delay for at least in udelay()
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | rkisp1.rst | 12 - V10: used at least in rk3288 and rk3399 14 - V12: used at least in rk3326 and px30 15 - V13: used at least in rk1808
|