Home
last modified time | relevance | path

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

12345678910>>...17

/Linux-v5.15/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.rst58 Quick Quiz:
61 :ref:`Answer to Quick Quiz <answer_quick_quiz_NMI>`
106 Answer to Quick Quiz:
DwhatisRCU.rst44 :ref:`8. ANSWERS TO QUICK QUIZZES <8_whatisRCU>`
675 Quick Quiz #1:
680 :ref:`Answers to Quick Quiz <8_whatisRCU>`
731 Quick Quiz #2:
735 :ref:`Answers to Quick Quiz <8_whatisRCU>`
739 Quick Quiz #3:
744 :ref:`Answers to Quick Quiz <8_whatisRCU>`
1040 8. ANSWERS TO QUICK QUIZZES
1043 Quick Quiz #1:
1089 :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:
DlistRCU.rst297 Quick Quiz:
301 :ref:`Answer to Quick Quiz <quick_quiz_answer>`
457 Answer to Quick Quiz:
468 :ref:`Back to Quick Quiz <quick_quiz>`
/Linux-v5.15/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
/Linux-v5.15/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,
/Linux-v5.15/tools/perf/Documentation/
DMakefile302 # quick-install: quick-install-man
304 # quick-install-man:
305 # '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir)
307 #quick-install-html:
308 # '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir)
/Linux-v5.15/include/trace/events/
Dsmbus.h75 { I2C_SMBUS_QUICK, "QUICK" },
119 { I2C_SMBUS_QUICK, "QUICK" },
183 { I2C_SMBUS_QUICK, "QUICK" },
229 { I2C_SMBUS_QUICK, "QUICK" },
/Linux-v5.15/tools/memory-model/Documentation/
DREADME32 LKMM, and would like a quick reference: cheatsheet.txt
51 Quick-reference guide to the Linux-kernel memory model.
/Linux-v5.15/Documentation/admin-guide/
Dsyscall-user-dispatch.rst27 The goal of this design is to provide very quick compatibility layer
71 region, that provides a quick way to enable disable syscall redirection
/Linux-v5.15/include/linux/
Dswiotlb.h69 * @start: The start address of the swiotlb memory pool. Used to do a quick
72 * @end: The end address of the swiotlb memory pool. Used to do a quick
/Linux-v5.15/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()
/Linux-v5.15/fs/nilfs2/
DKconfig10 consistency like conventional LFS, it achieves quick recovery after
/Linux-v5.15/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst116 | **Quick Quiz**: |
157 | **Quick Quiz**: |
178 | **Quick Quiz**: |
321 | **Quick Quiz**: |
390 | **Quick Quiz**: |
438 | **Quick Quiz**: |
550 | **Quick Quiz**: |
581 | **Quick Quiz**: |
/Linux-v5.15/Documentation/doc-guide/
Dcontributing.rst65 A quick look at the source file named above turned up a couple of kerneldoc
80 it was a matter of adding the missing asterisks. A quick look at the
163 Fixing typographical or formatting errors in the documentation is a quick
/Linux-v5.15/arch/x86/xen/
Dmmu.c27 * the (quick) virt_to_machine() p2m lookup in arbitrary_virt_to_machine()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmapping.h19 * hardware with a previous id, and quick remove() and add() reusing the same
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dst_shmem_utils.c6 /* Just a quick and causal check of the shmem_utils API */
/Linux-v5.15/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c265 bool quick; in vivid_copy_buffer() local
309 /* quick is true if no video scaling is needed */ in vivid_copy_buffer()
310 quick = dev->loop_vid_out.width == dev->loop_vid_cap.width; in vivid_copy_buffer()
337 if (quick && !osdline) { in vivid_copy_buffer()
603 /* if quick is true, then valid_pix() doesn't have to be called */ in vivid_overlay()
604 bool quick = dev->bitmap_cap == NULL && dev->clipcount_cap == 0; in vivid_overlay() local
641 if (quick) { in vivid_overlay()
/Linux-v5.15/include/scsi/
Dscsi_transport_spi.h28 unsigned int qas:1; /* Quick Arbitration and Selection enabled */
43 unsigned int support_qas; /* supports quick arbitration and selection */
/Linux-v5.15/drivers/base/test/
Dtest_async_driver_probe.c205 "test failed: probe was too quick\n"); in test_async_probe_init()
232 "test failed: probe was too quick\n"); in test_async_probe_init()
/Linux-v5.15/drivers/sh/intc/
Dirqdomain.c50 * Quick linear revmap check in intc_irq_domain_init()
/Linux-v5.15/include/uapi/linux/netfilter_bridge/
Debt_among.h26 * (in `cmp' array). This is quick as it requires only two elementary

12345678910>>...17