Searched refs:ramoops_get_next_prz (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/pstore/ |
H A D | ram.c | 119 ramoops_get_next_prz(struct persistent_ram_zone *przs[], int id, in ramoops_get_next_prz() function 197 prz = ramoops_get_next_prz(cxt->dprzs, cxt->dump_read_cnt++, in ramoops_pstore_read() 213 prz = ramoops_get_next_prz(&cxt->cprz, 0 /* single */, record); in ramoops_pstore_read() 216 prz = ramoops_get_next_prz(&cxt->mprz, 0 /* single */, record); in ramoops_pstore_read() 222 prz = ramoops_get_next_prz(cxt->fprzs, 0 /* single */, in ramoops_pstore_read() 239 prz_next = ramoops_get_next_prz(cxt->fprzs, in ramoops_pstore_read()
|