Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v6.1/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:
DarrayRCU.rst50 Quick Quiz:
53 :ref:`Answer to Quick Quiz <answer_quick_quiz_seqlock>`
159 Answer to Quick Quiz:
DwhatisRCU.rst48 :ref:`9. ANSWERS TO QUICK QUIZZES <9_whatisRCU>`
677 Quick Quiz #1:
682 :ref:`Answers to Quick Quiz <9_whatisRCU>`
733 Quick Quiz #2:
737 :ref:`Answers to Quick Quiz <9_whatisRCU>`
741 Quick Quiz #3:
746 :ref:`Answers to Quick Quiz <9_whatisRCU>`
1125 9. ANSWERS TO QUICK QUIZZES
1128 Quick Quiz #1:
1174 :ref:`Back to Quick Quiz #1 <quiz_1>`
[all …]
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-v6.1/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-v6.1/drivers/media/platform/intel/
DKconfig6 tristate "PXA27x Quick Capture Interface driver"
14 This is a v4l2 driver for the PXA27x Quick Capture Interface
/Linux-v6.1/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-v6.1/Documentation/rust/
Dindex.rst7 in the kernel, please read the quick-start.rst guide.
12 quick-start
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/lib/mpi/
Dmpi-mod.c129 if (r1->nlimbs > k+1) /* Quick modulo operation. */ in mpi_mod_barrett()
132 if (r2->nlimbs > k+1) /* Quick modulo operation. */ in mpi_mod_barrett()
/Linux-v6.1/include/linux/
Dswiotlb.h67 * @start: The start address of the swiotlb memory pool. Used to do a quick
70 * @end: The end address of the swiotlb memory pool. Used to do a quick
/Linux-v6.1/fs/nilfs2/
DKconfig10 consistency like conventional LFS, it achieves quick recovery after
/Linux-v6.1/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst116 | **Quick Quiz**: |
157 | **Quick Quiz**: |
178 | **Quick Quiz**: |
316 | **Quick Quiz**: |
385 | **Quick Quiz**: |
433 | **Quick Quiz**: |
545 | **Quick Quiz**: |
576 | **Quick Quiz**: |
/Linux-v6.1/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
164 Fixing typographical or formatting errors in the documentation is a quick
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_sa_media.c41 * media GT and cache it for quick lookup. in intel_sa_mediagt_setup()
Dst_shmem_utils.c6 /* Just a quick and causal check of the shmem_utils API */
/Linux-v6.1/arch/x86/xen/
Dmmu.c27 * the (quick) virt_to_machine() p2m lookup in arbitrary_virt_to_machine()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmapping.h19 * hardware with a previous id, and quick remove() and add() reusing the same
/Linux-v6.1/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c266 bool quick; in vivid_copy_buffer() local
310 /* quick is true if no video scaling is needed */ in vivid_copy_buffer()
311 quick = dev->loop_vid_out.width == dev->loop_vid_cap.width; in vivid_copy_buffer()
338 if (quick && !osdline) { in vivid_copy_buffer()
604 /* if quick is true, then valid_pix() doesn't have to be called */ in vivid_overlay()
605 bool quick = dev->bitmap_cap == NULL && dev->clipcount_cap == 0; in vivid_overlay() local
642 if (quick) { in vivid_overlay()
/Linux-v6.1/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 */

12345678910>>...18