Searched refs:implicit (Results 1 – 25 of 40) sorted by relevance
12
/Linux-v4.19/arch/parisc/math-emu/ |
D | Makefile | 7 ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \ 9 -Wno-implicit-int
|
/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | arm,arch_timer.txt | 31 This also affects writes to the tval register, due to the implicit 38 registers, due to the implicit counter read.
|
/Linux-v4.19/Documentation/features/sched/membarrier-sync-core/ |
D | arch-support.txt | 10 # Rely on implicit context synchronization as a result of exception return
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-encoder-cmd.rst | 54 call sends an implicit START command to the encoder if it has not been 61 call of a streaming file descriptor sends an implicit immediate STOP to
|
D | vidioc-decoder-cmd.rst | 51 call sends an implicit START command to the decoder if it has not been 55 call of a streaming file descriptor sends an implicit immediate STOP
|
D | vidioc-reqbufs.rst | 64 any DMA in progress, an implicit
|
D | vidioc-cropcap.rst | 41 can occur implicit when switching the video input or output.
|
D | format.rst | 55 with the :ref:`VIDIOC_REQBUFS` ioctl or implicit
|
/Linux-v4.19/Documentation/core-api/ |
D | atomic_ops.rst | 44 proper implicit or explicit read memory barrier is needed before reading the 64 been set with this operation or set with another operation. A proper implicit 75 implicit or explicit memory barrier is used after possible runtime 79 interface must take care of that with a proper implicit or explicit memory 196 which to make the adjustment, whereas the latter two use an implicit 231 explicit counter adjustment is given instead of the implicit "1". 250 decrement is given instead of the implicit "1". This primitive must 458 They must execute atomically, yet there are no implicit memory barrier
|
/Linux-v4.19/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 38 # of the "select CORE" from CORE_BELL_A_ADVANCED as that is implicit already
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | Makefile | 19 subdir-ccflags-y += $(call cc-disable-warning, implicit-fallthrough)
|
/Linux-v4.19/Documentation/vm/ |
D | overcommit-accounting.rst | 45 The C language stack growth does an implicit mremap. If you want absolute
|
/Linux-v4.19/scripts/ |
D | asn1_compiler.c | 865 int labelled = 0, implicit = 0; in parse_type() local 931 implicit = 1; in parse_type() 943 if (!implicit) in parse_type() 945 element->compound = implicit ? TAG_OVERRIDE : SEQUENCE; in parse_type()
|
/Linux-v4.19/arch/sh/ |
D | Makefile | 46 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
|
/Linux-v4.19/Documentation/RCU/ |
D | lockdep.txt | 76 1. An RCU read-side critical section (implicit), or
|
/Linux-v4.19/Documentation/ |
D | atomic_t.txt | 176 These helper barriers exist because architectures have varying implicit
|
D | preempt-locking.txt | 97 So use this implicit preemption-disabling property only if you know that the
|
D | vfio-mediated-device.txt | 148 (Note that mdev-core provides no implicit serialization of create/remove
|
/Linux-v4.19/Documentation/arm/ |
D | kernel_mode_neon.txt | 108 The GCC option -ftree-vectorize (implied by -O3) tries to exploit implicit
|
/Linux-v4.19/Documentation/block/ |
D | cfq-iosched.txt | 158 an implicit leaf child node which hosts all the tasks whose weight is 196 the implicit leaf node. The total active weight at this level is
|
/Linux-v4.19/Documentation/crypto/ |
D | async-tx-api.txt | 42 1/ implicit synchronous path: users of the API do not need to know if
|
/Linux-v4.19/Documentation/bpf/ |
D | bpf_design_QA.rst | 123 Q: Why BPF has implicit prologue and epilogue?
|
/Linux-v4.19/fs/cifs/ |
D | Kconfig | 193 IP addresses) which is needed for implicit mounts of DFS junction
|
/Linux-v4.19/ |
D | Makefile | 422 -Werror-implicit-function-declaration \ 824 KBUILD_CFLAGS += $(call cc-option,-Werror=implicit-int)
|
/Linux-v4.19/Documentation/networking/ |
D | filter.txt | 790 Prologue and epilogue are emitted by JIT and are implicit in the 978 have seven implicit operands. Register R6 is an implicit input that must 979 contain pointer to sk_buff. Register R0 is an implicit output which contains 984 These instructions have implicit program exit condition as well. When
|
12