Lines Matching defs:work
24 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument
93 struct work_struct work; member
97 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
103 struct work_struct work; member
158 static inline unsigned int work_static(struct work_struct *work) in work_static()
163 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work()
164 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack()
165 static inline unsigned int work_static(struct work_struct *work) { return 0; } in work_static()
228 #define work_pending(work) \ argument
243 #define work_clear_pending(work) \ argument
410 static inline bool cancel_delayed_work(struct delayed_work *work) in cancel_delayed_work()
425 static inline bool __cancel_delayed_work(struct delayed_work *work) in __cancel_delayed_work()