Lines Matching refs:pstore_zone_cxt
140 static struct psz_context pstore_zone_cxt; variable
172 return atomic_read(&pstore_zone_cxt.on_panic); in is_on_panic()
203 struct pstore_zone_info *info = pstore_zone_cxt.pstore_zone_info; in psz_zone_write()
218 if (!is_on_panic() && !atomic_read(&pstore_zone_cxt.recovered)) in psz_zone_write()
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()
1097 static struct psz_context pstore_zone_cxt = { variable
1099 __MUTEX_INITIALIZER(pstore_zone_cxt.pstore_zone_info_lock),
1153 struct pstore_zone_info *info = pstore_zone_cxt.pstore_zone_info; in psz_init_zone()
1197 struct pstore_zone_info *info = pstore_zone_cxt.pstore_zone_info; in psz_init_zones()
1296 struct psz_context *cxt = &pstore_zone_cxt; in register_pstore_zone()
1409 mutex_unlock(&pstore_zone_cxt.pstore_zone_info_lock); in register_pstore_zone()
1419 pstore_zone_cxt.pstore_zone_info = NULL; in register_pstore_zone()
1420 mutex_unlock(&pstore_zone_cxt.pstore_zone_info_lock); in register_pstore_zone()
1432 struct psz_context *cxt = &pstore_zone_cxt; in unregister_pstore_zone()