Home
last modified time | relevance | path

Searched refs:jobs (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-kcopyd.c391 static struct kcopyd_job *pop_io_job(struct list_head *jobs, in pop_io_job() argument
400 list_for_each_entry(job, jobs, list) { in pop_io_job()
416 static struct kcopyd_job *pop(struct list_head *jobs, in pop() argument
424 if (!list_empty(jobs)) { in pop()
425 if (jobs == &kc->io_jobs) in pop()
426 job = pop_io_job(jobs, kc); in pop()
428 job = list_entry(jobs->next, struct kcopyd_job, list); in pop()
437 static void push(struct list_head *jobs, struct kcopyd_job *job) in push() argument
443 list_add_tail(&job->list, jobs); in push()
448 static void push_head(struct list_head *jobs, struct kcopyd_job *job) in push_head() argument
[all …]
/Linux-v4.19/Documentation/device-mapper/
Dkcopyd.txt9 to set aside for their copy jobs. This is done with a call to
42 When a user is done with all their copy jobs, they should call
Dunstriped.txt101 has read and write jobs that are independent of each other. Compared to
/Linux-v4.19/tools/testing/selftests/net/
Dudpgso_bench.sh9 if [[ "${jobs}" != "" ]]; then
/Linux-v4.19/drivers/net/wireless/cisco/
Dairo.c1199 unsigned long jobs; member
1329 clear_bit(JOB_MIC, &ai->jobs); in micinit()
1891 clear_bit(JOB_DIE, &ai->jobs); in airo_open()
1903 set_bit(JOB_DIE, &ai->jobs); in airo_open()
2103 clear_bit(JOB_XMIT, &priv->jobs); in airo_end_xmit()
2155 set_bit(JOB_XMIT, &priv->jobs); in airo_start_xmit()
2170 clear_bit(JOB_XMIT11, &priv->jobs); in airo_end_xmit11()
2229 set_bit(JOB_XMIT11, &priv->jobs); in airo_start_xmit11()
2242 clear_bit(JOB_STATS, &ai->jobs); in airo_read_stats()
2274 if (!test_bit(JOB_STATS, &local->jobs)) { in airo_get_stats()
[all …]
/Linux-v4.19/Documentation/cgroup-v1/
Dcpusets.txt84 can benefit from explicitly placing jobs on properly sized subsets of
97 executing jobs. The location of the running jobs pages may also be moved
237 jobs can share common kernel data, such as file system pages, while
239 construct a large mem_exclusive cpuset to hold all the jobs, and
253 This enables batch managers monitoring jobs running in dedicated
258 submitted jobs, which may choose to terminate or re-prioritize jobs that
261 computing jobs that will dramatically fail to meet required performance
365 This policy can provide substantial improvements for jobs that need
368 the several nodes in the jobs cpuset in order to fit. Without this
369 policy, especially for jobs that might have one thread reading in the
[all …]
Dmemcg_test.txt188 run jobs under child_a and child_b
190 create/delete following groups at random while jobs are running.
195 running new jobs in new group is also good.
/Linux-v4.19/Documentation/
Defi-stub.txt23 elilo. Since the EFI boot stub performs the jobs of a boot loader, in
/Linux-v4.19/drivers/crypto/caam/
DKconfig99 & receiving crypto jobs to/from CAAM. This gives better performance
/Linux-v4.19/Documentation/vm/
Dhwpoison.rst145 echo `jobs -p` > /sys/fs/cgroup/mem/hwpoison/tasks
/Linux-v4.19/drivers/media/platform/
Drcar_fdp1.c566 struct fdp1_job jobs[FDP1_NUMBER_JOBS]; member
2271 for (i = 0; i < ARRAY_SIZE(fdp1->jobs); i++) in fdp1_probe()
2272 list_add(&fdp1->jobs[i].list, &fdp1->free_job_list); in fdp1_probe()
/Linux-v4.19/Documentation/gpu/
Dtegra.rst24 - A set of custom userspace IOCTLs that can be used to submit jobs to the
/Linux-v4.19/crypto/
DKconfig225 algorithms for submitting jobs and flushing jobs in multi-buffer
865 process the crypto jobs, adding a slight latency.
881 process the crypto jobs, adding a slight latency.
897 process the crypto jobs, adding a slight latency.
/Linux-v4.19/Documentation/scheduler/
Dsched-design-CFS.txt125 batch jobs.
Dsched-deadline.txt321 (task instances, or jobs) which are activated on a periodic or sporadic
461 guaranteeing that all the jobs' deadlines of a task are respected.
470 allows to respect the jobs' absolute deadlines for this task (this is what is
/Linux-v4.19/drivers/staging/pi433/Documentation/
Dpi433.txt11 jobs are queued and processed automatically in the background, the first
/Linux-v4.19/drivers/crypto/
Dn2_core.c58 struct list_head jobs; member
1776 INIT_LIST_HEAD(&p->jobs); in handle_exec_unit()
/Linux-v4.19/Documentation/driver-api/usb/
Dpower-management.rst303 is optional. The methods' jobs are quite simple:
393 jobs. As a result they can be called in an atomic context,
/Linux-v4.19/Documentation/process/
D2.Process.rst184 - Please note that most maintainers also have day jobs, so merging
/Linux-v4.19/init/
DKconfig497 Unbound jobs get offloaded to housekeeping CPUs. This is driven by
990 of workloads isolates aggressive CPU burners (like build jobs) from
/Linux-v4.19/Documentation/admin-guide/
Dcgroup-v2.rst2136 swappability when overcommitting untrusted jobs.
2138 For trusted jobs, on the other hand, a combined counter is not an
/Linux-v4.19/Documentation/x86/
Dintel_rdt_ui.txt1070 This can also be used to profile jobs cache size footprint before being
/Linux-v4.19/Documentation/networking/
Dcan.rst737 transmissions or receive filters concurrently. The different RX/TX jobs are
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2456 crazy, running all the jobs it didn't do earlier.