Home
last modified time | relevance | path

Searched refs:work_struct (Results 1 – 25 of 164) sorted by relevance

1234567

/include/linux/
A Dworkqueue_types.h12 struct work_struct;
13 typedef void (*work_func_t)(struct work_struct *work);
16 struct work_struct { struct
A Dworkqueue.h115 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 …]
A Dkvm_irqfd.h48 struct work_struct inject;
58 struct work_struct shutdown;
A Ddim.h87 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));
A Dmhi_ep.h150 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;
A Dpci-pwrctrl.h45 struct work_struct work;
A Dleds-pca9532.h31 struct work_struct work;
A Dconsole_struct.h167 struct work_struct SAK_work;
174 extern void vc_SAK(struct work_struct *work);
A Ddevm-helpers.h72 struct work_struct *w, in devm_work_autocancel()
A Dsrcutiny.h26 struct work_struct srcu_work; /* For driving grace periods. */
32 void srcu_drive_gp(struct work_struct *wp);
A Dstop_machine.h47 struct work_struct work;
62 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
A Dclosure.h107 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)
A Dtty_buffer.h37 struct work_struct work;
A Dtifm.h119 struct work_struct media_switcher;
148 void tifm_queue_work(struct work_struct *work);
/include/net/bluetooth/
A Dcoredump.h53 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()
/include/trace/events/
A Dworkqueue.h26 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),
/include/net/netns/
A Dxfrm.h24 struct work_struct work;
49 struct work_struct state_hash_work;
57 struct work_struct policy_hash_work;
/include/cxl/
A Devent.h289 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()
/include/linux/sunrpc/
A Dxprtsock.h57 struct work_struct error_worker;
58 struct work_struct recv_worker;
/include/scsi/
A Dlibfcoe.h131 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;
/include/linux/soundwire/
A Dsdw_amd.h86 struct work_struct amd_sdw_irq_thread;
87 struct work_struct amd_sdw_work;
/include/drm/
A Ddrm_flip_work.h65 struct work_struct worker;
/include/sound/
A Dseq_virmidi.h30 struct work_struct output_work;
/include/net/
A Despintcp.h29 struct work_struct work;
/include/rdma/
A Drdmavt_cq.h48 struct work_struct comptask;

Completed in 51 milliseconds

1234567