Searched refs:_work (Results 1 – 10 of 10) sorted by relevance
/drivers/ps3/ |
D | vuart.h | 69 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/ |
D | ipath_user_pages.c | 192 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/ |
D | exec-osm.c | 429 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/ |
D | cache.c | 327 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()
|
D | iwcm.c | 846 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()
|
D | cma.c | 1673 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()
|
D | cm.c | 3242 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/ |
D | lp8727_charger.c | 225 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/ |
D | rio.c | 1495 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/ |
D | qla_os.c | 3783 int qla2x00_post_async_##name##_work( \
|