Searched defs:work_struct (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dworkqueue.h17 struct work_struct;
18 typedef void (*work_func_t)(struct work_struct *work);
79 struct work_struct { struct
93 struct work_struct work;
97 static inline struct delayed_work *to_delayed_work(struct work_struct *work)
103 struct work_struct work;
136 struct work_struct n = __WORK_INITIALIZER(n, f)
156 extern void __init_work(struct work_struct *work, int onstack);
157 extern void destroy_work_on_stack(struct work_struct *work);
158 static inline unsigned int work_static(struct work_struct *wor
[all...]

Completed in 119 milliseconds