Searched refs:pstore_zone_cxt (Results 1 – 1 of 1) sorted by relevance
140 static struct psz_context pstore_zone_cxt; variable172 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()1097 static struct psz_context pstore_zone_cxt = { variable1099 __MUTEX_INITIALIZER(pstore_zone_cxt.pstore_zone_info_lock),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()[all …]
Completed in 6 milliseconds