Searched defs:psz_context (Results 1 – 1 of 1) sorted by relevance
113 struct psz_context { struct114 struct pstore_zone **kpszs;115 struct pstore_zone *ppsz;116 struct pstore_zone *cpsz;117 struct pstore_zone **fpszs;118 struct pstore_zone *bpsz;119 unsigned int kmsg_max_cnt;120 unsigned int kmsg_read_cnt;144 static struct psz_context pstore_zone_cxt; argument