Searched refs:least (Results 1 - 25 of 52) sorted by last modified time

123

/linux-master/arch/arm64/kernel/
H A Dhead.S41 #error PAGE_OFFSET must be at least 2MB aligned
/linux-master/net/openvswitch/
H A Dconntrack.c165 #error NF_CT_LABELS_MAX_SIZE must be at least 16 bytes
/linux-master/tools/verification/rv/
H A DMakefile.config19 $(info libtraceevent version is too low, it must be at least $(LIBTRACEEVENT_MIN_VERSION))
35 $(info libtracefs version is too low, it must be at least $(LIBTRACEFS_MIN_VERSION))
/linux-master/tools/tracing/rtla/
H A DMakefile.config19 $(info libtraceevent version is too low, it must be at least $(LIBTRACEEVENT_MIN_VERSION))
35 $(info libtracefs version is too low, it must be at least $(LIBTRACEFS_MIN_VERSION))
/linux-master/tools/perf/
H A DMakefile.config693 $(warning Warning: Disabled BPF skeletons as reliable BTF generation needs at least $(CLANG) version 12.0.1)
/linux-master/scripts/
H A Dsphinx-pre-install95 # At least on some LTS distros like CentOS 7, texlive doesn't
843 print "Warning: It is recommended at least Sphinx version $rec_version.\n";
H A Dcheckpatch.pl384 printf "$P: requires at least perl version %vd\n", $minimum_perl_version;
1073 # requires at least perl version v5.10.0
1359 An upgrade to at least perl $minimum_perl_version is suggested.
4886 # least the arch entry code will not trigger this warning.
/linux-master/arch/x86/kernel/
H A Dhead_32.S242 movb $4,X86 # at least 486
/linux-master/arch/x86/boot/
H A Dheader.S448 # The worst case can at least be bounded by having one bit that represents
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm489 // each wave will alloc 4 vgprs at least...
/linux-master/arch/arm/mm/
H A Dcache-v6.S47 .rept 11 @ ARM Ltd recommends at least
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S599 /* read the last <16B of AAD. since we have at least 4B of
714 # Requires the input data be at least 1 byte long due to READ_PARTIAL_BLOCK
H A Daesni-intel_asm.S273 # Requires the input data be at least 1 byte long because of READ_PARTIAL_BLOCK
633 # Requires the input data be at least 1 byte long due to READ_PARTIAL_BLOCK
/linux-master/net/netfilter/ipvs/
H A Dip_vs_wlc.c32 struct ip_vs_dest *dest, *least; local
53 least = dest;
54 loh = ip_vs_dest_conn_overhead(least);
62 * Find the destination with the least load.
70 (__s64)doh * atomic_read(&least->weight)) {
71 least = dest;
78 IP_VS_DBG_ADDR(least->af, &least->addr),
79 ntohs(least->port),
80 atomic_read(&least
[all...]
H A Dip_vs_sed.c60 struct ip_vs_dest *dest, *least; local
81 least = dest;
82 loh = ip_vs_sed_dest_overhead(least);
90 * Find the destination with the least load.
98 (__s64)doh * atomic_read(&least->weight)) {
99 least = dest;
106 IP_VS_DBG_ADDR(least->af, &least->addr),
107 ntohs(least->port),
108 atomic_read(&least
[all...]
H A Dip_vs_nq.c56 struct ip_vs_dest *dest, *least = NULL; local
84 least = dest;
89 if (!least ||
91 (__s64)doh * atomic_read(&least->weight))) {
92 least = dest;
97 if (!least) {
105 IP_VS_DBG_ADDR(least->af, &least->addr),
106 ntohs(least->port),
107 atomic_read(&least
[all...]
H A Dip_vs_lc.c27 struct ip_vs_dest *dest, *least = NULL; local
33 * Simply select the server with the least number of
46 if (!least || doh < loh) {
47 least = dest;
52 if (!least)
57 IP_VS_DBG_ADDR(least->af, &least->addr),
58 ntohs(least->port),
59 atomic_read(&least->activeconns),
60 atomic_read(&least
[all...]
H A Dip_vs_lblcr.c16 * 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; local
169 least = e->dest;
170 if (least->flags & IP_VS_DEST_F_OVERLOAD)
173 if ((atomic_read(&least->weight) > 0)
174 && (least->flags & IP_VS_DEST_F_AVAILABLE)) {
175 loh = ip_vs_dest_conn_overhead(least);
565 struct ip_vs_dest *dest, *least; local
[all...]
H A Dip_vs_lblc.c23 * n, cachenode[dest_ip] <- {weighted least-conn node};
29 * n, cachenode[dest_ip] <- {weighted least-conn node};
402 struct ip_vs_dest *dest, *least; local
421 least = dest;
422 loh = ip_vs_dest_conn_overhead(least);
429 * Find the destination with the least load.
438 (__s64)doh * atomic_read(&least->weight)) {
439 least = dest;
446 IP_VS_DBG_ADDR(least->af, &least
[all...]
/linux-master/arch/x86/lib/
H A Dchecksum_32.S45 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
71 jae 1f # Jump if we had at least two bytes.
285 jae 1f # Jump if we had at least two bytes.
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S61 bne 2f ! at least two bytes more
/linux-master/tools/scripts/
H A Dutilities.mak108 # At least GNU make gets confused by expanding a newline
/linux-master/arch/alpha/lib/
H A Dstrchr.S50 $found: negq t0, t1 # e0 : clear all but least set bit
H A Dstrncat.S41 $found: negq $2, $3 # clear all but least set bit
H A Dstrcat.S36 $found: negq $2, $3 # clear all but least set bit

Completed in 231 milliseconds

123