Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Derst.c427 struct erst_record_id_cache { struct
435 static struct erst_record_id_cache erst_record_id_cache = { variable
436 .lock = __MUTEX_INITIALIZER(erst_record_id_cache.lock),
461 rc = mutex_lock_interruptible(&erst_record_id_cache.lock); in erst_get_record_id_begin()
464 erst_record_id_cache.refcount++; in erst_get_record_id_begin()
465 mutex_unlock(&erst_record_id_cache.lock); in erst_get_record_id_begin()
473 /* erst_record_id_cache.lock must be held by caller */
499 entries = erst_record_id_cache.entries; in __erst_record_id_cache_add_one()
500 for (i = 0; i < erst_record_id_cache in __erst_record_id_cache_add_one()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/apei/
H A Derst.c427 struct erst_record_id_cache { struct
435 static struct erst_record_id_cache erst_record_id_cache = { variable
436 .lock = __MUTEX_INITIALIZER(erst_record_id_cache.lock),
461 rc = mutex_lock_interruptible(&erst_record_id_cache.lock); in erst_get_record_id_begin()
464 erst_record_id_cache.refcount++; in erst_get_record_id_begin()
465 mutex_unlock(&erst_record_id_cache.lock); in erst_get_record_id_begin()
473 /* erst_record_id_cache.lock must be held by caller */
499 entries = erst_record_id_cache.entries; in __erst_record_id_cache_add_one()
500 for (i = 0; i < erst_record_id_cache in __erst_record_id_cache_add_one()
[all...]

Completed in 3 milliseconds