Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_device_types.h598 struct work_struct async_free; member
A Dxe_bo.h378 schedule_work(&bo_device->async_free); in xe_bo_put_async()
A Dxe_bo.c3045 struct xe_bo_dev *bo_dev = container_of(work, typeof(*bo_dev), async_free); in xe_bo_dev_work_func()
3056 INIT_WORK(&bo_dev->async_free, xe_bo_dev_work_func); in xe_bo_dev_init()
3065 flush_work(&bo_dev->async_free); in xe_bo_dev_fini()
/drivers/base/regmap/
A Dinternal.h79 struct list_head async_free; member
A Dregmap.c818 INIT_LIST_HEAD(&map->async_free); in __regmap_init()
1468 while (!list_empty(&map->async_free)) { in regmap_exit()
1469 async = list_first_entry_or_null(&map->async_free, in regmap_exit()
1714 async = list_first_entry_or_null(&map->async_free, in _regmap_raw_write_impl()
1762 list_move(&async->list, &map->async_free); in _regmap_raw_write_impl()
3330 list_move(&async->list, &map->async_free); in regmap_async_complete_cb()

Completed in 20 milliseconds