Searched refs:works (Results 1 – 3 of 3) sorted by relevance
682 struct work_struct *works; in schedule_on_each_cpu() local684 works = alloc_percpu(struct work_struct); in schedule_on_each_cpu()685 if (!works) in schedule_on_each_cpu()690 struct work_struct *work = per_cpu_ptr(works, cpu); in schedule_on_each_cpu()696 flush_work(per_cpu_ptr(works, cpu)); in schedule_on_each_cpu()698 free_percpu(works); in schedule_on_each_cpu()
247 This tracer works by hooking into every function call that the314 implementation and works via page faults. Tracing is disabled by
215 It also works with swap files to a limited extent (for details see