| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | jobserver-exec | 15 jobs = b"" variable 37 jobs += slot 43 if len(jobs): 44 os.write(writer, jobs) 48 claim = len(jobs) + 1 63 if len(jobs): 64 os.write(writer, jobs)
|
| H A D | generate_initcall_order.pl | 18 my $jobs = {}; # child process pid -> file handle 169 if (!exists($jobs->{$pid})) { 173 my $fh = $jobs->{$pid}; 181 delete($jobs->{$pid}); 202 $jobs->{$pid} = $fh; 213 if (scalar(keys(%{$jobs})) >= $njobs) { 219 while (scalar(keys(%{$jobs})) > 0) {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | 0001-dash-Specify-format-string-in-fmtstr.patch | 8 usr/dash/jobs.c:429:3: error: format not a string literal and no format arguments [-Werror=format-s… 14 usr/dash/jobs.c | 2 +- 17 diff --git a/usr/dash/jobs.c b/usr/dash/jobs.c 19 --- a/usr/dash/jobs.c 20 +++ b/usr/dash/jobs.c
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/ |
| H A D | 0001-limit-number-of-LTO-jobs.patch | 4 Subject: [PATCH] limit number of LTO jobs. 6 --thinlto-jobs accepts "all" only since llvm 13. Dunfell 40 - ldflags += [ "-Wl,--thinlto-jobs=all" ] 42 + # linker jobs. This is still suboptimal to a potential dynamic 44 + ldflags += [ "-Wl,--thinlto-jobs=" + max_jobs_per_link ] 57 + # Limit the number of jobs (threads/processes) the linker is allowed
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | genboardscfg.py | 227 def scan_defconfigs(jobs=1): argument 245 for i in range(jobs): 246 defconfigs = all_defconfigs[total_boards * i / jobs : 247 total_boards * (i + 1) / jobs] 411 def gen_boards_cfg(output, jobs=1, force=False): argument 425 params_list = scan_defconfigs(jobs) 445 gen_boards_cfg(options.output, jobs=options.jobs, force=options.force)
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | padata.rst | 9 Padata is a mechanism by which the kernel can farm jobs out to be done in 16 Padata also supports multithreaded jobs, splitting up the job evenly while load 25 The first step in using padata to run serialized jobs is to set up a 26 padata_instance structure for overall control of how jobs are to be run:: 39 jobs to be serialized independently. A padata_instance may have one or more 40 padata_shells associated with it, each allowing a separate series of jobs. 45 The CPUs used to run jobs can be changed in two ways, programatically with 52 parallel cpumask describes which processors will be used to execute jobs 116 true parallelism is achieved by submitting multiple jobs. parallel() runs with 141 pains to ensure that jobs are completed in the order in which they were [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-kcopyd.c | 528 static struct kcopyd_job *pop_io_job(struct list_head *jobs, in pop_io_job() argument 537 list_for_each_entry(job, jobs, list) { in pop_io_job() 553 static struct kcopyd_job *pop(struct list_head *jobs, in pop() argument 561 if (!list_empty(jobs)) { in pop() 562 if (jobs == &kc->io_jobs) in pop() 563 job = pop_io_job(jobs, kc); in pop() 565 job = list_entry(jobs->next, struct kcopyd_job, list); in pop() 574 static void push(struct list_head *jobs, struct kcopyd_job *job) in push() argument 580 list_add_tail(&job->list, jobs); in push() 585 static void push_head(struct list_head *jobs, struct kcopyd_job *job) in push_head() argument [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | control.py | 42 GetPlural(options.threads), options.jobs, GetPlural(options.jobs)) 235 if not options.jobs: 236 options.jobs = max(1, (multiprocessing.cpu_count() + 259 options.threads, options.jobs, gnu_make=gnu_make, checkout=True,
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 80 def make(self, jobs, build_dir, make_options): argument 81 command = ['make', 'ARCH=um', '--jobs=' + str(jobs)] 195 def build_um_kernel(self, alltests, jobs, build_dir, make_options): argument 200 self._ops.make(jobs, build_dir, make_options)
|
| H A D | kunit.py | 74 request.jobs, 144 build_request = KunitBuildRequest(request.jobs, request.build_dir, 266 cli_args.jobs, 300 request = KunitBuildRequest(cli_args.jobs,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_soft_job.c | 390 _MALI_OSK_LIST_HEAD_STATIC_INIT(jobs); in mali_soft_job_system_abort() 412 _mali_osk_list_move(&job->system_list, &jobs); in mali_soft_job_system_abort() 418 _mali_osk_list_move(&job->system_list, &jobs); in mali_soft_job_system_abort() 425 _MALI_OSK_LIST_FOREACHENTRY(job, tmp, &jobs, struct mali_soft_job, system_list) { in mali_soft_job_system_abort()
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0033-lib-crypt-uClibc-ng-doesn-t-set-errno-when-encryptio.patch | 12 https://gitlab.com/buildroot.org/buildroot/-/jobs/830981961 13 https://gitlab.com/buildroot.org/buildroot/-/jobs/830981979
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_job.c | 354 pfdev->jobs[slot] = job; in panfrost_job_run() 522 job = pfdev->jobs[j]; in panfrost_job_irq_handler() 525 pfdev->jobs[j] = NULL; in panfrost_job_irq_handler() 579 if (pfdev->jobs[i]) { in panfrost_reset() 582 pfdev->jobs[i] = NULL; in panfrost_reset()
|
| H A D | TODO | 11 - Compute job support. So called 'compute only' jobs need to be plumbed up to
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | kcopyd.rst | 10 to set aside for their copy jobs. This is done with a call to 43 When a user is done with all their copy jobs, they should call
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/ |
| H A D | 0002-kpatch-build-allow-overriding-of-distro-name.patch | 35 …:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs:,target:,name:,outp… 36 …:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs:,target:,name:,outp…
|
| H A D | 0001-kpatch-build-add-cross-compilation-support.patch | 51 …:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs:,target:,name:,outp… 52 …:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs:,target:,name:,outp…
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/ |
| H A D | kunit-tool.rst | 44 ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all` 47 - ``--jobs`` sets the number of threads to use to build the kernel.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/docs/ |
| H A D | policy_operation_diagram.dot | 44 call_ctxdone [ shape=plaintext label="don't requeue;\n/* ctx has no more jobs */" ]; 97 …sh:sw->rt_queue:qm [ lhead=cluster_policy_queues label="enqueue_ctx()\n/* ctx still has jobs */" ];
|
| /OK3568_Linux_fs/buildroot/package/p910nd/ |
| H A D | Config.in | 7 print jobs and passes them directly to a USB printer.
|
| /OK3568_Linux_fs/buildroot/package/at/ |
| H A D | Config.in | 6 store them as jobs to be scheduled for execution in the
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/ |
| H A D | airo.c | 1205 unsigned long jobs; member 1335 clear_bit(JOB_MIC, &ai->jobs); in micinit() 1893 clear_bit(JOB_DIE, &ai->jobs); in airo_open() 1905 set_bit(JOB_DIE, &ai->jobs); in airo_open() 2110 clear_bit(JOB_XMIT, &priv->jobs); in airo_end_xmit() 2166 set_bit(JOB_XMIT, &priv->jobs); in airo_start_xmit() 2182 clear_bit(JOB_XMIT11, &priv->jobs); in airo_end_xmit11() 2245 set_bit(JOB_XMIT11, &priv->jobs); in airo_start_xmit11() 2258 clear_bit(JOB_STATS, &ai->jobs); in airo_read_stats() 2290 if (!test_bit(JOB_STATS, &local->jobs)) { in airo_get_stats() [all …]
|
| /OK3568_Linux_fs/buildroot/package/gawk/ |
| H A D | Config.in | 9 jobs with just a few lines of code.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgso_bench.sh | 51 if [[ "${jobs}" != "" ]]; then
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/builder/ |
| H A D | builder_0.1.bb | 2 DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific jobs like buildi…
|