Lines Matching defs:work

613 	struct work_struct *work = addr;  in work_is_static_object()  local
624 struct work_struct *work = addr; in work_fixup_init() local
642 struct work_struct *work = addr; in work_fixup_free() local
662 static inline void debug_work_activate(struct work_struct *work) in debug_work_activate()
667 static inline void debug_work_deactivate(struct work_struct *work) in debug_work_deactivate()
672 void __init_work(struct work_struct *work, int onstack) in __init_work()
681 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
687 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack()
695 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate()
696 static inline void debug_work_deactivate(struct work_struct *work) { } in debug_work_deactivate()
786 static inline void set_work_data(struct work_struct *work, unsigned long data) in set_work_data()
792 static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq, in set_work_pwq()
799 static void set_work_pool_and_keep_pending(struct work_struct *work, in set_work_pool_and_keep_pending()
806 static void set_work_pool_and_clear_pending(struct work_struct *work, in set_work_pool_and_clear_pending()
854 static struct pool_workqueue *get_work_pwq(struct work_struct *work) in get_work_pwq()
879 static struct worker_pool *get_work_pool(struct work_struct *work) in get_work_pool()
1110 struct work_struct *work) in find_worker_executing_work()
1137 static void move_linked_works(struct work_struct *work, struct list_head *head, in move_linked_works()
1177 static bool assign_work(struct work_struct *work, struct worker *worker, in assign_work()
1269 struct work_struct *work = list_first_entry(&pool->worklist, in kick_pool() local
1674 struct work_struct *work) in __pwq_activate_work()
1790 struct work_struct *work = in pwq_activate_first_inactive() local
1855 struct work_struct *work; in node_activate_pending_pwq() local
2047 static int try_to_grab_pending(struct work_struct *work, u32 cflags, in try_to_grab_pending()
2151 static bool work_grab_pending(struct work_struct *work, u32 cflags, in work_grab_pending()
2177 static void insert_work(struct pool_workqueue *pwq, struct work_struct *work, in insert_work()
2236 struct work_struct *work) in __queue_work()
2351 static bool clear_pending_if_disabled(struct work_struct *work) in clear_pending_if_disabled()
2381 struct work_struct *work) in queue_work_on()
2449 struct work_struct *work) in queue_work_node()
2493 struct work_struct *work = &dwork->work; in __queue_delayed_work() local
2543 struct work_struct *work = &dwork->work; in queue_delayed_work_on() local
2617 struct work_struct *work = &rwork->work; in queue_rcu_work() local
2940 static void idle_cull_fn(struct work_struct *work) in idle_cull_fn()
2976 static void send_mayday(struct work_struct *work) in send_mayday()
3003 struct work_struct *work; in pool_mayday_timeout() local
3128 static void process_one_work(struct worker *worker, struct work_struct *work) in process_one_work()
3301 struct work_struct *work; in process_scheduled_works() local
3386 struct work_struct *work = in worker_thread() local
3464 struct work_struct *work, *n; in rescuer_thread() local
3565 struct work_struct *work = in bh_worker() local
3601 struct work_struct work; member
3606 static void drain_dead_softirq_workfn(struct work_struct *work) in drain_dead_softirq_workfn()
3712 struct work_struct work; member
3717 static void wq_barrier_func(struct work_struct *work) in wq_barrier_func()
3888 static void touch_work_lockdep_map(struct work_struct *work, in touch_work_lockdep_map()
4115 static bool start_flush_work(struct work_struct *work, struct wq_barrier *barr, in start_flush_work()
4171 static bool __flush_work(struct work_struct *work, bool from_cancel) in __flush_work()
4235 bool flush_work(struct work_struct *work) in flush_work()
4302 static bool __cancel_work(struct work_struct *work, u32 cflags) in __cancel_work()
4321 static bool __cancel_work_sync(struct work_struct *work, u32 cflags) in __cancel_work_sync()
4348 bool cancel_work(struct work_struct *work) in cancel_work()
4372 bool cancel_work_sync(struct work_struct *work) in cancel_work_sync()
4427 bool disable_work(struct work_struct *work) in disable_work()
4446 bool disable_work_sync(struct work_struct *work) in disable_work_sync()
4462 bool enable_work(struct work_struct *work) in enable_work()
4540 struct work_struct *work = per_cpu_ptr(works, cpu); in schedule_on_each_cpu() local
5037 static void pwq_release_workfn(struct kthread_work *work) in pwq_release_workfn()
6037 unsigned int work_busy(struct work_struct *work) in work_busy()
6184 static void pr_cont_work(bool comma, struct work_struct *work, struct pr_cont_work_struct *pcwsp) in pr_cont_work()
6205 struct work_struct *work; in show_pwq() local
6695 struct work_struct work; member
6701 static void work_for_cpu_fn(struct work_struct *work) in work_for_cpu_fn()