Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dworkqueue.h18 typedef void (*work_func_t)(struct work_struct *work); typedef
82 work_func_t func;
385 extern int schedule_on_each_cpu(work_func_t func);
388 int execute_in_process_context(work_func_t fn, struct execute_work *);
Dfirewire.h189 work_func_t workfn;
Di2o.h465 work_func_t event;
/linux-3.4.99/drivers/scsi/libsas/
Dsas_phy.c103 static const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS] = { in sas_register_phys()
110 static const work_func_t sas_port_event_fns[PORT_NUM_EVENTS] = { in sas_register_phys()
Dsas_event.c149 static const work_func_t sas_ha_event_fns[HA_NUM_EVENTS] = { in sas_init_events()
Dsas_discover.c522 static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = { in sas_init_disc()
/linux-3.4.99/net/sctp/
Dinqueue.c242 void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback) in sctp_inq_set_th_handler()
/linux-3.4.99/drivers/net/ethernet/dec/tulip/
Dtulip.h47 work_func_t media_task;
/linux-3.4.99/fs/cifs/
Dcifsproto.h506 work_func_t complete);
Dcifssmb.c2098 cifs_writedata_alloc(unsigned int nr_pages, work_func_t complete) in cifs_writedata_alloc()
/linux-3.4.99/kernel/
Dworkqueue.c131 work_func_t current_func; /* L: current_work's fn */
2864 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu()
2932 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context()
/linux-3.4.99/include/net/sctp/
Dstructs.h1121 void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c74 work_func_t func, int delay);
2449 work_func_t func, int delay) in netxen_schedule_work()
/linux-3.4.99/drivers/firewire/
Dsbp2.c149 work_func_t workfn;
/linux-3.4.99/drivers/block/
Dfloppy.c971 PREPARE_WORK(&floppy_work, (work_func_t)handler); in schedule_bh()
983 PREPARE_WORK(&floppy_work, (work_func_t)empty); in cancel_activity()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c67 work_func_t func, int delay);
3048 work_func_t func, int delay) in qlcnic_schedule_work()