Searched refs:slot_cache (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/apei/
H A Dghes.c634 struct ghes_estatus_cache *cache, *slot_cache = NULL, *new_cache; local
645 slot_cache = NULL;
651 slot_cache = cache;
660 slot_cache = cache;
666 slot_cache, new_cache) == slot_cache) {
667 if (slot_cache)
668 call_rcu(&slot_cache->rcu, ghes_estatus_cache_rcu_free);

Completed in 28 milliseconds