Home
last modified time | relevance | path

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

/drivers/ps3/
Dvuart.h69 struct work_struct *_work) in ps3_vuart_work_to_system_bus_dev() argument
71 struct ps3_vuart_work *vw = container_of(_work, struct ps3_vuart_work, in ps3_vuart_work_to_system_bus_dev()
/drivers/infiniband/hw/ipath/
Dipath_user_pages.c192 static void user_pages_account(struct work_struct *_work) in user_pages_account() argument
195 container_of(_work, struct ipath_user_pages_work, work); in user_pages_account()
/drivers/message/i2o/
Dexec-osm.c429 static void i2o_exec_lct_modified(struct work_struct *_work) in i2o_exec_lct_modified() argument
432 container_of(_work, struct i2o_exec_lct_notify_work, work); in i2o_exec_lct_modified()
/drivers/infiniband/core/
Dcache.c327 static void ib_cache_task(struct work_struct *_work) in ib_cache_task() argument
330 container_of(_work, struct ib_update_work, work); in ib_cache_task()
Diwcm.c846 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument
848 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler()
Dcma.c1673 static void cma_work_handler(struct work_struct *_work) in cma_work_handler() argument
1675 struct cma_work *work = container_of(_work, struct cma_work, work); in cma_work_handler()
1695 static void cma_ndev_work_handler(struct work_struct *_work) in cma_ndev_work_handler() argument
1697 struct cma_ndev_work *work = container_of(_work, struct cma_ndev_work, work); in cma_ndev_work_handler()
Dcm.c3242 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument
3244 struct cm_work *work = container_of(_work, struct cm_work, work.work); in cm_work_handler()
/drivers/power/
Dlp8727_charger.c225 static void lp8727_delayed_func(struct work_struct *_work) in lp8727_delayed_func() argument
227 struct lp8727_chg *pchg = container_of(_work, struct lp8727_chg, in lp8727_delayed_func()
/drivers/rapidio/
Drio.c1495 static void disc_work_handler(struct work_struct *_work) in disc_work_handler() argument
1499 work = container_of(_work, struct rio_disc_work, work); in disc_work_handler()
/drivers/scsi/qla2xxx/
Dqla_os.c3783 int qla2x00_post_async_##name##_work( \