Home
last modified time | relevance | path

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

/openbmc/linux/fs/pstore/
H A Dzone.c140 static struct psz_context pstore_zone_cxt; variable
172 return atomic_read(&pstore_zone_cxt.on_panic); in is_on_panic()
269 if (unlikely(!atomic_read(&pstore_zone_cxt.recovered))) in psz_flush_dirty_zone()
317 struct psz_context *cxt = &pstore_zone_cxt; in psz_flush_all_dirty_zones()
1099 static struct psz_context pstore_zone_cxt = { variable
1101 __MUTEX_INITIALIZER(pstore_zone_cxt.pstore_zone_info_lock),
1298 struct psz_context *cxt = &pstore_zone_cxt; in register_pstore_zone()
1411 mutex_unlock(&pstore_zone_cxt.pstore_zone_info_lock); in register_pstore_zone()
1421 pstore_zone_cxt.pstore_zone_info = NULL; in register_pstore_zone()
1422 mutex_unlock(&pstore_zone_cxt.pstore_zone_info_lock); in register_pstore_zone()
[all …]