Searched refs:async_free (Results 1 – 5 of 5) sorted by relevance
549 struct work_struct async_free; member
361 schedule_work(&bo_device->async_free); in xe_bo_put_async()
2855 struct xe_bo_dev *bo_dev = container_of(work, typeof(*bo_dev), async_free); in xe_bo_dev_work_func()2866 INIT_WORK(&bo_dev->async_free, xe_bo_dev_work_func); in xe_bo_dev_init()2875 flush_work(&bo_dev->async_free); in xe_bo_dev_fini()
79 struct list_head async_free; member
818 INIT_LIST_HEAD(&map->async_free); in __regmap_init()1466 while (!list_empty(&map->async_free)) { in regmap_exit()1467 async = list_first_entry_or_null(&map->async_free, in regmap_exit()1712 async = list_first_entry_or_null(&map->async_free, in _regmap_raw_write_impl()1760 list_move(&async->list, &map->async_free); in _regmap_raw_write_impl()3328 list_move(&async->list, &map->async_free); in regmap_async_complete_cb()