Searched refs:works (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | stop_machine.c | 42 struct list_head works; /* list of pending works */ member 88 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work() 483 run = !list_empty(&stopper->works); in cpu_stop_should_run() 496 if (!list_empty(&stopper->works)) { in cpu_stopper_thread() 497 work = list_first_entry(&stopper->works, in cpu_stopper_thread() 551 WARN_ON(!list_empty(&stopper->works)); in cpu_stop_park() 580 INIT_LIST_HEAD(&stopper->works); in cpu_stop_init()
|
D | padata.c | 122 static void __init padata_works_free(struct list_head *works) in padata_works_free() argument 126 if (list_empty(works)) in padata_works_free() 130 list_for_each_entry_safe(cur, next, works, pw_list) { in padata_works_free() 479 LIST_HEAD(works); in padata_do_multithreaded() 498 ps.nworks = padata_work_alloc_mt(nworks, &ps, &works); in padata_do_multithreaded() 511 list_for_each_entry(pw, &works, pw_list) in padata_do_multithreaded() 522 padata_works_free(&works); in padata_do_multithreaded()
|
D | workqueue.c | 3347 struct work_struct __percpu *works; in schedule_on_each_cpu() local 3349 works = alloc_percpu(struct work_struct); in schedule_on_each_cpu() 3350 if (!works) in schedule_on_each_cpu() 3356 struct work_struct *work = per_cpu_ptr(works, cpu); in schedule_on_each_cpu() 3363 flush_work(per_cpu_ptr(works, cpu)); in schedule_on_each_cpu() 3366 free_percpu(works); in schedule_on_each_cpu()
|
/kernel/dma/ |
D | Kconfig | 198 size. This works well for buffers up to a few hundreds kilobytes, but
|
/kernel/power/ |
D | Kconfig | 71 It also works with swap files to a limited extent (for details see
|
/kernel/trace/ |
D | Kconfig | 257 This tracer works by hooking into every function call that the 441 implementation and works via page faults. Tracing is disabled by
|