Home
last modified time | relevance | path

Searched full:quick (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/kernel/linux/linux-5.10/Documentation/RCU/
DUP.rst51 Quick Quiz #1:
54 :ref:`Answers to Quick Quiz <answer_quick_quiz_up>`
83 Quick Quiz #2:
86 :ref:`Answers to Quick Quiz <answer_quick_quiz_up>`
99 Quick Quiz #3:
105 Answer to Quick Quiz #1:
113 Answer to Quick Quiz #2:
135 Answer to Quick Quiz #3:
Drcubarrier.rst186 Quick Quiz #1:
190 :ref:`Answer to Quick Quiz #1 <answer_rcubarrier_quiz_1>`
272 Quick Quiz #2:
279 :ref:`Answer to Quick Quiz #2 <answer_rcubarrier_quiz_2>`
296 Answers to Quick Quizzes
301 Quick Quiz #1:
316 :ref:`Back to Quick Quiz #1 <rcubarrier_quiz_1>`
320 Quick Quiz #2:
353 :ref:`Back to Quick Quiz #2 <rcubarrier_quiz_2>`
DNMI-RCU.rst59 Quick Quiz:
62 :ref:`Answer to Quick Quiz <answer_quick_quiz_NMI>`
107 Answer to Quick Quiz:
DwhatisRCU.rst44 :ref:`8. ANSWERS TO QUICK QUIZZES <8_whatisRCU>`
676 Quick Quiz #1:
681 :ref:`Answers to Quick Quiz <8_whatisRCU>`
732 Quick Quiz #2:
736 :ref:`Answers to Quick Quiz <8_whatisRCU>`
740 Quick Quiz #3:
745 :ref:`Answers to Quick Quiz <8_whatisRCU>`
1041 8. ANSWERS TO QUICK QUIZZES
1044 Quick Quiz #1:
1090 :ref:`Back to Quick Quiz #1 <quiz_1>`
[all …]
DarrayRCU.rst50 Quick Quiz:
53 :ref:`Answer to Quick Quiz <answer_quick_quiz_seqlock>`
159 Answer to Quick Quiz:
/kernel/linux/linux-4.19/Documentation/RCU/
DUP.txt49 Quick Quiz #1: why is it -not- legal to invoke synchronize_rcu() in
79 Quick Quiz #2: What locking restriction must RCU callbacks respect?
94 Quick Quiz #3: Why can't synchronize_rcu() return immediately on
98 Answer to Quick Quiz #1:
106 Answer to Quick Quiz #2:
127 Answer to Quick Quiz #3:
Drcubarrier.txt180 Quick Quiz #1: Is there any other situation where rcu_barrier() might
260 Quick Quiz #2: What happens if CPU 0's rcu_barrier_func() executes
280 Answers to Quick Quizzes
282 Quick Quiz #1: Is there any other situation where rcu_barrier() might
296 Quick Quiz #2: What happens if CPU 0's rcu_barrier_func() executes
DNMI-RCU.txt56 Quick Quiz: Why might the rcu_dereference_sched() be necessary on Alpha,
101 Answer to Quick Quiz
DarrayRCU.txt44 Quick Quiz: Why is it so important that updates be rare when
148 Answer to Quick Quiz:
DwhatisRCU.txt34 8. ANSWERS TO QUICK QUIZZES
630 Quick Quiz #1: Why is this argument naive? How could a deadlock
681 Quick Quiz #2: Give an example where Classic RCU's read-side
684 Quick Quiz #3: If it is illegal to block in an RCU read-side
955 8. ANSWERS TO QUICK QUIZZES
957 Quick Quiz #1: Why is this argument naive? How could a deadlock
1001 Quick Quiz #2: Give an example where Classic RCU's read-side
1026 Quick Quiz #3: If it is illegal to block in an RCU read-side
/kernel/liteos_a/
DREADME.md33 │ ├── quickstart # APIs for quick start of the system
70 …i3516D V300](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-l…
76 …Environment](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-l…
77 …Environment](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-l…
87 …g on Hi3516](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-l…
DREADME_zh-HK.md70 …V300([介紹](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-l…
76 - [編譯環境凖備](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-l…
77 - Hi3516DV300單板:參考[環境搭建](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-star…
87 …516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-l…
DREADME_zh.md69 …516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-l…
75 - [编译环境准备](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart…
76 - Hi3516DV300单板:参考[环境搭建](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-st…
86 …516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-l…
/kernel/linux/linux-4.19/Documentation/i2c/
Di2c-stub6 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w)
13 quick commands to the specified addresses; it will respond to the other
47 value 0x1f0000 would only enable the quick, byte and byte data
/kernel/linux/linux-4.19/Documentation/crypto/
Ddescore-readme.txt100 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37.
243 9-127 (may not be able to use CISC shift immediate or add/sub quick),
291 call this before using any other routine with `Quick' in its name.
316 Des{Small|Quick}{Fips|Core}{Encrypt|Decrypt}(d, m, s)
323 Fips slows down Quick by 10%, Small by 9%.
324 Small|Quick determines whether you use the normal routine
325 or the crazy quick one which gobbles up 64k more of memory.
326 Small is 50% slower then Quick, but Quick needs 32 times as much
327 memory. Quick is included for programs that do nothing but DES,
/kernel/linux/linux-5.10/Documentation/i2c/
Di2c-stub.rst9 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w)
16 quick commands to the specified addresses; it will respond to the other
52 value 0x1f0000 would only enable the quick, byte and byte data
/kernel/linux/linux-5.10/Documentation/crypto/
Ddescore-readme.rst125 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37.
287 - 9-127 (may not be able to use CISC shift immediate or add/sub quick),
342 call this before using any other routine with ``Quick`` in its name.
369 Des{Small|Quick}{Fips|Core}{Encrypt|Decrypt}(d, m, s)
381 Fips slows down Quick by 10%, Small by 9%.
383 Small|Quick determines whether you use the normal routine
384 or the crazy quick one which gobbles up 64k more of memory.
385 Small is 50% slower then Quick, but Quick needs 32 times as much
386 memory. Quick is included for programs that do nothing but DES,
/kernel/linux/linux-5.10/include/trace/events/
Dsmbus.h75 { I2C_SMBUS_QUICK, "QUICK" },
119 { I2C_SMBUS_QUICK, "QUICK" },
183 { I2C_SMBUS_QUICK, "QUICK" },
229 { I2C_SMBUS_QUICK, "QUICK" },
/kernel/linux/linux-4.19/include/trace/events/
Dsmbus.h79 { I2C_SMBUS_QUICK, "QUICK" },
123 { I2C_SMBUS_QUICK, "QUICK" },
187 { I2C_SMBUS_QUICK, "QUICK" },
233 { I2C_SMBUS_QUICK, "QUICK" },
/kernel/linux/linux-5.10/tools/perf/Documentation/
DMakefile360 # quick-install: quick-install-man
362 # quick-install-man:
363 # '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir)
365 #quick-install-html:
366 # '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir)
/kernel/linux/linux-4.19/tools/perf/Documentation/
DMakefile356 # quick-install: quick-install-man
358 # quick-install-man:
359 # '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir)
361 #quick-install-html:
362 # '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir)
/kernel/linux/linux-5.10/lib/mpi/
Dmpi-mod.c127 if (r1->nlimbs > k+1) /* Quick modulo operation. */ in mpi_mod_barrett()
130 if (r2->nlimbs > k+1) /* Quick modulo operation. */ in mpi_mod_barrett()
/kernel/linux/linux-4.19/fs/nilfs2/
DKconfig9 consistency like conventional LFS, it achieves quick recovery after
/kernel/linux/linux-5.10/fs/nilfs2/
DKconfig10 consistency like conventional LFS, it achieves quick recovery after
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmapping.h19 * hardware with a previous id, and quick remove() and add() reusing the same

12345678910>>...31