Lines Matching defs:work
29 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument
119 struct work_struct work; member
131 struct work_struct work; member
164 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
169 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work()
175 struct work_struct work; member
216 static inline unsigned int work_static(struct work_struct *work) in work_static()
221 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work()
222 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack()
223 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
224 static inline unsigned int work_static(struct work_struct *work) { return 0; } in work_static()
299 #define work_pending(work) \ argument
511 struct work_struct *work) in queue_work()
553 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on()
572 static inline bool schedule_work(struct work_struct *work) in schedule_work()