Searched refs:works (Results 1 – 4 of 4) sorted by relevance
42 struct list_head works; /* list of pending works */ member79 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work()426 run = !list_empty(&stopper->works); in cpu_stop_should_run()440 if (!list_empty(&stopper->works)) { in cpu_stopper_thread()441 work = list_first_entry(&stopper->works, in cpu_stopper_thread()495 WARN_ON(!list_empty(&stopper->works)); in cpu_stop_park()524 INIT_LIST_HEAD(&stopper->works); in cpu_stop_init()
2971 struct work_struct __percpu *works; in schedule_on_each_cpu() local2973 works = alloc_percpu(struct work_struct); in schedule_on_each_cpu()2974 if (!works) in schedule_on_each_cpu()2980 struct work_struct *work = per_cpu_ptr(works, cpu); in schedule_on_each_cpu()2987 flush_work(per_cpu_ptr(works, cpu)); in schedule_on_each_cpu()2990 free_percpu(works); in schedule_on_each_cpu()
375 This tracer works by hooking into every function call that the539 implementation and works via page faults. Tracing is disabled by
77 It also works with swap files to a limited extent (for details see