Searched refs:work_func_t (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/include/linux/ |
D | workqueue.h | 18 typedef void (*work_func_t)(struct work_struct *work); typedef 82 work_func_t func; 365 extern int schedule_on_each_cpu(work_func_t func); 368 int execute_in_process_context(work_func_t fn, struct execute_work *);
|
D | i2o.h | 464 work_func_t event;
|
/linux-2.6.39/drivers/scsi/libsas/ |
D | sas_phy.c | 111 static const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS] = { in sas_register_phys() 118 static const work_func_t sas_port_event_fns[PORT_NUM_EVENTS] = { in sas_register_phys()
|
D | sas_event.c | 59 static const work_func_t sas_ha_event_fns[HA_NUM_EVENTS] = { in sas_init_events()
|
D | sas_discover.c | 377 static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = { in sas_init_disc()
|
/linux-2.6.39/net/sctp/ |
D | inqueue.c | 242 void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback) in sctp_inq_set_th_handler()
|
/linux-2.6.39/drivers/net/tulip/ |
D | tulip.h | 50 work_func_t media_task;
|
/linux-2.6.39/kernel/ |
D | workqueue.c | 1804 work_func_t f = work->func; in process_one_work() 2749 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu() 2817 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context()
|
/linux-2.6.39/include/net/sctp/ |
D | structs.h | 1105 void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
|
/linux-2.6.39/drivers/net/netxen/ |
D | netxen_nic_main.c | 74 work_func_t func, int delay); 2305 work_func_t func, int delay) in netxen_schedule_work()
|
/linux-2.6.39/drivers/block/ |
D | floppy.c | 973 PREPARE_WORK(&floppy_work, (work_func_t)handler); in schedule_bh() 985 PREPARE_WORK(&floppy_work, (work_func_t)empty); in cancel_activity()
|
/linux-2.6.39/drivers/net/qlcnic/ |
D | qlcnic_main.c | 67 work_func_t func, int delay); 2893 work_func_t func, int delay) in qlcnic_schedule_work()
|
/linux-2.6.39/drivers/net/ |
D | r8169.c | 4287 static void rtl8169_schedule_work(struct net_device *dev, work_func_t task) in rtl8169_schedule_work()
|