Searched refs:work_struct (Results 1 – 11 of 11) sorted by relevance
15 struct work_struct;16 typedef void (*work_func_t)(struct work_struct *work);19 struct work_struct { struct40 struct work_struct work; argument49 static inline bool schedule_work(struct work_struct *work) in schedule_work()55 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on()62 struct work_struct *work) in queue_work()
6 static void update_fastmap_work_fn(struct work_struct *wrk);
14 static void update_fastmap_work_fn(struct work_struct *wrk) in update_fastmap_work_fn()
572 struct work_struct fm_work;
55 struct work_struct work;
40 struct work_struct omap_musb_mailbox_work;298 static void omap_musb_mailbox_work(struct work_struct *mailbox_work) in omap_musb_mailbox_work()
325 struct work_struct irq_work;
1808 static void musb_irq_work(struct work_struct *data) in musb_irq_work()
6 [ 127.364981] ODEBUG: free active (active state 0) object type: work_struct hint: process_one_req+…
4 [ 162.201255] ODEBUG: free active (active state 0) object type: work_struct hint: strp_work+0x0/0x…
210 struct work_struct {}; struct