Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-kcopyd.c389 static struct kcopyd_job *pop(struct list_head *jobs, in pop() argument
397 if (!list_empty(jobs)) { in pop()
398 job = list_entry(jobs->next, struct kcopyd_job, list); in pop()
406 static void push(struct list_head *jobs, struct kcopyd_job *job) in push() argument
412 list_add_tail(&job->list, jobs); in push()
417 static void push_head(struct list_head *jobs, struct kcopyd_job *job) in push_head() argument
423 list_add(&job->list, jobs); in push_head()
541 static int process_jobs(struct list_head *jobs, struct dm_kcopyd_client *kc, in process_jobs() argument
547 while ((job = pop(jobs, kc))) { in process_jobs()
566 push_head(jobs, job); in process_jobs()
/linux-4.1.27/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
/linux-4.1.27/drivers/net/wireless/
Dairo.c1199 unsigned long jobs; member
1328 clear_bit(JOB_MIC, &ai->jobs); in micinit()
1895 clear_bit(JOB_DIE, &ai->jobs); in airo_open()
1907 set_bit(JOB_DIE, &ai->jobs); in airo_open()
2107 clear_bit(JOB_XMIT, &priv->jobs); in airo_end_xmit()
2159 set_bit(JOB_XMIT, &priv->jobs); in airo_start_xmit()
2174 clear_bit(JOB_XMIT11, &priv->jobs); in airo_end_xmit11()
2233 set_bit(JOB_XMIT11, &priv->jobs); in airo_start_xmit11()
2246 clear_bit(JOB_STATS, &ai->jobs); in airo_read_stats()
2278 if (!test_bit(JOB_STATS, &local->jobs)) { in airo_get_stats()
[all …]
/linux-4.1.27/Documentation/cgroups/
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-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c158 struct list_head jobs; member
1612 if (!list_empty(&(cryptocop_job_queues[i].jobs))){ in cryptocop_free_session()
1613 list_for_each_safe(node, tmp, &(cryptocop_job_queues[i].jobs)) { in cryptocop_free_session()
1853 list_add_tail(&pj->node, &cryptocop_job_queues[prio].jobs); in cryptocop_job_queue_insert()
2036 INIT_LIST_HEAD(&cryptocop_job_queues[i].jobs); in cryptocop_job_queue_init()
2057 if (!list_empty(&(cryptocop_job_queues[i].jobs))){ in cryptocop_job_queue_close()
2058 list_for_each_safe(node, tmp, &(cryptocop_job_queues[i].jobs)) { in cryptocop_job_queue_close()
2145 …prio_kernel_csum; (i < cryptocop_prio_no_prios) && list_empty(&cryptocop_job_queues[i].jobs); i++); in cryptocop_start_job()
2161 pj = list_entry(cryptocop_job_queues[i].jobs.next, struct cryptocop_prio_job, node); in cryptocop_start_job()
/linux-4.1.27/Documentation/
Defi-stub.txt22 elilo. Since the EFI boot stub performs the jobs of a boot loader, in
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt130 (task instances, or jobs) which are activated on a periodic or sporadic
186 the jobs' deadlines of a task are respected. In order to do this, a task
195 allows to respect the jobs' absolute deadlines for this task (this is what is
Dsched-design-CFS.txt125 batch jobs.
/linux-4.1.27/Documentation/vm/
Dhwpoison.txt140 echo `jobs -p` > /sys/fs/cgroup/mem/hwpoison/tasks
/linux-4.1.27/crypto/
DKconfig170 algorithms for submitting jobs and flushing jobs in multi-buffer
603 process the crypto jobs, adding a slight latency.
/linux-4.1.27/drivers/crypto/
Dn2_core.c58 struct list_head jobs; member
1782 INIT_LIST_HEAD(&p->jobs); in handle_exec_unit()
/linux-4.1.27/Documentation/usb/
Dpower-management.txt298 optional. The methods' jobs are quite simple:
388 jobs. As a result they can be called in an atomic context,
/linux-4.1.27/Documentation/development-process/
D2.Process168 - Please note that most maintainers also have day jobs, so merging
/linux-4.1.27/Documentation/networking/
Dcan.txt686 transmissions or receive filters concurrently. The different RX/TX jobs are
/linux-4.1.27/init/
DKconfig1225 of workloads isolates aggressive CPU burners (like build jobs) from
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2456 crazy, running all the jobs it didn't do earlier.