Searched refs:work_struct (Results 1 – 25 of 164) sorted by relevance
1234567
12 struct work_struct;13 typedef void (*work_func_t)(struct work_struct *work);16 struct work_struct { struct
115 struct work_struct work;124 struct work_struct work;223 struct work_struct work;252 struct work_struct n = __WORK_INITIALIZER(n, f)594 struct work_struct *work);596 struct work_struct *work);610 extern bool flush_work(struct work_struct *work);611 extern bool cancel_work(struct work_struct *work);632 extern struct work_struct *current_work(void);667 struct work_struct *work) in queue_work()[all …]
48 struct work_struct inject;58 struct work_struct shutdown;
87 void (*rx_dim_work)(struct work_struct *work);88 void (*tx_dim_work)(struct work_struct *work);149 struct work_struct work;250 void (*rx_dim_work)(struct work_struct *work),251 void (*tx_dim_work)(struct work_struct *work));
150 struct work_struct state_work;151 struct work_struct reset_work;152 struct work_struct cmd_ring_work;153 struct work_struct ch_ring_work;
45 struct work_struct work;
31 struct work_struct work;
167 struct work_struct SAK_work;174 extern void vc_SAK(struct work_struct *work);
72 struct work_struct *w, in devm_work_autocancel()
26 struct work_struct srcu_work; /* For driving grace periods. */32 void srcu_drive_gp(struct work_struct *wp);
47 struct work_struct work;62 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
107 typedef void (closure_fn) (struct work_struct *);151 struct work_struct work;264 != offsetof(struct work_struct, func)); in closure_queue()352 #define CLOSURE_CALLBACK(name) void name(struct work_struct *ws)
37 struct work_struct work;
119 struct work_struct media_switcher;148 void tifm_queue_work(struct work_struct *work);
53 struct work_struct dump_rx;64 void hci_devcd_rx(struct work_struct *work);65 void hci_devcd_timeout(struct work_struct *work);78 static inline void hci_devcd_rx(struct work_struct *work) {} in hci_devcd_rx()79 static inline void hci_devcd_timeout(struct work_struct *work) {} in hci_devcd_timeout()
26 struct work_struct *work),61 TP_PROTO(struct work_struct *work),86 TP_PROTO(struct work_struct *work),112 TP_PROTO(struct work_struct *work, work_func_t function),
24 struct work_struct work;49 struct work_struct state_hash_work;57 struct work_struct policy_hash_work;
289 int cxl_cper_register_work(struct work_struct *work);290 int cxl_cper_unregister_work(struct work_struct *work);292 int cxl_cper_register_prot_err_work(struct work_struct *work);293 int cxl_cper_unregister_prot_err_work(struct work_struct *work);296 static inline int cxl_cper_register_work(struct work_struct *work) in cxl_cper_register_work()301 static inline int cxl_cper_unregister_work(struct work_struct *work) in cxl_cper_unregister_work()309 static inline int cxl_cper_register_prot_err_work(struct work_struct *work) in cxl_cper_register_prot_err_work()313 static inline int cxl_cper_unregister_prot_err_work(struct work_struct *work) in cxl_cper_unregister_prot_err_work()
57 struct work_struct error_worker;58 struct work_struct recv_worker;
131 struct work_struct timer_work;132 struct work_struct recv_work;203 struct work_struct event_work;333 struct work_struct work;366 struct work_struct destroy_work;
86 struct work_struct amd_sdw_irq_thread;87 struct work_struct amd_sdw_work;
65 struct work_struct worker;
30 struct work_struct output_work;
29 struct work_struct work;
48 struct work_struct comptask;
Completed in 51 milliseconds