/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | bmi.h | 54 * 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/Documentation/kbuild/ |
H A D | Kconfig.recursion-issue-02 | 9 # 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.
|
H A D | kconfig-language.rst | 684 b) Match dependency semantics: 737 Work on kconfig is welcomed on both areas of clarifying semantics and on 744 Kconfig should have at least clear and well defined semantics which also 751 Semantics of Kconfig 758 semantics is welcomed. One project deduced Kconfig semantics through 760 the deduced semantics matches our intended Kconfig design goals. 761 Another project formalized a denotational semantics of a core subset of 764 Having well defined semantics can be useful for tools for practical 766 express in boolean abstraction of the inferred semantics of Kconfig to 770 The kismet tool, based on the semantics in [10]_, finds abuses of reverse [all …]
|
/linux/Documentation/ |
H A D | atomic_bitops.txt | 36 SEMANTICS 63 Except for a successful test_and_set_bit_lock() which has ACQUIRE semantics, 64 clear_bit_unlock() which has RELEASE semantics and test_bit_acquire which has 65 ACQUIRE semantics.
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 23 * 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/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 20 * 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/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 24 * 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/include/linux/ |
H A D | atomic.h | 16 * - 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
|
H A D | mutex_types.h | 14 * Simple, straightforward mutexes with strict semantics: 28 * These semantics are fully enforced when DEBUG_MUTEXES is
|
/linux/include/uapi/linux/ |
H A D | rseq.h | 66 * 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 136 * user-space with single-copy atomicity semantics. This field should 144 * user-space with single-copy atomicity semantics. This field should
|
/linux/Documentation/devicetree/bindings/mips/cavium/ |
H A D | ciu3.txt | 13 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/tools/testing/selftests/rseq/ |
H A D | rseq-abi.h | 66 * 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 152 * user-space with single-copy atomicity semantics. This field should 160 * user-space with single-copy atomicity semantics. This field should
|
/linux/Documentation/bpf/ |
H A D | graph_ds_impl.rst | 7 implementation of semantics specific to those data structures. 15 semantics or APIs are made or implied here. 30 Luckily, some restrictions which necessitated the use of BPF map semantics are 33 and semantics more closely match those exposed to the rest of the kernel. 40 Unless otherwise stated, examples and semantics below apply to both graph data 50 for kfuncs, the API and semantics for these data structures can be evolved in 116 obvious. The verifier could enforce the same semantics as for ``bpf_obj_drop``,
|
/linux/include/sound/ |
H A D | snd_wavefront.h | 56 #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/include/asm-generic/bitops/ |
H A D | instrumented-lock.h | 21 * This operation is atomic and provides release barrier semantics. 51 * This operation is atomic and provides acquire barrier semantics if 68 * This operation is atomic and provides release barrier semantics.
|
H A D | lock.h | 14 * This operation is atomic and provides acquire barrier semantics if 38 * This operation is atomic and provides release barrier semantics.
|
/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h |
|
/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 66 * 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/Documentation/filesystems/ |
H A D | virtiofs.rst | 28 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
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-encoder.rst | 164 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
|
H A D | ext-ctrls-codec-stateless.rst | 31 Semantics". For further documentation, refer to the above 176 Semantics". For further documentation, refer to the above 280 List Semantics". For further documentation, refer to the above 315 :ref:`h264`, section 7.4.3 "Slice Header Semantics". For further 410 section 7.4.3.2 "Prediction Weight Table Semantics". 1594 See section '7.3.1 Tx mode semantics' of the :ref:`vp9` specification for more details. 1806 See section '7.2 Uncompressed header semantics' of the :ref:`vp9` specification 1836 See section '7.2.7 Interpolation filter semantics' of the :ref:`vp9` specification 1863 See section '7.3.6 Frame reference mode semantics' of the :ref:`vp9` specification for more details. 1998 '7.2.8 Loop filter semantics' of the :ref:`vp9` specification for more details. [all …]
|
/linux/arch/arc/include/asm/ |
H A D | barrier.h | 16 * - Operand supports fine grained load/store/load+store semantics 19 * - DMB guarantees SMP as well as local barrier semantics
|
/linux/rust/kernel/sync/ |
H A D | barrier.rs | 5 //! These primitives have the same semantics as their C counterparts: and the precise definitions 6 //! of semantics can be found at [`LKMM`].
|
/linux/kernel/locking/ |
H A D | qrwlock.c | 30 * so spin with ACQUIRE semantics until the lock is available in queued_read_lock_slowpath() 47 * The ACQUIRE semantics of the following spinning code ensure in queued_read_lock_slowpath()
|
/linux/fs/smb/server/ |
H A D | xattr.h | 11 * reproduce windows filesystem semantics. And they are encoded with NDR to 34 * allows ksmbd to faithfully reproduce windows filesystem semantics
|