Searched refs:work_func_t (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_event.c59 static const work_func_t sas_ha_event_fns[HA_NUM_EVENTS] = {
H A Dsas_phy.c111 static const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS] = {
118 static const work_func_t sas_port_event_fns[PORT_NUM_EVENTS] = {
H A Dsas_discover.c377 static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dworkqueue.h18 typedef void (*work_func_t)(struct work_struct *work); typedef
82 work_func_t func;
335 extern int schedule_on_each_cpu(work_func_t func);
338 int execute_in_process_context(work_func_t fn, struct execute_work *);
H A Di2o.h464 work_func_t event;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dinqueue.c240 void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dtulip.h50 work_func_t media_task;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dlinuxver.h126 typedef void (*work_func_t)(void *work); typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dworkqueue.c1763 work_func_t f = work->func;
2618 int schedule_on_each_cpu(work_func_t func)
2686 int execute_in_process_context(work_func_t fn, struct execute_work *ew)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h1107 void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_main.c77 work_func_t func, int delay);
2254 work_func_t func, int delay)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_main.c83 work_func_t func, int delay);
2584 work_func_t func, int delay)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dfloppy.c967 PREPARE_WORK(&floppy_work, (work_func_t)handler);
979 PREPARE_WORK(&floppy_work, (work_func_t)empty);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dr8169.c4134 static void rtl8169_schedule_work(struct net_device *dev, work_func_t task)

Completed in 141 milliseconds