Searched refs:async_free (Results 1 – 3 of 3) sorted by relevance
660 struct work_struct async_free; member
3576 struct xe_bo_dev *bo_dev = container_of(work, typeof(*bo_dev), async_free); in xe_bo_dev_work_func()3587 INIT_WORK(&bo_dev->async_free, xe_bo_dev_work_func); in xe_bo_dev_init()3596 flush_work(&bo_dev->async_free); in xe_bo_dev_fini()
821 INIT_LIST_HEAD(&map->async_free); in __regmap_init()1472 while (!list_empty(&map->async_free)) { in regmap_exit()1473 async = list_first_entry_or_null(&map->async_free, in regmap_exit()1718 async = list_first_entry_or_null(&map->async_free, in _regmap_raw_write_impl()1766 list_move(&async->list, &map->async_free); in _regmap_raw_write_impl()3337 list_move(&async->list, &map->async_free); in regmap_async_complete_cb()