Searched refs:rawsize (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/nvdimm/
H A Dlabel.h77 * @rawsize: size of this label's contribution to region
92 __le64 rawsize; member in struct:cxl_region_label
111 * @rawsize: size of namespace
129 __le64 rawsize; member in struct:nvdimm_efi_label
152 * @rawsize: size of this label's contribution to namespace
169 __le64 rawsize; member in struct:nvdimm_cxl_label
H A Dnd.h138 return __le64_to_cpu(nd_label->cxl.rawsize);
139 return __le64_to_cpu(nd_label->efi.rawsize);
144 u64 rawsize)
147 nd_label->cxl.rawsize = __cpu_to_le64(rawsize);
149 nd_label->efi.rawsize = __cpu_to_le64(rawsize);
142 nsl_set_rawsize(struct nvdimm_drvdata *ndd, struct nd_namespace_label *nd_label, u64 rawsize) argument
H A Dbtt.h209 * @rawsize: Total size in bytes of the available backing device
225 unsigned long long rawsize; member in struct:btt
H A Dbtt.c851 size_t remaining = btt->rawsize;
872 if (remaining == btt->rawsize) {
930 size_t remaining = btt->rawsize;
1547 * @rawsize: raw size in bytes of the backing device
1561 static struct btt *btt_init(struct nd_btt *nd_btt, unsigned long long rawsize, argument
1575 btt->rawsize = rawsize;
1595 btt->num_arenas = (rawsize / ARENA_MAX_SIZE) +
1596 ((rawsize % ARENA_MAX_SIZE) ? 1 : 0);
1597 dev_dbg(dev, "init: %d arenas for %llu rawsize\
1648 size_t size, rawsize; local
[all...]
/linux-master/arch/s390/kernel/
H A Dperf_pai_crypto.c419 static int paicrypt_push_sample(size_t rawsize, struct paicrypt_map *cpump, argument
445 raw.frag.size = rawsize;
463 size_t rawsize; local
468 rawsize = paicrypt_copy(cpump->save, cpump->page,
472 if (rawsize) /* No incremented counters */
473 rc = paicrypt_push_sample(rawsize, cpump, event);
H A Dperf_pai_ext.c435 static int paiext_push_sample(size_t rawsize, struct paiext_map *cpump, argument
459 raw.frag.size = rawsize;
478 size_t rawsize; local
483 rawsize = paiext_copy(cpump->save, cpump->area,
485 if (rawsize) /* Incremented counters */
486 rc = paiext_push_sample(rawsize, cpump, event);

Completed in 153 milliseconds