/netbsd-src/sys/external/bsd/drm2/dist/drm/scheduler/ |
H A D | sched_entity.c | 121 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() 359 entity->dependency = NULL; in drm_sched_entity_clear_dep() 407 struct dma_fence *fence = entity->dependency; in drm_sched_entity_add_dependency_cb() 417 dma_fence_put(entity->dependency); in drm_sched_entity_add_dependency_cb() 429 dma_fence_put(entity->dependency); in drm_sched_entity_add_dependency_cb() 430 entity->dependency = fence; in drm_sched_entity_add_dependency_cb() [all …]
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | opt-ignore.mk | 16 all: dependency other 18 dependency: 19 @echo dependency 1 21 @echo dependency 2 23 @echo dependency 3
|
H A D | opt-keep-going.mk | 14 all: dependency other 16 dependency: 17 @echo dependency 1 19 @echo dependency 2 21 @echo dependency 3
|
H A D | opt-ignore.exp | 1 dependency 1 3 dependency 2 5 dependency 3
|
H A D | opt-debug-graph2.mk | 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY
|
H A D | opt-debug-graph3.mk | 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY
|
H A D | deptgt-begin.mk | 34 : Making $@ from a .USE dependency. 44 : Making $@ from a .USEBEFORE dependency.
|
H A D | varfind.mk | 12 VarFind-aliases.to: explicit-dependency 14 explicit-dependency:
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | depend.c | 27 struct dependency struct 30 struct dependency * next; argument 34 static struct dependency * dep_chain = NULL; 59 struct dependency *dep; in register_dependency() 70 dep = XNEW (struct dependency); in register_dependency() 186 struct dependency *dep; in print_dependencies()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | depend.c | 27 struct dependency struct 30 struct dependency * next; argument 34 static struct dependency * dep_chain = NULL; 59 struct dependency *dep; in register_dependency() 70 dep = XNEW (struct dependency); in register_dependency() 186 struct dependency *dep; in print_dependencies()
|
/netbsd-src/external/gpl3/gdb.old/dist/config/ |
H A D | depstand.m4 | 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and 21 # honor --disable-dependency-checking, and failure to detect a usable 35 AC_CACHE_CHECK([dependency style of $depcc], 49 # it helps to detect inapplicable dependency modes. For instance 65 # like to wrap large dependency lists on column 80 (with \), and 117 then AC_MSG_ERROR([no usable dependency style found]) 124 # Choose a directory name for dependency files.
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | depstand.m4 | 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and 21 # honor --disable-dependency-checking, and failure to detect a usable 35 AC_CACHE_CHECK([dependency style of $depcc], 49 # it helps to detect inapplicable dependency modes. For instance 65 # like to wrap large dependency lists on column 80 (with \), and 117 then AC_MSG_ERROR([no usable dependency style found]) 124 # Choose a directory name for dependency files.
|
/netbsd-src/external/gpl3/gdb/dist/config/ |
H A D | depstand.m4 | 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and 21 # honor --disable-dependency-checking, and failure to detect a usable 35 AC_CACHE_CHECK([dependency style of $depcc], 49 # it helps to detect inapplicable dependency modes. For instance 65 # like to wrap large dependency lists on column 80 (with \), and 117 then AC_MSG_ERROR([no usable dependency style found]) 124 # Choose a directory name for dependency files.
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | depstand.m4 | 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and 21 # honor --disable-dependency-checking, and failure to detect a usable 35 AC_CACHE_CHECK([dependency style of $depcc], 49 # it helps to detect inapplicable dependency modes. For instance 65 # like to wrap large dependency lists on column 80 (with \), and 117 then AC_MSG_ERROR([no usable dependency style found]) 124 # Choose a directory name for dependency files.
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | depstand.m4 | 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and 21 # honor --disable-dependency-checking, and failure to detect a usable 35 AC_CACHE_CHECK([dependency style of $depcc], 49 # it helps to detect inapplicable dependency modes. For instance 65 # like to wrap large dependency lists on column 80 (with \), and 117 then AC_MSG_ERROR([no usable dependency style found]) 124 # Choose a directory name for dependency files.
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | depstand.m4 | 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and 21 # honor --disable-dependency-checking, and failure to detect a usable 35 AC_CACHE_CHECK([dependency style of $depcc], 49 # it helps to detect inapplicable dependency modes. For instance 65 # like to wrap large dependency lists on column 80 (with \), and 117 then AC_MSG_ERROR([no usable dependency style found]) 124 # Choose a directory name for dependency files.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | 5k.md | 117 ;; Any -> JR/JALR (without dependency) : 1 clock issue delay 118 ;; Any -> JR/JALR (with dependency) : 2 clock issue delay 119 ;; load -> JR/JALR (with dependency) : 3 clock issue delay 120 ;; mfhilo -> JR/JALR (with dependency) : 3 clock issue delay 121 ;; mul -> JR/JALR (with dependency) : 3 clock issue delay 201 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on condition)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | 5k.md | 117 ;; Any -> JR/JALR (without dependency) : 1 clock issue delay 118 ;; Any -> JR/JALR (with dependency) : 2 clock issue delay 119 ;; load -> JR/JALR (with dependency) : 3 clock issue delay 120 ;; mfhilo -> JR/JALR (with dependency) : 3 clock issue delay 121 ;; mul -> JR/JALR (with dependency) : 3 clock issue delay 201 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on condition)
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-score.texi | 43 Assemble code for fix data dependency 46 Assemble code for no warning message for fix data dependency 93 language instructions happen data dependency. 98 happen data dependency. 102 language instructions happen data dependency. (Default)
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-score.texi | 43 Assemble code for fix data dependency 46 Assemble code for no warning message for fix data dependency 93 language instructions happen data dependency. 98 happen data dependency. 102 language instructions happen data dependency. (Default)
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/DependenceGraphs/ |
H A D | index.rst | 26 def-use dependency between them into larger nodes that contain multiple- 32 dependency that prevent reordering transformations. Since any strongly 49 how the cycle of dependency is carried through multiple def-use relations 50 and a memory access dependency. 133 …2. The paper describes five types of dependency edges between nodes namely *loop dependency*, *flo…
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | mult_rules | 12 dependency but is defined to be null. It can however be defined 14 another dependency to the targets.";
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppopts.texi | 98 @option{-dM}. To avoid mixing such debug output with the dependency 99 rules you should explicitly specify the dependency output file with 115 header appears in @option{-MM} dependency output. 126 @option{-MF} overrides the default dependency output file. 133 dependency generation, @option{-MG} assumes missing header files are 134 generated files and adds them to the dependency list without raising 135 an error. The dependency filename is taken directly from the 144 Disable dependency generation for compiled module interfaces. 148 This option instructs CPP to add a phony target for each dependency 164 Change the target of the rule emitted by dependency generation. By [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | gpu_scheduler.h | 99 struct dma_fence *dependency; member 227 struct dma_fence *(*dependency)(struct drm_sched_job *sched_job, member
|
/netbsd-src/external/public-domain/xz/dist/macosx/ |
H A D | build.sh | 35 ../configure --disable-dependency-tracking --disable-xzdec --disable-lzmadec $GTT 49 ../configure --disable-dependency-tracking --disable-shared --disable-nls --disable-encoders --enab…
|