Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/apei/
H A Derst.c454 struct erst_record_id_cache { struct
462 static struct erst_record_id_cache erst_record_id_cache = { argument
491 erst_record_id_cache.refcount++; in erst_get_record_id_begin()
532 if (i < erst_record_id_cache.len) in __erst_record_id_cache_add_one()
534 if (erst_record_id_cache.len >= erst_record_id_cache.size) { in __erst_record_id_cache_add_one()
554 erst_record_id_cache.size = new_size; in __erst_record_id_cache_add_one()
557 erst_record_id_cache.len++; in __erst_record_id_cache_add_one()
585 if (*pos < erst_record_id_cache.len) { in erst_get_record_id_next()
617 if (erst_record_id_cache.refcount) in __erst_record_id_cache_compact()
628 erst_record_id_cache.len = wpos; in __erst_record_id_cache_compact()
[all …]