Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Ddm-kcopyd.c245 static struct kcopyd_job *pop(struct list_head *jobs, in pop() argument
253 if (!list_empty(jobs)) { in pop()
254 job = list_entry(jobs->next, struct kcopyd_job, list); in pop()
262 static void push(struct list_head *jobs, struct kcopyd_job *job) in push() argument
268 list_add_tail(&job->list, jobs); in push()
273 static void push_head(struct list_head *jobs, struct kcopyd_job *job) in push_head() argument
279 list_add(&job->list, jobs); in push_head()
389 static int process_jobs(struct list_head *jobs, struct dm_kcopyd_client *kc, in process_jobs() argument
395 while ((job = pop(jobs, kc))) { in process_jobs()
414 push_head(jobs, job); in process_jobs()
/linux-2.6.39/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-2.6.39/drivers/net/wireless/
Dairo.c1198 unsigned long jobs; member
1327 clear_bit(JOB_MIC, &ai->jobs); in micinit()
1894 clear_bit(JOB_DIE, &ai->jobs); in airo_open()
1905 set_bit(JOB_DIE, &ai->jobs); in airo_open()
2105 clear_bit(JOB_XMIT, &priv->jobs); in airo_end_xmit()
2157 set_bit(JOB_XMIT, &priv->jobs); in airo_start_xmit()
2172 clear_bit(JOB_XMIT11, &priv->jobs); in airo_end_xmit11()
2231 set_bit(JOB_XMIT11, &priv->jobs); in airo_start_xmit11()
2244 clear_bit(JOB_STATS, &ai->jobs); in airo_read_stats()
2276 if (!test_bit(JOB_STATS, &local->jobs)) { in airo_get_stats()
[all …]
/linux-2.6.39/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.txt326 run jobs under child_a and child_b
328 create/delete following groups at random while jobs are running.
333 running new jobs in new group is also good.
/linux-2.6.39/arch/cris/arch-v32/drivers/
Dcryptocop.c158 struct list_head jobs; member
1614 if (!list_empty(&(cryptocop_job_queues[i].jobs))){ in cryptocop_free_session()
1615 list_for_each_safe(node, tmp, &(cryptocop_job_queues[i].jobs)) { in cryptocop_free_session()
1855 list_add_tail(&pj->node, &cryptocop_job_queues[prio].jobs); in cryptocop_job_queue_insert()
2038 INIT_LIST_HEAD(&cryptocop_job_queues[i].jobs); in cryptocop_job_queue_init()
2059 if (!list_empty(&(cryptocop_job_queues[i].jobs))){ in cryptocop_job_queue_close()
2060 list_for_each_safe(node, tmp, &(cryptocop_job_queues[i].jobs)) { in cryptocop_job_queue_close()
2147 …prio_kernel_csum; (i < cryptocop_prio_no_prios) && list_empty(&cryptocop_job_queues[i].jobs); i++); in cryptocop_start_job()
2163 pj = list_entry(cryptocop_job_queues[i].jobs.next, struct cryptocop_prio_job, node); in cryptocop_start_job()
/linux-2.6.39/Documentation/vm/
Dhwpoison.txt135 echo `jobs -p` > /cgroup/hwpoison/tasks
/linux-2.6.39/Documentation/scheduler/
Dsched-design-CFS.txt127 batch jobs.
/linux-2.6.39/Documentation/usb/
Dpower-management.txt275 optional. The methods' jobs are quite simple:
365 jobs. As a result they can be called in an atomic context,
/linux-2.6.39/drivers/crypto/
Dn2_core.c58 struct list_head jobs; member
1783 INIT_LIST_HEAD(&p->jobs); in handle_exec_unit()
/linux-2.6.39/init/
DKconfig598 jobs.
826 of workloads isolates aggressive CPU burners (like build jobs) from
/linux-2.6.39/Documentation/development-process/
D2.Process168 - Please note that most maintainers also have day jobs, so merging
/linux-2.6.39/Documentation/uml/
DUserModeLinux-HOWTO.txt2446 crazy, running all the jobs it didn't do earlier.