Home
last modified time | relevance | path

Searched refs:work_func_t (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h16 typedef void (*work_func_t)(struct work_struct *work); typedef
24 work_func_t func;
/Linux-v4.19/include/linux/
Dworkqueue.h21 typedef void (*work_func_t)(struct work_struct *work); typedef
105 work_func_t func;
475 extern int schedule_on_each_cpu(work_func_t func);
477 int execute_in_process_context(work_func_t fn, struct execute_work *);
Dfirewire.h204 work_func_t workfn;
/Linux-v4.19/kernel/
Dworkqueue_internal.h32 work_func_t current_func; /* L: current_work's fn */
Dworkqueue.c2471 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency()
3151 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu()
3189 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context()
4397 work_func_t *fn = NULL; in print_worker_info()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_internal.h106 extern const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS];
107 extern const work_func_t sas_port_event_fns[PORT_NUM_EVENTS];
Dsas_phy.c173 const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS] = {
Dsas_port.c355 const work_func_t sas_port_event_fns[PORT_NUM_EVENTS] = {
Dsas_discover.c588 static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = { in sas_init_disc()
/Linux-v4.19/drivers/staging/fwserial/
Dfwserial.h95 work_func_t workfn;
/Linux-v4.19/net/sctp/
Dinqueue.c249 void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback) in sctp_inq_set_th_handler()
/Linux-v4.19/fs/cifs/
Dcifsproto.h536 work_func_t complete);
538 work_func_t complete);
Dfile.c2883 cifs_readdata_direct_alloc(struct page **pages, work_func_t complete) in cifs_readdata_direct_alloc()
2900 cifs_readdata_alloc(unsigned int nr_pages, work_func_t complete) in cifs_readdata_alloc()
Dcifssmb.c2088 cifs_writedata_alloc(unsigned int nr_pages, work_func_t complete) in cifs_writedata_alloc()
2099 cifs_writedata_direct_alloc(struct page **pages, work_func_t complete) in cifs_writedata_direct_alloc()
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dtulip.h47 work_func_t media_task;
/Linux-v4.19/include/net/
Dpkt_cls.h40 bool tcf_queue_work(struct rcu_work *rwork, work_func_t func);
/Linux-v4.19/include/net/sctp/
Dstructs.h1045 void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
/Linux-v4.19/drivers/firewire/
Dsbp2.c149 work_func_t workfn;
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c72 work_func_t func, int delay);
2510 work_func_t func, int delay) in netxen_schedule_work()
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbnad.c2005 (work_func_t)bnad_tx_cleanup); in bnad_setup_tx()
2262 (work_func_t)(bnad_rx_cleanup)); in bnad_setup_rx()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1588 void qlcnic_schedule_work(struct qlcnic_adapter *, work_func_t, int);
Dqlcnic_sriov_pf.c1700 work_func_t func) in qlcnic_sriov_schedule_flr()
Dqlcnic_sriov_common.c849 work_func_t func) in qlcnic_sriov_schedule_bc_cmd()
/Linux-v4.19/net/sched/
Dcls_api.c135 bool tcf_queue_work(struct rcu_work *rwork, work_func_t func) in tcf_queue_work()
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c731 static const work_func_t hisi_sas_phye_fns[HISI_PHYES_NUM] = {

12