Lines Matching defs:work
23 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument
114 struct work_struct work; member
123 struct work_struct work; member
211 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
216 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work()
222 struct work_struct work; member
263 static inline unsigned int work_static(struct work_struct *work) in work_static()
268 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work()
269 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack()
270 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
271 static inline unsigned int work_static(struct work_struct *work) { return 0; } in work_static()
354 #define work_pending(work) \ argument
660 struct work_struct *work) in queue_work()
702 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on()
721 static inline bool schedule_work(struct work_struct *work) in schedule_work()
743 struct work_struct *work) in enable_and_queue_work()