Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dlabel.h77 * @rawsize: size of this label's contribution to region
92 __le64 rawsize; member
111 * @rawsize: size of namespace
129 __le64 rawsize; member
152 * @rawsize: size of this label's contribution to namespace
169 __le64 rawsize; member
H A Dnd.h138 return __le64_to_cpu(nd_label->cxl.rawsize); in nsl_get_rawsize()
139 return __le64_to_cpu(nd_label->efi.rawsize); in nsl_get_rawsize()
144 u64 rawsize) in nsl_set_rawsize()
147 nd_label->cxl.rawsize = __cpu_to_le64(rawsize); in nsl_set_rawsize()
149 nd_label->efi.rawsize = __cpu_to_le64(rawsize); in nsl_set_rawsize()
142 nsl_set_rawsize(struct nvdimm_drvdata *ndd, struct nd_namespace_label *nd_label, u64 rawsize) nsl_set_rawsize() argument
H A Dbtt.c851 size_t remaining = btt->rawsize; in discover_arenas()
874 if (remaining == btt->rawsize) { in discover_arenas()
935 size_t remaining = btt->rawsize; in create_arenas()
1550 * @rawsize: raw size in bytes of the backing device
1564 static struct btt *btt_init(struct nd_btt *nd_btt, unsigned long long rawsize, in btt_init() argument
1578 btt->rawsize = rawsize; in btt_init()
1598 btt->num_arenas = (rawsize / ARENA_MAX_SIZE) + in btt_init()
1599 ((rawsize % ARENA_MAX_SIZE) ? 1 : 0); in btt_init()
1600 dev_dbg(dev, "init: %d arenas for %llu rawsize\ in btt_init()
1651 size_t size, rawsize; nvdimm_namespace_attach_btt() local
[all...]
H A Dbtt.h209 * @rawsize: Total size in bytes of the available backing device
225 unsigned long long rawsize; member
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_pai_crypto.c337 size_t rawsize; in paicrypt_push_sample() local
342 rawsize = paicrypt_copy(cpump->save, cpump, in paicrypt_push_sample()
345 if (!rawsize) /* No incremented counters */ in paicrypt_push_sample()
366 raw.frag.size = rawsize; in paicrypt_push_sample()
H A Dperf_pai_ext.c432 size_t rawsize; in paiext_push_sample() local
435 rawsize = paiext_copy(cpump); in paiext_push_sample()
436 if (!rawsize) /* No incremented counters */ in paiext_push_sample()
455 raw.frag.size = rawsize; in paiext_push_sample()
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dbtt.c851 size_t remaining = btt->rawsize; in discover_arenas()
874 if (remaining == btt->rawsize) { in discover_arenas()
935 size_t remaining = btt->rawsize; in create_arenas()
1573 * @rawsize: raw size in bytes of the backing device
1587 static struct btt *btt_init(struct nd_btt *nd_btt, unsigned long long rawsize, in btt_init() argument
1600 btt->rawsize = rawsize; in btt_init()
1620 btt->num_arenas = (rawsize / ARENA_MAX_SIZE) + in btt_init()
1621 ((rawsize % ARENA_MAX_SIZE) ? 1 : 0); in btt_init()
1622 dev_dbg(dev, "init: %d arenas for %llu rawsize\ in btt_init()
1673 size_t size, rawsize; nvdimm_namespace_attach_btt() local
[all...]
H A Dlabel.h78 * @rawsize: size of namespace
91 __le64 rawsize; member
H A Dbtt.h209 * @rawsize: Total size in bytes of the available backing device
226 unsigned long long rawsize; member
H A Dlabel.c404 __le64_to_cpu(nd_label->rawsize)); in nd_label_reserve_dpa()
552 u64 size = __le64_to_cpu(nd_label->rawsize); in nd_label_active_count()
806 nd_label->rawsize = __cpu_to_le64(resource_size(res)); in __pmem_label_update()
884 if (resource_size(res) != __le64_to_cpu(nd_label->rawsize)) in to_resource()
1046 nd_label->rawsize = __cpu_to_le64(resource_size(res)); in __blk_label_update()
H A Dnamespace_devs.c1927 pmem_end = pmem_start + __le64_to_cpu(nd_label->rawsize); in select_pmem_id()
2040 size += __le64_to_cpu(label0->rawsize); in create_namespace_pmem()

Completed in 15 milliseconds