Home
last modified time | relevance | path

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

1234

/include/linux/
Dworkqueue.h18 struct work_struct;
19 typedef void (*work_func_t)(struct work_struct *work);
100 struct work_struct { struct
114 struct work_struct work; argument
136 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
142 struct work_struct work;
172 struct work_struct n = __WORK_INITIALIZER(n, f)
192 extern void __init_work(struct work_struct *work, int onstack);
193 extern void destroy_work_on_stack(struct work_struct *work);
194 static inline unsigned int work_static(struct work_struct *work) in work_static()
[all …]
Dconsole_struct.h115 struct work_struct SAK_work;
123 extern void vc_SAK(struct work_struct *work);
Dleds-pca9532.h35 struct work_struct work;
Dpadata.h74 struct work_struct work;
95 struct work_struct work;
Dstop_machine.h41 struct work_struct work;
56 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
Drtc.h115 struct work_struct irqwork;
120 struct work_struct uie_task;
187 void rtc_timer_do_work(struct work_struct *work);
Dfscache-cache.h56 struct work_struct op_gc; /* operation garbage collector */
89 struct work_struct work; /* record for async ops */
116 extern void fscache_op_work_func(struct work_struct *work);
407 struct work_struct work; /* attention scheduling record */
429 extern void fscache_object_work_func(struct work_struct *work);
Dtifm.h123 struct work_struct media_switcher;
152 void tifm_queue_work(struct work_struct *work);
Dvmpressure.h22 struct work_struct work;
Dnode.h25 struct work_struct node_work;
DmISDNhw.h90 struct work_struct workq;
153 struct work_struct workq;
Diocontext.h117 struct work_struct release_work;
/include/trace/events/
Dworkqueue.h12 TP_PROTO(struct work_struct *work),
40 struct work_struct *work),
75 TP_PROTO(struct work_struct *work),
88 TP_PROTO(struct work_struct *work),
113 TP_PROTO(struct work_struct *work),
/include/net/netns/
Dxfrm.h32 struct work_struct state_hash_work;
34 struct work_struct state_gc_work;
44 struct work_struct policy_hash_work;
/include/net/caif/
Dcaif_hsi.h162 struct work_struct wake_up_work;
163 struct work_struct wake_down_work;
164 struct work_struct out_of_sync_work;
Dcaif_spi.h114 struct work_struct work;
153 void cfspi_xfer(struct work_struct *work);
/include/net/nfc/
Dnci_core.h93 struct work_struct cmd_work;
96 struct work_struct rx_work;
99 struct work_struct tx_work;
/include/net/bluetooth/
Dsmp.h133 struct work_struct confirm;
134 struct work_struct random;
/include/scsi/
Dlibfcoe.h136 struct work_struct timer_work;
137 struct work_struct recv_work;
202 struct work_struct event_work;
355 struct work_struct destroy_work;
/include/rdma/
Dib_umem.h50 struct work_struct work;
/include/xen/
Dxenbus.h73 struct work_struct work;
170 struct work_struct;
175 void xenbus_probe(struct work_struct *);
/include/linux/spi/
Dspi_bitbang.h8 struct work_struct work;
/include/linux/usb/
Dmsm_hsusb.h175 struct work_struct sm_work;
/include/net/irda/
Dircomm_tty.h95 struct work_struct tqueue;
/include/linux/mtd/
Dblktrans.h48 struct work_struct work;

1234