work_func_t       136 drivers/firewire/sbp2.c 	work_func_t workfn;
work_func_t      1997 drivers/net/ethernet/brocade/bna/bnad.c 			(work_func_t)bnad_tx_cleanup);
work_func_t      2254 drivers/net/ethernet/brocade/bna/bnad.c 			(work_func_t)(bnad_rx_cleanup));
work_func_t        47 drivers/net/ethernet/dec/tulip/tulip.h 	work_func_t media_task;
work_func_t        56 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 		work_func_t func, int delay);
work_func_t      2489 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 		work_func_t func, int delay)
work_func_t      1588 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h void qlcnic_schedule_work(struct qlcnic_adapter *, work_func_t, int);
work_func_t      3646 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 			  work_func_t func, int delay)
work_func_t       849 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 					 work_func_t func)
work_func_t      1696 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 				      work_func_t func)
work_func_t       874 drivers/scsi/hisi_sas/hisi_sas_main.c static const work_func_t hisi_sas_phye_fns[HISI_PHYES_NUM] = {
work_func_t       580 drivers/scsi/libsas/sas_discover.c 	static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = {
work_func_t        93 drivers/scsi/libsas/sas_internal.h extern const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS];
work_func_t        94 drivers/scsi/libsas/sas_internal.h extern const work_func_t sas_port_event_fns[PORT_NUM_EVENTS];
work_func_t       155 drivers/scsi/libsas/sas_phy.c const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS] = {
work_func_t       356 drivers/scsi/libsas/sas_port.c const work_func_t sas_port_event_fns[PORT_NUM_EVENTS] = {
work_func_t        95 drivers/staging/fwserial/fwserial.h 	work_func_t		workfn;
work_func_t       560 fs/cifs/cifsproto.h 						work_func_t complete);
work_func_t       562 fs/cifs/cifsproto.h 						work_func_t complete);
work_func_t      2194 fs/cifs/cifssmb.c cifs_writedata_alloc(unsigned int nr_pages, work_func_t complete)
work_func_t      2205 fs/cifs/cifssmb.c cifs_writedata_direct_alloc(struct page **pages, work_func_t complete)
work_func_t      3268 fs/cifs/file.c cifs_readdata_direct_alloc(struct page **pages, work_func_t complete)
work_func_t      3285 fs/cifs/file.c cifs_readdata_alloc(unsigned int nr_pages, work_func_t complete)
work_func_t       204 include/linux/firewire.h 	work_func_t workfn;
work_func_t        21 include/linux/workqueue.h typedef void (*work_func_t)(struct work_struct *work);
work_func_t       105 include/linux/workqueue.h 	work_func_t func;
work_func_t       457 include/linux/workqueue.h extern int schedule_on_each_cpu(work_func_t func);
work_func_t       459 include/linux/workqueue.h int execute_in_process_context(work_func_t fn, struct execute_work *);
work_func_t        36 include/net/pkt_cls.h bool tcf_queue_work(struct rcu_work *rwork, work_func_t func);
work_func_t      1035 include/net/sctp/structs.h void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
work_func_t       934 kernel/workqueue.c work_func_t wq_worker_last_func(struct task_struct *task)
work_func_t      2599 kernel/workqueue.c 	work_func_t target_func = target_work ? target_work->func : NULL;
work_func_t      3283 kernel/workqueue.c int schedule_on_each_cpu(work_func_t func)
work_func_t      3321 kernel/workqueue.c int execute_in_process_context(work_func_t fn, struct execute_work *ew)
work_func_t      4598 kernel/workqueue.c 	work_func_t *fn = NULL;
work_func_t        32 kernel/workqueue_internal.h 	work_func_t		current_func;	/* L: current_work's fn */
work_func_t        59 kernel/workqueue_internal.h 	work_func_t		last_func;
work_func_t        78 kernel/workqueue_internal.h work_func_t wq_worker_last_func(struct task_struct *task);
work_func_t      2831 net/ceph/osd_client.c 				       work_func_t workfn)
work_func_t       203 net/sched/cls_api.c bool tcf_queue_work(struct rcu_work *rwork, work_func_t func)
work_func_t       234 net/sctp/inqueue.c void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback)
work_func_t        16 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/workqueues.h typedef void (*work_func_t)(struct work_struct *work);
work_func_t        24 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/workqueues.h 	work_func_t func;