/Linux-v4.19/drivers/md/ |
D | dm-kcopyd.c | 391 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/ |
D | kcopyd.txt | 9 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
|
D | unstriped.txt | 101 has read and write jobs that are independent of each other. Compared to
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | udpgso_bench.sh | 9 if [[ "${jobs}" != "" ]]; then
|
/Linux-v4.19/drivers/net/wireless/cisco/ |
D | airo.c | 1199 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/ |
D | cpusets.txt | 84 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 …]
|
D | memcg_test.txt | 188 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/ |
D | efi-stub.txt | 23 elilo. Since the EFI boot stub performs the jobs of a boot loader, in
|
/Linux-v4.19/drivers/crypto/caam/ |
D | Kconfig | 99 & receiving crypto jobs to/from CAAM. This gives better performance
|
/Linux-v4.19/Documentation/vm/ |
D | hwpoison.rst | 145 echo `jobs -p` > /sys/fs/cgroup/mem/hwpoison/tasks
|
/Linux-v4.19/drivers/media/platform/ |
D | rcar_fdp1.c | 566 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/ |
D | tegra.rst | 24 - A set of custom userspace IOCTLs that can be used to submit jobs to the
|
/Linux-v4.19/crypto/ |
D | Kconfig | 225 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/ |
D | sched-design-CFS.txt | 125 batch jobs.
|
D | sched-deadline.txt | 321 (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/ |
D | pi433.txt | 11 jobs are queued and processed automatically in the background, the first
|
/Linux-v4.19/drivers/crypto/ |
D | n2_core.c | 58 struct list_head jobs; member 1776 INIT_LIST_HEAD(&p->jobs); in handle_exec_unit()
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | power-management.rst | 303 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/ |
D | 2.Process.rst | 184 - Please note that most maintainers also have day jobs, so merging
|
/Linux-v4.19/init/ |
D | Kconfig | 497 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/ |
D | cgroup-v2.rst | 2136 swappability when overcommitting untrusted jobs. 2138 For trusted jobs, on the other hand, a combined counter is not an
|
/Linux-v4.19/Documentation/x86/ |
D | intel_rdt_ui.txt | 1070 This can also be used to profile jobs cache size footprint before being
|
/Linux-v4.19/Documentation/networking/ |
D | can.rst | 737 transmissions or receive filters concurrently. The different RX/TX jobs are
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2456 crazy, running all the jobs it didn't do earlier.
|