Searched refs:implicit (Results 1 – 25 of 69) sorted by relevance
123
/Linux-v6.6/Documentation/bpf/ |
D | linux-notes.rst | 63 These instructions have seven implicit operands: 65 * Register R6 is an implicit input that must contain a pointer to a 67 * Register R0 is an implicit output which contains the data fetched from 72 These instructions have an implicit program exit condition as well. If an
|
D | map_cgroup_storage.rst | 48 There is no implicit synchronization. Storages of ``BPF_MAP_TYPE_CGROUP_STORAGE``
|
/Linux-v6.6/arch/parisc/math-emu/ |
D | Makefile | 7 ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \ 9 -Wno-implicit-int -Wno-missing-prototypes -Wno-missing-declarations \
|
/Linux-v6.6/sound/usb/ |
D | Makefile | 11 implicit.o \
|
/Linux-v6.6/scripts/ |
D | Makefile.extrawarn | 12 KBUILD_CFLAGS += -Werror=implicit-function-declaration 13 KBUILD_CFLAGS += -Werror=implicit-int
|
D | asn1_compiler.c | 861 int labelled = 0, implicit = 0; in parse_type() local 927 implicit = 1; in parse_type() 939 if (!implicit) in parse_type() 941 element->compound = implicit ? TAG_OVERRIDE : SEQUENCE; in parse_type()
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | vidioc-decoder-cmd.rst | 50 call sends an implicit START command to the decoder if it has not been 54 call of a streaming file descriptor sends an implicit immediate STOP 158 decoder in case of an implicit stop initiated by the decoder itself,
|
D | vidioc-encoder-cmd.rst | 57 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-cropcap.rst | 40 can occur implicit when switching the video input or output.
|
D | format.rst | 55 with the :ref:`VIDIOC_REQBUFS` ioctl or implicit
|
/Linux-v6.6/Documentation/features/sched/membarrier-sync-core/ |
D | arch-support.txt | 10 # Rely on implicit context synchronization as a result of exception return
|
/Linux-v6.6/Documentation/driver-api/ |
D | ioctl.rst | 176 implicit padding. The ``pahole`` tool can be used for checking the 185 implicit padding. 203 implicit padding in data structures. Where there is implicit padding
|
D | dma-buf.rst | 110 :doc: implicit fence polling 289 workloads. This also means no implicit fencing for shared buffers in these 308 faults. Specifically this means implicit synchronization will not be possible.
|
/Linux-v6.6/usr/include/ |
D | Makefile | 9 UAPI_CFLAGS := -std=c90 -Wall -Werror=implicit-function-declaration
|
/Linux-v6.6/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 38 # of the "select CORE" from CORE_BELL_A_ADVANCED as that is implicit already
|
/Linux-v6.6/Documentation/mm/ |
D | overcommit-accounting.rst | 44 The C language stack growth does an implicit mremap. If you want absolute
|
/Linux-v6.6/arch/sh/ |
D | Makefile | 39 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
|
/Linux-v6.6/Documentation/admin-guide/perf/ |
D | arm-cmn.rst | 53 Since the watchpoint direction is otherwise implicit in the underlying
|
/Linux-v6.6/arch/arm64/kernel/vdso32/ |
D | Makefile | 66 -Werror-implicit-function-declaration \
|
/Linux-v6.6/Documentation/networking/dsa/ |
D | configuration.rst | 322 to the host port). Instead, all FDB entries with the ``self`` flag (implicit or 331 # or shorthand, because the 'local' flag is implicit if 'static' is not 429 # CPU ports in LAG, relying on implicit migration of the DSA master
|
/Linux-v6.6/Documentation/security/ |
D | landlock.rst | 121 The definition of a subject is implicit for a task sandboxing itself, which
|
/Linux-v6.6/Documentation/RCU/ |
D | lockdep.rst | 83 1. An RCU read-side critical section (implicit), or
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 130 an implicit dependency between those batches that requires
|
/Linux-v6.6/Documentation/gpu/rfc/ |
D | i915_vm_bind.rst | 48 execlist. Hence, no support for implicit sync. It is expected that the below 72 evictions, vma lookup table, implicit sync, vma active reference tracking etc.,
|
/Linux-v6.6/Documentation/locking/ |
D | preempt-locking.rst | 95 reschedule. So use this implicit preemption-disabling property only if you
|
123