Searched refs:_work (Results 1 - 10 of 10) sorted by relevance

/drivers/ps3/
H A Dvuart.h69 struct work_struct *_work)
71 struct ps3_vuart_work *vw = container_of(_work, struct ps3_vuart_work,
68 ps3_vuart_work_to_system_bus_dev( struct work_struct *_work) argument
/drivers/net/wireless/bcmdhd/include/
H A Dlinuxver.h90 #define INIT_WORK(_work, _func, _data) INIT_TQUEUE((_work), (_func), (_data))
93 #define schedule_work(_work) schedule_task((_work))
101 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func)
103 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func, _work)
/drivers/infiniband/hw/ipath/
H A Dipath_user_pages.c192 static void user_pages_account(struct work_struct *_work) argument
195 container_of(_work, struct ipath_user_pages_work, work);
/drivers/infiniband/core/
H A Dcache.c286 static void ib_cache_task(struct work_struct *_work) argument
289 container_of(_work, struct ib_update_work, work);
H A Diwcm.c844 static void cm_work_handler(struct work_struct *_work) argument
846 struct iwcm_work *work = container_of(_work, struct iwcm_work, work);
H A Dcma.c1660 static void cma_work_handler(struct work_struct *_work) argument
1662 struct cma_work *work = container_of(_work, struct cma_work, work);
1682 static void cma_ndev_work_handler(struct work_struct *_work) argument
1684 struct cma_ndev_work *work = container_of(_work, struct cma_ndev_work, work);
H A Dcm.c3241 static void cm_work_handler(struct work_struct *_work) argument
3243 struct cm_work *work = container_of(_work, struct cm_work, work.work);
/drivers/message/i2o/
H A Dexec-osm.c423 * @_work: work struct for a specific controller
429 static void i2o_exec_lct_modified(struct work_struct *_work) argument
432 container_of(_work, struct i2o_exec_lct_notify_work, work);
/drivers/power/
H A Dlp8727_charger.c215 static void lp8727_delayed_func(struct work_struct *_work) argument
219 container_of(_work, struct lp8727_chg, work.work);
/drivers/scsi/qla2xxx/
H A Dqla_os.c3225 int qla2x00_post_async_##name##_work( \

Completed in 548 milliseconds