Lines Matching defs:work
26 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument
114 struct work_struct work; member
136 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
142 struct work_struct work; member
184 static inline unsigned int work_static(struct work_struct *work) in work_static()
189 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work()
190 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack()
191 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
192 static inline unsigned int work_static(struct work_struct *work) { return 0; } in work_static()
262 #define work_pending(work) \ argument
470 struct work_struct *work) in queue_work()
512 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on()
528 static inline bool schedule_work(struct work_struct *work) in schedule_work()