Home
last modified time | relevance | path

Searched full:semantics (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/Linux-v5.15/drivers/net/wireless/ath/ath6kl/
Dbmi.h54 * Semantics: Host is done using BMI
62 * Semantics: Host reads ATH6KL memory
73 * Semantics: Host writes ATH6KL memory
84 * Semantics: Causes ATH6KL to execute code
95 * Semantics: Set Target application starting address
104 * Semantics: Read a 32-bit Target SOC register.
114 * Semantics: Write a 32-bit Target SOC register.
126 * Semantics: Fetch the 4-byte Target information
141 * Semantics: Install a ROM Patch.
155 * Semantics: Uninstall a previously-installed ROM Patch,
[all …]
/Linux-v5.15/Documentation/kbuild/
DKconfig.recursion-issue-029 # kconfig semantics which are documented here. One known practical implication
11 # drivers if they share a common core requirement and use disjoint semantics to
18 # A perhaps not so obvious implication of this is that, if semantics on these
31 # due to the disjoint use of semantics on expressing each bell's relationship
43 # problem consisted on matching semantics with newly introduced features.
Dkconfig-language.rst619 b) Match dependency semantics:
672 Work on kconfig is welcomed on both areas of clarifying semantics and on
679 Kconfig should have at least clear and well defined semantics which also
686 Semantics of Kconfig
693 semantics is welcomed. One project deduced Kconfig semantics through
695 the deduced semantics matches our intended Kconfig design goals.
697 Having well defined semantics can be useful for tools for practical
699 express in boolean abstraction of the inferred semantics of Kconfig to
708 only reverse engineering techniques have been used to deduce semantics from
721 abstraction the inferred semantics of Kconfig to translate Kconfig logic into
/Linux-v5.15/arch/sparc/include/uapi/asm/
Dfcntl.h23 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
25 * for O_DSYNC semantics now, but using the correct symbolic name for it.
26 * This new value is used to request true Posix O_SYNC semantics. It is
28 * new headers get at least O_DSYNC semantics on older kernels.
/Linux-v5.15/Documentation/locking/
Dlocktypes.rst86 Owner semantics
90 semantics:
140 rw_semaphore complies by default with the strict owner semantics, but there
193 semantics:
205 PREEMPT_RT kernel due to the PREEMPT_RT specific spinlock_t semantics.
227 The semantics of spinlock_t change with the state of PREEMPT_RT.
230 exactly the same semantics.
236 based on rt_mutex which changes the semantics:
253 PREEMPT_RT kernels preserve all other spinlock_t semantics:
312 implementation, thus changing semantics:
[all …]
Dmutex-design.rst75 Semantics section in Generic Mutex Subsystem
91 These semantics are fully enforced when CONFIG DEBUG_MUTEXES is enabled.
150 Unless the strict semantics of mutexes are unsuitable and/or the critical
/Linux-v5.15/arch/alpha/include/uapi/asm/
Dfcntl.h20 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
22 * for O_DSYNC semantics now, but using the correct symbolic name for it.
23 * This new value is used to request true Posix O_SYNC semantics. It is
25 * new headers get at least O_DSYNC semantics on older kernels.
/Linux-v5.15/arch/mips/include/uapi/asm/
Dfcntl.h24 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
26 * for O_DSYNC semantics now, but using the correct symbolic name for it.
27 * This new value is used to request true Posix O_SYNC semantics. It is
29 * new headers get at least O_DSYNC semantics on older kernels.
/Linux-v5.15/include/linux/
Datomic.h16 * - Acquire: Provides ACQUIRE semantics, _acquire suffix.
17 * - Release: Provides RELEASE semantics, _release suffix.
21 * semantics apply only to the load and RELEASE semantics only to the
/Linux-v5.15/Documentation/devicetree/bindings/mips/cavium/
Dciu3.txt13 The second cell indicates the triggering semantics, and may have a
14 value of either 4 for level semantics, or 1 for edge semantics.
/Linux-v5.15/Documentation/
Datomic_bitops.txt36 SEMANTICS
66 Except for a successful test_and_set_bit_lock() which has ACQUIRE semantics and
67 clear_bit_unlock() which has RELEASE semantics.
/Linux-v5.15/include/sound/
Dsnd_wavefront.h56 #define mpu_command_port base + 1 /* write semantics */
57 #define mpu_status_port base + 1 /* read semantics */
59 #define status_port base + 3 /* read semantics */
60 #define control_port base + 3 /* write semantics */
/Linux-v5.15/include/asm-generic/bitops/
Dinstrumented-lock.h21 * This operation is atomic and provides release barrier semantics.
49 * This operation is atomic and provides acquire barrier semantics if
66 * This operation is atomic and provides release barrier semantics.
Dlock.h14 * This operation is atomic and provides acquire barrier semantics if
38 * This operation is atomic and provides release barrier semantics.
/Linux-v5.15/include/uapi/asm-generic/
Dfcntl.h67 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
69 * for O_DSYNC semantics now, but using the correct symbolic name for it.
70 * This new value is used to request true Posix O_SYNC semantics. It is
72 * new headers get at least O_DSYNC semantics on older kernels.
/Linux-v5.15/tools/include/uapi/asm-generic/
Dfcntl.h66 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
68 * for O_DSYNC semantics now, but using the correct symbolic name for it.
69 * This new value is used to request true Posix O_SYNC semantics. It is
71 * new headers get at least O_DSYNC semantics on older kernels.
/Linux-v5.15/Documentation/filesystems/
Dvirtiofs.rst28 guest and host to increase performance and provide semantics that are not
68 Mapping /dev/fuse to virtqueues requires solving differences in semantics
71 prioritize certain requests over others. Virtqueues have queue semantics and
Dsharedsubtree.rst12 5) Detailed semantics
24 that got mounted recently. Shared subtree semantics provide the necessary
202 Apart from the above semantics this feature provides the
207 The above semantics allows a way to share mounts across
239 5) Detailed semantics
241 The section below explains the detailed semantics of
357 5b) Bind semantics
434 5c) Rbind semantics
471 5d) Move semantics
548 5e) Mount semantics
[all …]
/Linux-v5.15/arch/riscv/include/asm/
Dbitops.h152 * This operation is atomic and provides acquire barrier semantics.
166 * This operation is atomic and provides release barrier semantics.
180 * It does provide release barrier semantics so it can be used to unlock
187 * provide release semantics anyway.
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Ddev-encoder.rst164 follow standard semantics.
190 follow standard semantics.
199 follow standard semantics.
216 follow standard semantics.
226 follow standard semantics.
388 follow standard semantics.
421 follow standard semantics.
452 standard semantics.
545 per the standard semantics of the V4L2 control interface. The client may
552 semantics of the V4L2 control interface. If the client needs to apply the
/Linux-v5.15/arch/arc/include/asm/
Dbarrier.h16 * - Operand supports fine grained load/store/load+store semantics
19 * - DMB guarantees SMP as well as local barrier semantics
/Linux-v5.15/include/uapi/linux/
Drseq.h66 * semantics. This field should only be read by the thread which
78 * Read by user-space with single-copy atomicity semantics. This
106 * atomicity semantics. This field should only be updated by the
/Linux-v5.15/Documentation/driver-api/
Ddevice-io.rst113 semantics. Using the relaxed read functions will provide significant
292 architecture-specific modes, with a shared set of semantics.
373 Like ioremap(), but explicitly requests non-posted write semantics. On some
374 architectures and buses, ioremap() mappings have posted write semantics, which
378 due to the posted write semantics, this is not the case with respect to other
379 devices. ioremap_np() explicitly requests non-posted semantics, which means
386 semantics and portable drivers should use an abstraction that automatically
400 Using ioremap_np() for PCI BARs will at best result in posted write semantics,
403 Note that non-posted write semantics are orthogonal to CPU-side ordering
/Linux-v5.15/kernel/locking/
Dqrwlock.c29 * so spin with ACQUIRE semantics until the lock is available in queued_read_lock_slowpath()
44 * The ACQUIRE semantics of the following spinning code ensure in queued_read_lock_slowpath()
/Linux-v5.15/Documentation/i2c/
Dsummary.rst20 SMBus, but some SMBus protocols add semantics beyond what is required to
28 implement all the common SMBus protocol semantics or messages.

12345678910>>...22