Searched refs:total_capacity (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/cxl/
H A Dcxlmem.h591 __le64 total_capacity; member in struct:cxl_mbox_identify
/linux-master/tools/testing/cxl/test/
H A Dmem.c558 .total_capacity =
579 .total_capacity =
/linux-master/drivers/cxl/core/
H A Dmbox.c1128 le64_to_cpu(id.total_capacity) * CXL_CAPACITY_MULTIPLIER;
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c381 int heads, sectors, cylinders, total_capacity; local
386 total_capacity = capacity;
389 cylinders = total_capacity / (heads * sectors);
393 cylinders = total_capacity / (heads * sectors);
/linux-master/kernel/sched/
H A Dfair.c9540 unsigned long total_capacity; /* Total capacity of all groups in sd */ member in struct:sd_lb_stats
9561 .total_capacity = 0UL,
10646 sds->total_capacity += sgs->group_capacity;
10825 sds->total_capacity;
10946 sds.total_capacity;

Completed in 189 milliseconds