Home
last modified time | relevance | path

Searched refs:async_free (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device_types.h549 struct work_struct async_free; member
H A Dxe_bo.h361 schedule_work(&bo_device->async_free); in xe_bo_put_async()
H A Dxe_bo.c2855 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()
/linux-6.15/drivers/base/regmap/
H A Dinternal.h79 struct list_head async_free; member
H A Dregmap.c818 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()