Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/regmap/
Dinternal.h76 struct list_head async_free; member
Dregmap.c782 INIT_LIST_HEAD(&map->async_free); in __regmap_init()
1320 while (!list_empty(&map->async_free)) { in regmap_exit()
1321 async = list_first_entry_or_null(&map->async_free, in regmap_exit()
1543 async = list_first_entry_or_null(&map->async_free, in _regmap_raw_write_impl()
1591 list_move(&async->list, &map->async_free); in _regmap_raw_write_impl()
2857 list_move(&async->list, &map->async_free); in regmap_async_complete_cb()