Searched refs:async_free (Results 1 – 2 of 2) sorted by relevance
74 struct list_head async_free; member
595 INIT_LIST_HEAD(&map->async_free); in regmap_init()1083 while (!list_empty(&map->async_free)) { in regmap_exit()1084 async = list_first_entry_or_null(&map->async_free, in regmap_exit()1286 async = list_first_entry_or_null(&map->async_free, in _regmap_raw_write()1334 list_move(&async->list, &map->async_free); in _regmap_raw_write()2481 list_move(&async->list, &map->async_free); in regmap_async_complete_cb()