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

/linux-master/drivers/cxl/
H A Dcxlmem.h588 __le64 total_capacity; member in struct:cxl_mbox_identify
/linux-master/tools/testing/cxl/test/
H A Dmem.c547 .total_capacity =
568 .total_capacity =
/linux-master/drivers/cxl/core/
H A Dmbox.c1092 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.c9478 unsigned long total_capacity; /* Total capacity of all groups in sd */ member in struct:sd_lb_stats
9499 .total_capacity = 0UL,
10592 sds->total_capacity += sgs->group_capacity;
10777 sds->total_capacity;
10901 sds.total_capacity;

Completed in 727 milliseconds