Searched refs:nd_ars_record (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dndctl.h84 struct nd_ars_record { struct in struct:nd_cmd_ars_status
/linux-master/tools/testing/nvdimm/test/
H A Dnfit.c519 ars_recs = SZ_4K / sizeof(struct nd_ars_record);
522 + ars_recs * sizeof(struct nd_ars_record);
533 struct nd_ars_record *ars_record;
565 + i * sizeof(struct nd_ars_record);
2877 struct nd_ars_record *record;
2890 + sizeof(struct nd_ars_record)];
3015 cmd_size = sizeof(cmd.ars_stat) + sizeof(struct nd_ars_record);
3020 *record = (struct nd_ars_record) {
3037 cmd_size = sizeof(cmd.ars_stat) + sizeof(struct nd_ars_record);
3042 *record = (struct nd_ars_record) {
[all...]
/linux-master/drivers/acpi/nfit/
H A Dcore.c2492 < 44 + sizeof(struct nd_ars_record) * (i + 1))

Completed in 105 milliseconds