Lines Matching defs:work
430 struct work_struct *work = addr; in work_fixup_init() local
449 struct work_struct *work = addr; in work_fixup_activate() local
481 struct work_struct *work = addr; in work_fixup_free() local
501 static inline void debug_work_activate(struct work_struct *work) in debug_work_activate()
506 static inline void debug_work_deactivate(struct work_struct *work) in debug_work_deactivate()
511 void __init_work(struct work_struct *work, int onstack) in __init_work()
520 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
526 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack()
534 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate()
535 static inline void debug_work_deactivate(struct work_struct *work) { } in debug_work_deactivate()
594 static int get_work_color(struct work_struct *work) in get_work_color()
625 static inline void set_work_data(struct work_struct *work, unsigned long data, in set_work_data()
632 static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq, in set_work_pwq()
639 static void set_work_pool_and_keep_pending(struct work_struct *work, in set_work_pool_and_keep_pending()
646 static void set_work_pool_and_clear_pending(struct work_struct *work, in set_work_pool_and_clear_pending()
688 static void clear_work_data(struct work_struct *work) in clear_work_data()
694 static struct pool_workqueue *get_work_pwq(struct work_struct *work) in get_work_pwq()
719 static struct worker_pool *get_work_pool(struct work_struct *work) in get_work_pool()
744 static int get_work_pool_id(struct work_struct *work) in get_work_pool_id()
755 static void mark_work_canceling(struct work_struct *work) in mark_work_canceling()
763 static bool work_is_canceling(struct work_struct *work) in work_is_canceling()
1013 struct work_struct *work) in find_worker_executing_work()
1043 static void move_linked_works(struct work_struct *work, struct list_head *head, in move_linked_works()
1125 static void pwq_activate_delayed_work(struct work_struct *work) in pwq_activate_delayed_work()
1137 struct work_struct *work = list_first_entry(&pwq->delayed_works, in pwq_activate_first_delayed() local
1217 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending()
1304 static void insert_work(struct pool_workqueue *pwq, struct work_struct *work, in insert_work()
1342 struct work_struct *work) in __queue_work()
1454 struct work_struct *work) in queue_work_on()
1484 struct work_struct *work = &dwork->work; in __queue_delayed_work() local
1528 struct work_struct *work = &dwork->work; in queue_delayed_work_on() local
1839 static void send_mayday(struct work_struct *work) in send_mayday()
1865 struct work_struct *work; in pool_mayday_timeout() local
1997 static void process_one_work(struct worker *worker, struct work_struct *work) in process_one_work()
2134 struct work_struct *work = list_first_entry(&worker->scheduled, in process_scheduled_works() local
2202 struct work_struct *work = in worker_thread() local
2288 struct work_struct *work, *n; in rescuer_thread() local
2366 struct work_struct work; member
2371 static void wq_barrier_func(struct work_struct *work) in wq_barrier_func()
2718 static bool start_flush_work(struct work_struct *work, struct wq_barrier *barr) in start_flush_work()
2778 bool flush_work(struct work_struct *work) in flush_work()
2797 struct work_struct *work; member
2809 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer()
2885 bool cancel_work_sync(struct work_struct *work) in cancel_work_sync()
2986 struct work_struct *work = per_cpu_ptr(works, cpu); in schedule_on_each_cpu() local
3341 static void pwq_unbound_release_workfn(struct work_struct *work) in pwq_unbound_release_workfn()
4127 unsigned int work_busy(struct work_struct *work) in work_busy()
4235 static void pr_cont_work(bool comma, struct work_struct *work) in pr_cont_work()
4252 struct work_struct *work; in show_pwq() local
4402 static void wq_unbind_fn(struct work_struct *work) in wq_unbind_fn()
4646 struct work_struct work; member
4652 static void work_for_cpu_fn(struct work_struct *work) in work_for_cpu_fn()