Home
last modified time | relevance | path

Searched +full:5 +full:vs (Results 1 – 25 of 64) sorted by relevance

123

/Documentation/translations/zh_CN/core-api/
Drefcount-vs-atomic.rst3 :Original: Documentation/core-api/refcount-vs-atomic.rst
9 .. _cn_refcount-vs-atomic:
118 情况 5) - 基于Dec/Sub递减的通用RMW操作,返回一个值
/Documentation/devicetree/bindings/regulator/
Dqcom,spmi-regulator.yaml39 "^(5vs[1-2]|(l|s)[1-9][0-9]?|lvs[1-4])$":
87 qcom,vs-soft-start-strength:
161 "^vdd_s[1-5]-supply$": true
220 "^vdd_s[1-5]-supply$": true
276 - description: Over-current protection interrupt for 5V S1
277 - description: Over-current protection interrupt for 5V S2
280 - const: ocp-5vs1
281 - const: ocp-5vs2
409 "^vdd_s[1-5]-supply$": true
Dqcom,smd-rpm-regulator.yaml55 lvs3, 5vs1, 5vs2
71 l20, l21, l22, l23, l24, l25, l26, l27, lvs1, lvs2, lvs3, lvs4, 5vs1
114 "^((s|l|lvs|5vs)[0-9]*)|(boost-bypass)|(bob)$":
/Documentation/networking/
Dipvs-sysctl.rst7 /proc/sys/net/ipv4/vs/* Variables:
84 - 5 - service lookup
130 is controlled by the /proc/sys/net/ipv4/vs/am_droprate.
201 for VS/NAT when the load balancer receives packets from real
216 transition table. For VS/NAT, it also delays entering the
Dipvlan.rst93 5. Mode flags:
120 6. What to choose (macvlan vs. ipvlan)?
179 (5) ip -4 addr add $IPADDR dev ipvl0
188 (5) ip -4 addr add $IPADDR dev ipvl1
Dtcp_ao.rst241 2. In-kernel MKTs database vs database in userspace
361 4. ``setsockopt()`` vs ``accept()`` race
381 ``setsockopt(TCP_AO_ADD_KEY)`` vs ``accept()``
382 and ``setsockopt(TCP_AO_DEL_KEY)`` vs ``accept()`` is delegated to userspace.
394 5. Interaction with TCP-MD5
/Documentation/admin-guide/
Dinit.rst28 5) **Binary cannot be loaded**: Make sure the binary's architecture matches
29 your hardware. E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM
Diostats.rst81 Field 5 -- # of writes completed (unsigned long)
149 Disks vs Partitions
208 (see proc(5), if your system has it.)
/Documentation/usb/
Dgadget_multi.rst52 Windows lets USB Generic Parent Driver[5] handle the device which then
153 [4] [[https://msdn.microsoft.com/en-us/library/ff537109(v=VS.85).aspx]]
155 [5] [[https://msdn.microsoft.com/en-us/library/ff539234(v=VS.85).aspx]]
/Documentation/arch/x86/
Dorc-unwinder.rst28 ORC vs frame pointers
34 Gorman [1]_ have shown a slowdown of 5-10% for some workloads.
60 ORC vs DWARF
/Documentation/hwmon/
Dw83791d.rst132 fan 1-3. Fan/PWM 4-5 only support manual mode.
149 Alarms bitmap vs. beep_mask bitmask
160 in3 (5VDD) 0x000008 0x000008
163 in6 (-5VIN) 0x000400 0x000400
/Documentation/staging/
Dstatic-keys.rst72 gcc (v4.5) adds a new 'asm goto' statement that allows branching to a label:
86 consist of a single atomic 'no-op' instruction (5 bytes on x86), in the
208 5) Static keys / jump label analysis, results (x86_64):
240 ffffffff810442bc: 5d pop %rbp
262 ffffffff81044221: 5d pop %rbp
273 vs. the jump label case just has a 'no-op' or 'jmp 0'. (The jmp 0, is patched
274 to a 5 byte atomic no-op instruction at boot-time.) Thus, the disabled jump
277 6 (mov) + 2 (test) + 2 (jne) = 10 - 5 (5 byte jump 0) = 5 addition bytes.
282 footprint. We can in fact improve this even further, since the 5-byte no-op
304 5,569,188 branch-misses # 2.67% of all branches ( +- 0.54% )
/Documentation/locking/
Dspinlocks.rst22 worry about UP vs SMP issues: the spinlocks work correctly under both.
28 (5) ACQUIRE operations.
/Documentation/crypto/
Darchitecture.rst180 (e.g. AES-128 vs. AES-192 vs. AES-256). These key sizes are determined
300 | (3) | (5)
354 5. The GCM AEAD implementation also invokes the GHASH cipher
/Documentation/translations/ko_KR/
Dmemory-barriers.txt87 - 읽기 메모리 배리어 vs 로드 예측.
104 - Acquire vs 메모리 액세스.
120 - 캐시 일관성 vs DMA.
121 - 캐시 일관성 vs MMIO.
238 5번 레지스터를 읽기 위해 다음의 코드가 사용될 수 있습니다:
240 *A = 5;
245 STORE *A = 5, x = LOAD *D
246 x = LOAD *D, STORE *A = 5
493 (5) ACQUIRE 오퍼레이션.
662 WRITE_ONCE(*Q, 5);
[all …]
/Documentation/arch/x86/x86_64/
Dmm.rst75 Complete virtual memory map with 5-level page tables
152 Be very careful vs. KASLR when changing anything here. The KASLR address
156 For both 4- and 5-level layouts, the STACKLEAK_POISON value in the last 2MB
/Documentation/input/devices/
Dxpad.rst117 (5 pins vs. 4 on standard USB 1.0 connectors).
140 T: Bus=01 Lev=03 Prnt=04 Port=00 Cnt=01 Dev#= 5 Spd=12 MxCh= 0
/Documentation/
Dmemory-barriers.txt59 - Read memory barriers vs load speculation.
76 - Acquires vs memory accesses.
91 - Cache coherency vs DMA.
92 - Cache coherency vs MMIO.
208 port register (D). To read internal register 5, the following code might then
211 *A = 5;
216 STORE *A = 5, x = LOAD *D
217 x = LOAD *D, STORE *A = 5
474 (5) ACQUIRE operations.
653 WRITE_ONCE(*Q, 5);
[all …]
/Documentation/userspace-api/netlink/
Dgenetlink-legacy.rst133 use the ID of 4, operation ``d`` 5 etc.
292 vs list of objects i.e. pretty much a dump).
/Documentation/admin-guide/media/
Dem28xx-cardlist.rst37 * - 5
234 - Kworld VS-DVB-T 323UR
/Documentation/admin-guide/pm/
Damd-pstate.rst283 to the low-level firmware about the user's desired energy vs efficiency
317 ``amd-pstate`` vs ``acpi-cpufreq``
563 … 0.7565 9645075 2214891 38431470 25.1 11.646 469 2.496 kworker/5:0-40
729 …+ acpi-cpufreq-ondemand VS acpi-cpufreq-schedutil | Comprison(%) | | | |…
731 …+ amd-pstate-ondemand VS amd-pstate-schedutil | Comprison(%) | | | |…
733 …+ acpi-cpufreq-ondemand VS amd-pstate-ondemand | Comprison(%) | | | |…
735 …+ acpi-cpufreq-schedutil VS amd-pstate-schedutil | Comprison(%) | | | |…
782 …+ acpi-cpufreq-ondemand VS acpi-cpufreq-schedutil | Comprison(%) | | | …
784 …+ amd-pstate-ondemand VS amd-pstate-schedutil | Comprison(%) | 124.7392 | -36.2934 | 140.7329 …
786 …+ acpi-cpufreq-ondemand VS amd-pstate-ondemand | Comprison(%) | | | …
[all …]
/Documentation/bpf/
Dclassic_vs_extended.rst3 Classic BPF vs eBPF
18 to 5 and one register is used to accept return value from an in-kernel
109 can call kernel functions with up to 5 arguments. Calls with 6 or more arguments
139 bpf_mov R5, 5
181 return foo(ctx, 2, 3, 4, 5) + bar(ctx, 6, 7, 8, 9);
/Documentation/admin-guide/thermal/
Dintel_powerclamp.rst20 - Power vs Performance
180 5 3 1 0
317 2935 jacob 20 0 696m 125m 35m S 5 3.3 0:31.11 firefox
/Documentation/devicetree/bindings/input/
Diqs62x-keys.yaml24 vs. mutual-inductive, etc.) is selected based on the device's firmware.
59 | 5 | CH2 Proximity | x | | | | |
/Documentation/networking/dsa/
Dsja1105.rst160 now=$(phc_ctl /dev/ptp1 get | gawk '/clock time is/ { print $5; }')
167 map 0 1 2 3 5 6 7 \
168 queues 1@0 1@1 1@2 1@3 1@4 1@5 1@6 1@7 \
171 sched-entry S $(gatemask "0 1 2 3 4 5 6") 400000 \
246 now=$(phc_ctl /dev/ptp1 get | awk '/clock time is/ {print $5}') && \
259 now=$(phc_ctl /dev/ptp0 get | awk '/clock time is/ {print $5}') && \
265 map 0 1 2 3 4 5 6 7 \
266 queues 1@0 1@1 1@2 1@3 1@4 1@5 1@6 1@7 \
368 silence between the clock at the old vs at the new frequency. Otherwise the
439 5 100base-T1 100base-T1 100base-T1 100base-T1

123