Searched refs:works (Results 1 – 4 of 4) sorted by relevance
39 struct list_head works; /* list of pending works */ member75 list_add_tail(&work->list, &stopper->works); in cpu_stop_queue_work()255 run = !list_empty(&stopper->works); in cpu_stop_should_run()269 if (!list_empty(&stopper->works)) { in cpu_stopper_thread()270 work = list_first_entry(&stopper->works, in cpu_stopper_thread()316 list_for_each_entry(work, &stopper->works, list) in cpu_stop_park()351 INIT_LIST_HEAD(&stopper->works); in cpu_stop_init()
2965 struct work_struct __percpu *works; in schedule_on_each_cpu() local2967 works = alloc_percpu(struct work_struct); in schedule_on_each_cpu()2968 if (!works) in schedule_on_each_cpu()2974 struct work_struct *work = per_cpu_ptr(works, cpu); in schedule_on_each_cpu()2981 flush_work(per_cpu_ptr(works, cpu)); in schedule_on_each_cpu()2984 free_percpu(works); in schedule_on_each_cpu()
369 This tracer works by hooking into every function call that the524 implementation and works via page faults. Tracing is disabled by
65 It also works with swap files to a limited extent (for details see