| /Linux-v4.19/scripts/kconfig/tests/err_recursive_dep/ |
| D | expected_stderr | 1 Kconfig:11:error: recursive dependency detected! 4 subsection "Kconfig recursive dependency limitations" 6 Kconfig:5:error: recursive dependency detected! 9 subsection "Kconfig recursive dependency limitations" 11 Kconfig:17:error: recursive dependency detected! 15 subsection "Kconfig recursive dependency limitations" 17 Kconfig:32:error: recursive dependency detected! 21 subsection "Kconfig recursive dependency limitations" 23 Kconfig:37:error: recursive dependency detected! 27 subsection "Kconfig recursive dependency limitations" [all …]
|
| /Linux-v4.19/Documentation/kbuild/ |
| D | Kconfig.recursion-issue-01 | 8 # This Kconfig file has a simple recursive dependency issue. In order to 9 # understand why this recursive dependency issue occurs lets consider what 34 # the "recursive dependency detected" error. 39 # since CORE_BELL_A depends on CORE. Recursive dependency issues are not always 42 # easy to understand. Note that matching semantics on the dependency on 45 mainmenu "Simple example to demo kconfig recursive dependency issue"
|
| D | Kconfig.select-break | 1 # Select broken dependency issue 21 mainmenu "Simple example to demo kconfig select broken dependency issue"
|
| D | kconfig-language.txt | 107 This defines a dependency for this menu entry. If multiple 140 from a direct dependency or with a visible prompt. 270 the menu entry, e.g. this means the dependency "NET" is added to the 271 dependency list of the config option NETDEVICES. 276 be part of the dependency list and then one of these two conditions 345 dependency, but will not appear under menuconfig M anymore, because 416 This defines an if block. The dependency expression <expr> is appended 486 to describe the dependency on the compiler feature is to use "depends on" 510 Kconfig recursive dependency limitations 513 If you've hit the Kconfig error: "recursive dependency detected" you've run [all …]
|
| /Linux-v4.19/drivers/gpu/drm/scheduler/ |
| D | gpu_scheduler.c | 231 if (READ_ONCE(entity->dependency)) in drm_sched_entity_is_ready() 319 if (entity->dependency) { in drm_sched_entity_fini() 320 dma_fence_remove_callback(entity->dependency, in drm_sched_entity_fini() 322 dma_fence_put(entity->dependency); in drm_sched_entity_fini() 323 entity->dependency = NULL; in drm_sched_entity_fini() 372 entity->dependency = NULL; in drm_sched_entity_wakeup() 381 entity->dependency = NULL; in drm_sched_entity_clear_dep() 439 struct dma_fence * fence = entity->dependency; in drm_sched_entity_add_dependency_cb() 449 dma_fence_put(entity->dependency); in drm_sched_entity_add_dependency_cb() 461 dma_fence_put(entity->dependency); in drm_sched_entity_add_dependency_cb() [all …]
|
| /Linux-v4.19/include/trace/events/ |
| D | timer.h | 394 TP_PROTO(int success, int dependency), 396 TP_ARGS(success, dependency), 400 __field( int , dependency ) 405 __entry->dependency = dependency; 409 show_tick_dep_name(__entry->dependency))
|
| /Linux-v4.19/tools/memory-model/litmus-tests/ |
| D | LB+fencembonceonce+ctrlonceonce.litmus | 9 * combination of a control dependency and a full memory barrier are enough 11 * another control dependency and order would still be maintained.)
|
| /Linux-v4.19/Documentation/core-api/ |
| D | refcount-vs-atomic.rst | 57 A control dependency (on success) for refcounters guarantees that 61 Control dependency on stores are not implemented using any explicit 116 * fully ordered --> control dependency on success for stores 134 * fully ordered --> RELEASE ordering + control dependency 149 * fully ordered --> RELEASE ordering + control dependency + hold
|
| /Linux-v4.19/tools/memory-model/Documentation/ |
| D | cheatsheet.txt | 26 DR: Dependent read (address dependency) 27 DW: Dependent write (address, data, or control dependency)
|
| D | recipes.txt | 274 against later accesses that depend on the value loaded. A dependency 276 (address dependency, as shown above), the value written by a later store 277 (data dependency), or whether or not a later store is executed in the 278 first place (control dependency). Note that the term "data dependency" 361 control dependency paired with a full memory barrier: 378 This pairing of a control dependency in CPU0() with a full memory 384 control dependency on the kernel side and a full memory barrier on 398 The kernel's control dependency between the load from ->data_tail 555 the LB litmus test, a control dependency was enough to do the
|
| /Linux-v4.19/include/drm/ |
| D | gpu_scheduler.h | 85 struct dma_fence *dependency; member 216 struct dma_fence *(*dependency)(struct drm_sched_job *sched_job, member
|
| /Linux-v4.19/Documentation/driver-api/ |
| D | device_link.rst | 22 Often these two dependency types come together, so a device depends on 28 In its standard form, a device link combines *both* dependency types: 61 represents a driver presence dependency, yet is added from the consumer's 77 driver presence dependency is needed (but only correct suspend/resume and 96 Driver authors should be aware that a driver presence dependency (i.e. when 143 (supplier). A driver presence dependency is not necessary for this 159 * In some SoCs a functional dependency exists from display, video codec and 173 ordering or a driver presence dependency. 200 To prevent introduction of dependency loops into the graph, it is 211 such a device link only makes sense if a driver presence dependency is
|
| D | device_connection.rst | 18 Device connections alone do not create a dependency between the two devices. 20 A dependency between the two devices exists only if one of the two endpoint
|
| /Linux-v4.19/Documentation/bus-devices/ |
| D | ti-gpmc.txt | 24 dependency for certain gpmc timings on gpmc clock frequency. Hence a 50 gpmc timing dependency on peripheral timings: 118 indirect dependency of peripheral timings to gpmc timings other than
|
| /Linux-v4.19/Documentation/ |
| D | memory-barriers.txt | 55 - Data dependency barriers (historical). 192 There is an obvious data dependency here, as the value loaded into D depends on 397 dependency barriers; see the "SMP barrier pairing" subsection. 400 (2) Data dependency barriers. 402 A data dependency barrier is a weaker form of read barrier. In the case 405 load will be directed), a data dependency barrier would be required to 409 A data dependency barrier is a partial ordering on interdependent loads 415 considered can then perceive. A data dependency barrier issued by the CPU 420 dependency barrier. 425 [!] Note that the first load really has to have a _data_ dependency and [all …]
|
| /Linux-v4.19/Documentation/networking/ |
| D | tcp-thin.txt | 11 dependency on the arrival of new data from the application to trigger 18 lifespan. The combination of time-dependency and the fact that the
|
| /Linux-v4.19/drivers/gpu/drm/i915/ |
| D | Kconfig.debug | 6 # We use the dependency on !COMPILE_TEST to not be enabled in 94 bool "Enable additional driver debugging for detecting dependency cycles" 154 and also analyze the request dependency resolving timeline.
|
| /Linux-v4.19/kernel/time/ |
| D | Kconfig | 87 # NO_HZ_COMMON dependency 92 # VIRT_CPU_ACCOUNTING_GEN dependency
|
| /Linux-v4.19/drivers/mtd/lpddr/ |
| D | Kconfig | 22 # ARM dependency is only for writel_relaxed()
|
| /Linux-v4.19/tools/build/ |
| D | Build.include | 59 # Copy dependency data into .cmd file 60 # - gcc -M dependency info
|
| /Linux-v4.19/Documentation/crypto/ |
| D | async-tx-api.txt | 46 2/ cross channel dependency chains: the API allows a chain of dependent 81 before the dependency is submitted. This requires that all descriptors be 86 2/ submitting an unacknowledged descriptor as a dependency to another 104 it polls for the completion of the operation. It handles dependency
|
| /Linux-v4.19/arch/arm/common/ |
| D | vlock.S | 68 @ Control dependency implies strb not observable before previous ldrb.
|
| /Linux-v4.19/tools/testing/ktest/ |
| D | config-bisect.pl | 230 my %dependency; 278 my $arr = $dependency{$config};
|
| /Linux-v4.19/Documentation/devicetree/bindings/net/ |
| D | socfpga-dwmac.txt | 23 This device node has additional phandle dependency, the sgmii converter:
|
| /Linux-v4.19/Documentation/devicetree/bindings/clock/ |
| D | sprd.txt | 28 which are defined in the driver. The detailed dependency
|