Searched refs:dependencies (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | dev-needs.sh | 25 -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. 44 dependencies [all...] |
H A D | sphinx-pre-install | 686 # That's far from ideal, specially for LaTeX dependencies. 695 print "There are likely missing dependencies.\n"; 699 # Common dependencies 781 die "Can't build as $need mandatory dependencies are missing"; 854 print "All optional dependencies are met.\n" if (!$optional); 859 die "Can't build as $need mandatory dependencies are missing"; 862 print "Needed package dependencies are met.\n"; 882 print "\t--version-check\t- if version is compatible, don't check for missing dependencies\n"; 883 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";
|
/kernel/linux/linux-6.6/scripts/ |
H A D | dev-needs.sh | 25 -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. 44 dependencies [all...] |
H A D | sphinx-pre-install | 689 # That's far from ideal, specially for LaTeX dependencies. 698 print "There are likely missing dependencies.\n"; 702 # Common dependencies 979 die "Can't build as $need mandatory dependencies are missing"; 992 print "All optional dependencies are met.\n" if (!$optional); 997 die "Can't build as $need mandatory dependencies are missing"; 1000 print "Needed package dependencies are met.\n"; 1020 print "\t--version-check\t- if version is compatible, don't check for missing dependencies\n"; 1021 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";
|
H A D | get_feat.pl | 592 track dependencies during documentation build.
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | xcr0_cpuid_test.c | 22 #define ASSERT_XFEATURE_DEPENDENCIES(supported_xcr0, xfeatures, dependencies) \ 24 uint64_t __supported = (supported_xcr0) & ((xfeatures) | (dependencies)); \ 27 __supported == ((xfeatures) | (dependencies)), \ 28 "supported = 0x%llx, xfeatures = 0x%llx, dependencies = 0x%llx", \ 29 __supported, (xfeatures), (dependencies)); \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/ |
H A D | sched_main.c | 33 * returning the dependencies of a job etc. 645 xa_init_flags(&job->dependencies, XA_FLAGS_ALLOC); in drm_sched_job_init() 683 * @job: scheduler job to add the dependencies to 684 * @fence: the dma_fence to add to the list of dependencies. 706 xa_for_each(&job->dependencies, index, entry) { in drm_sched_job_add_dependency() 712 xa_store(&job->dependencies, index, fence, GFP_KERNEL); in drm_sched_job_add_dependency() 719 ret = xa_alloc(&job->dependencies, &id, fence, xa_limit_32b, GFP_KERNEL); in drm_sched_job_add_dependency() 729 * @job: scheduler job to add the dependencies to 757 * @job: scheduler job to add the dependencies to 791 * drm_sched_job_add_implicit_dependencies - adds implicit dependencies a [all...] |
H A D | sched_entity.c | 183 /* Wait for all dependencies to avoid data corruptions */ in drm_sched_entity_kill_jobs_cb() 184 xa_for_each(&job->dependencies, index, f) { in drm_sched_entity_kill_jobs_cb() 188 /* The dependencies array had a reference on the scheduled in drm_sched_entity_kill_jobs_cb() 196 * we can release the reference the dependencies array in drm_sched_entity_kill_jobs_cb() 202 xa_erase(&job->dependencies, index); in drm_sched_entity_kill_jobs_cb() 436 /* We keep the fence around, so we can iterate over all dependencies in drm_sched_job_dependency() 440 f = xa_load(&job->dependencies, job->last_dependency); in drm_sched_job_dependency()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/ |
H A D | Makefile | 90 echo "** NOTICE: Failed build dependencies"; \ 108 ERROR_OUT = $(error Please add the necessary dependencies)
|
/kernel/linux/linux-6.6/tools/verification/rv/ |
H A D | Makefile | 90 echo "** NOTICE: Failed build dependencies"; \ 108 ERROR_OUT = $(error Please add the necessary dependencies)
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | gpu_scheduler.h | 281 * from run_job() won't be created until the dependencies have 357 * @dependencies: 359 * Contains the dependencies as struct dma_fence for this job, see 363 struct xarray dependencies; member 365 /** @last_dependency: tracks @dependencies as they signal */ 402 * Can be NULL if no additional preparation to the dependencies are 409 * @run_job: Called to execute the job once all of the dependencies
|
Completed in 7 milliseconds