Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/pstore/
H A Dram.c129 ramoops_get_next_prz(struct persistent_ram_zone *przs[], int id, in ramoops_get_next_prz() function
207 prz = ramoops_get_next_prz(cxt->dprzs, cxt->dump_read_cnt++, in ramoops_pstore_read()
223 prz = ramoops_get_next_prz(&cxt->cprz, 0 /* single */, record); in ramoops_pstore_read()
226 prz = ramoops_get_next_prz(&cxt->mprz, 0 /* single */, record); in ramoops_pstore_read()
229 prz = ramoops_get_next_prz(&cxt->bprz, 0 /* single */, record); in ramoops_pstore_read()
235 prz = ramoops_get_next_prz(cxt->fprzs, 0 /* single */, in ramoops_pstore_read()
252 prz_next = ramoops_get_next_prz(cxt->fprzs, in ramoops_pstore_read()
/kernel/linux/linux-6.6/fs/pstore/
H A Dram.c119 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()

Completed in 3 milliseconds