Searched refs:bo_dev (Results 1 – 1 of 1) sorted by relevance
3576 struct xe_bo_dev *bo_dev = container_of(work, typeof(*bo_dev), async_free); in xe_bo_dev_work_func() local3578 xe_bo_put_commit(&bo_dev->async_list); in xe_bo_dev_work_func()3585 void xe_bo_dev_init(struct xe_bo_dev *bo_dev) in xe_bo_dev_init() argument3587 INIT_WORK(&bo_dev->async_free, xe_bo_dev_work_func); in xe_bo_dev_init()3594 void xe_bo_dev_fini(struct xe_bo_dev *bo_dev) in xe_bo_dev_fini() argument3596 flush_work(&bo_dev->async_free); in xe_bo_dev_fini()