Home
last modified time | relevance | path

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

/Linux-v6.1/fs/pstore/
Dram.c117 ramoops_get_next_prz(struct persistent_ram_zone *przs[], int id, in ramoops_get_next_prz() function
195 prz = ramoops_get_next_prz(cxt->dprzs, cxt->dump_read_cnt++, in ramoops_pstore_read()
211 prz = ramoops_get_next_prz(&cxt->cprz, 0 /* single */, record); in ramoops_pstore_read()
214 prz = ramoops_get_next_prz(&cxt->mprz, 0 /* single */, record); in ramoops_pstore_read()
220 prz = ramoops_get_next_prz(cxt->fprzs, 0 /* single */, in ramoops_pstore_read()
237 prz_next = ramoops_get_next_prz(cxt->fprzs, in ramoops_pstore_read()