Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/amd/scheduler/
Dgpu_scheduler.h133 uint32_t jobs);
Dgpu_scheduler.c121 uint32_t jobs) in amd_sched_entity_init() argument
134 r = kfifo_alloc(&entity->job_queue, jobs * sizeof(void *), GFP_KERNEL); in amd_sched_entity_init()
/linux-4.4.14/drivers/net/wireless/
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-4.4.14/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.4.14/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.4.14/Documentation/
Defi-stub.txt22 elilo. Since the EFI boot stub performs the jobs of a boot loader, in
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt140 echo `jobs -p` > /sys/fs/cgroup/mem/hwpoison/tasks
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt137 (task instances, or jobs) which are activated on a periodic or sporadic
277 guaranteeing that all the jobs' deadlines of a task are respected.
286 allows to respect the jobs' absolute deadlines for this task (this is what is
Dsched-design-CFS.txt125 batch jobs.
/linux-4.4.14/drivers/crypto/
Dn2_core.c58 struct list_head jobs; member
1782 INIT_LIST_HEAD(&p->jobs); in handle_exec_unit()
/linux-4.4.14/crypto/
DKconfig198 algorithms for submitting jobs and flushing jobs in multi-buffer
686 process the crypto jobs, adding a slight latency.
/linux-4.4.14/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.4.14/Documentation/development-process/
D2.Process168 - Please note that most maintainers also have day jobs, so merging
/linux-4.4.14/Documentation/networking/
Dcan.txt689 transmissions or receive filters concurrently. The different RX/TX jobs are
/linux-4.4.14/init/
DKconfig1236 of workloads isolates aggressive CPU burners (like build jobs) from
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2456 crazy, running all the jobs it didn't do earlier.