Searched refs:async_free (Results 1 – 3 of 3) sorted by relevance
613 struct work_struct async_free; member
3570 struct xe_bo_dev *bo_dev = container_of(work, typeof(*bo_dev), async_free); in xe_bo_dev_work_func()3581 INIT_WORK(&bo_dev->async_free, xe_bo_dev_work_func); in xe_bo_dev_init()3590 flush_work(&bo_dev->async_free); in xe_bo_dev_fini()
820 INIT_LIST_HEAD(&map->async_free); in __regmap_init()1470 while (!list_empty(&map->async_free)) { in regmap_exit()1471 async = list_first_entry_or_null(&map->async_free, in regmap_exit()1716 async = list_first_entry_or_null(&map->async_free, in _regmap_raw_write_impl()1764 list_move(&async->list, &map->async_free); in _regmap_raw_write_impl()3335 list_move(&async->list, &map->async_free); in regmap_async_complete_cb()