Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 143) sorted by relevance

123456

/linux/scripts/
A Ddev-needs.sh25 -c lists the compatible string of the dependencies
26 -d lists the driver name of the dependencies that have probed
27 -m lists the module name of the dependencies that have a module
28 -f list the firmware node path of the dependencies
29 -g list the dependencies as edges and nodes for graphviz
30 -t list the dependencies as edges for tsort
32 The filter options provide a way to filter out some dependencies:
33 --allow-no-driver By default dependencies that don't have a driver
41 dependencies.
A DKbuild.include19 # The temporary file to save gcc -MMD generated dependencies must not
105 # if_changed_dep - as if_changed, but uses fixdep to reveal dependencies
145 # Execute the command and also postprocess generated .d dependencies file.
205 # This is no use for dependencies or $(wildcard). We need to strip the
217 # be prefixed to *both* command invocation and dependencies.
225 # the wrong thing, but we don't really care. The actual dependencies
/linux/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt4 A major difficulty with control dependencies is that current compilers
7 control dependencies also pose other challenges, which leads to the
11 One such challenge is that control dependencies order only later stores.
32 (usually) guaranteed for load-store control dependencies, as in the
39 Control dependencies can pair with each other and with other types
59 It is tempting to try use control dependencies to enforce ordering on
145 to relying on control dependencies to produce this ordering, you should
182 In addition, control dependencies apply only to the then-clause and
208 The control dependencies would then extend only to the pair of cmov
219 (*) Control dependencies can order prior loads against later stores.
[all …]
A DREADME29 and cannot do to control dependencies: control-dependencies.txt
53 control-dependencies.txt
55 your control dependencies.
A Dglossary.txt10 Address dependencies are quite common in RCU read-side critical
22 dependencies. Please see Documentation/RCU/rcu_dereference.rst
63 line 1 to the WRITE_ONCE() on line 2. Control dependencies are
65 Please see control-dependencies.txt for more information.
96 on line 1 to the WRITE_ONCE() on line 2. Data dependencies are
/linux/Documentation/kbuild/
A DKconfig.select-break17 # visit the dependencies of the select target (in this case B). And since
18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
A Dkconfig-language.rst24 Every entry has its own dependencies. These dependencies are used
117 - dependencies: "depends on" <expr>
133 - reverse dependencies: "select" <symbol> ["if" <expr>]
145 a symbol to a value without visiting the dependencies.
149 (no prompts anywhere) and for symbols with no dependencies.
153 - weak reverse dependencies: "imply" <symbol> ["if" <expr>]
231 Menu dependencies
427 possible options are dependencies.
509 config option to 'y' no matter the dependencies.
552 Architecture and platform dependencies
[all …]
/linux/Documentation/admin-guide/
A Dinit.rst23 4) **Binary exists but dependencies not available**: E.g. required library
24 dependencies of the init binary such as ``/lib/ld-linux.so.2`` missing or
33 library dependencies). And before tackling scripts, better first test a
/linux/drivers/gpu/drm/scheduler/
A Dsched_main.c601 xa_init_flags(&job->dependencies, XA_FLAGS_ALLOC); in drm_sched_job_init()
662 xa_for_each(&job->dependencies, index, entry) { in drm_sched_job_add_dependency()
668 xa_store(&job->dependencies, index, fence, GFP_KERNEL); in drm_sched_job_add_dependency()
675 ret = xa_alloc(&job->dependencies, &id, fence, xa_limit_32b, GFP_KERNEL); in drm_sched_job_add_dependency()
748 xa_for_each(&job->dependencies, index, fence) { in drm_sched_job_cleanup()
751 xa_destroy(&job->dependencies); in drm_sched_job_cleanup()
A Dsched_entity.c209 if (!xa_empty(&job->dependencies)) in drm_sched_job_dependency()
210 return xa_erase(&job->dependencies, job->last_dependency++); in drm_sched_job_dependency()
/linux/samples/bpf/
A DREADME.rst7 Build dependencies
34 There are usually dependencies to header files of the current kernel.
70 (build dependencies are ninja, cmake and gcc-c++)::
/linux/Documentation/driver-api/
A Ddma-buf.rst228 Common to all these schemes is that userspace controls the dependencies of these
233 * Only the kernel knows about all DMA fence dependencies, userspace is not aware
234 of dependencies injected due to memory management or scheduler decisions.
236 * Only userspace knows about all dependencies in indefinite fences and when
260 through memory management dependencies which userspace is unaware of, which
263 architecture there is no single entity with knowledge of all dependencies.
266 The only solution to avoid dependencies loops is by not allowing indefinite
333 - Only a fairly theoretical option would be to untangle these dependencies when
/linux/tools/testing/selftests/futex/
A DREADME30 o External dependencies shall remain as minimal as possible. Currently gcc
31 and glibc are the only dependencies.
/linux/drivers/staging/android/
A DTODO4 - add proper arch dependencies as needed
/linux/Documentation/locking/
A Dlockdep-design.rst20 the dependencies between different lock-classes. Lock usage indicates
26 continuing effort to prove lock usages and dependencies are correct or
156 Furthermore, the following usage based lock dependencies are not allowed
192 Exception: Nested data dependencies leading to nested locking
302 single-task locking dependencies in the kernel as possible, at least
514 Lock dependencies record the orders of the acquisitions of a pair of locks, and
516 dependencies, but we can show that 4 types of lock dependencies are enough for
551 Note that given two locks, they may have multiple dependencies between them,
572 in the path, as the path that doesn't have two conjunct edges (dependencies) as
574 walking to another through the lock dependencies, and if X -> Y -> Z is in the
[all …]
/linux/Documentation/dev-tools/kunit/
A Dstart.rst7 Installing dependencies
9 KUnit has the same dependencies as the Linux kernel. As long as you can build
49 It'll warn you if you haven't included the dependencies of the options you're
/linux/Documentation/translations/zh_CN/admin-guide/
A Dinit.rst34 4) **二进制存在但依赖项不可用Binary exists but dependencies not available** :
/linux/Documentation/translations/zh_TW/admin-guide/
A Dinit.rst37 4) **二進位存在但依賴項不可用Binary exists but dependencies not available** :
/linux/Documentation/devicetree/bindings/nvmem/
A Dnvmem-consumer.yaml33 dependencies:
/linux/Documentation/devicetree/bindings/net/nfc/
A Dnxp,pn532.yaml33 dependencies:
/linux/Documentation/
A DKconfig7 This option makes the Kernel to check for missing dependencies,
/linux/tools/build/
A DBuild.include26 # The temporary file to save gcc -MD generated dependencies must not
74 # dependencies in the cmd file
/linux/Documentation/livepatch/
A Dcumulative-patches.rst5 There might be dependencies between livepatches. If multiple patches need
58 - Decrease user confusion about dependencies between livepatches.
/linux/drivers/net/wireless/ti/
A DKconfig18 # keep last for automatic dependencies
/linux/Documentation/devicetree/bindings/spi/
A Dmarvell,mmp2-ssp.yaml41 dependencies:

Completed in 19 milliseconds

123456