Lines Matching defs:work

521 	struct work_struct *work = addr;  in work_is_static_object()  local
532 struct work_struct *work = addr; in work_fixup_init() local
550 struct work_struct *work = addr; in work_fixup_free() local
570 static inline void debug_work_activate(struct work_struct *work) in debug_work_activate()
575 static inline void debug_work_deactivate(struct work_struct *work) in debug_work_deactivate()
580 void __init_work(struct work_struct *work, int onstack) in __init_work()
589 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
595 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack()
603 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate()
604 static inline void debug_work_deactivate(struct work_struct *work) { } in debug_work_deactivate()
665 static inline void set_work_data(struct work_struct *work, unsigned long data, in set_work_data()
672 static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq, in set_work_pwq()
679 static void set_work_pool_and_keep_pending(struct work_struct *work, in set_work_pool_and_keep_pending()
686 static void set_work_pool_and_clear_pending(struct work_struct *work, in set_work_pool_and_clear_pending()
728 static void clear_work_data(struct work_struct *work) in clear_work_data()
739 static struct pool_workqueue *get_work_pwq(struct work_struct *work) in get_work_pwq()
764 static struct worker_pool *get_work_pool(struct work_struct *work) in get_work_pool()
788 static int get_work_pool_id(struct work_struct *work) in get_work_pool_id()
798 static void mark_work_canceling(struct work_struct *work) in mark_work_canceling()
806 static bool work_is_canceling(struct work_struct *work) in work_is_canceling()
1005 struct work_struct *work) in find_worker_executing_work()
1032 static void move_linked_works(struct work_struct *work, struct list_head *head, in move_linked_works()
1072 static bool assign_work(struct work_struct *work, struct worker *worker, in assign_work()
1136 struct work_struct *work = list_first_entry(&pool->worklist, in kick_pool() local
1450 static void pwq_activate_inactive_work(struct work_struct *work) in pwq_activate_inactive_work()
1464 struct work_struct *work = list_first_entry(&pwq->inactive_works, in pwq_activate_first_inactive() local
1547 static int try_to_grab_pending(struct work_struct *work, bool is_dwork, in try_to_grab_pending()
1641 static void insert_work(struct pool_workqueue *pwq, struct work_struct *work, in insert_work()
1700 struct work_struct *work) in __queue_work()
1823 struct work_struct *work) in queue_work_on()
1890 struct work_struct *work) in queue_work_node()
1933 struct work_struct *work = &dwork->work; in __queue_delayed_work() local
1975 struct work_struct *work = &dwork->work; in queue_delayed_work_on() local
2052 struct work_struct *work = &rwork->work; in queue_rcu_work() local
2347 static void idle_cull_fn(struct work_struct *work) in idle_cull_fn()
2381 static void send_mayday(struct work_struct *work) in send_mayday()
2408 struct work_struct *work; in pool_mayday_timeout() local
2533 static void process_one_work(struct worker *worker, struct work_struct *work) in process_one_work()
2691 struct work_struct *work; in process_scheduled_works() local
2776 struct work_struct *work = in worker_thread() local
2854 struct work_struct *work, *n; in rescuer_thread() local
2968 struct work_struct work; member
2973 static void wq_barrier_func(struct work_struct *work) in wq_barrier_func()
3334 static bool start_flush_work(struct work_struct *work, struct wq_barrier *barr, in start_flush_work()
3390 static bool __flush_work(struct work_struct *work, bool from_cancel) in __flush_work()
3423 bool flush_work(struct work_struct *work) in flush_work()
3431 struct work_struct *work; member
3443 static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) in __cancel_work_timer()
3525 bool cancel_work_sync(struct work_struct *work) in cancel_work_sync()
3573 static bool __cancel_work(struct work_struct *work, bool is_dwork) in __cancel_work()
3593 bool cancel_work(struct work_struct *work) in cancel_work()
3659 struct work_struct *work = per_cpu_ptr(works, cpu); in schedule_on_each_cpu() local
4102 static void pwq_release_workfn(struct kthread_work *work) in pwq_release_workfn()
4979 unsigned int work_busy(struct work_struct *work) in work_busy()
5109 static void pr_cont_work(bool comma, struct work_struct *work, struct pr_cont_work_struct *pcwsp) in pr_cont_work()
5130 struct work_struct *work; in show_pwq() local
5608 struct work_struct work; member
5614 static void work_for_cpu_fn(struct work_struct *work) in work_for_cpu_fn()