Searched refs:total_capacity (Results 1 - 5 of 5) sorted by last modified time

/linux-master/kernel/sched/
H A Dfair.c9539 unsigned long total_capacity; /* Total capacity of all groups in sd */ member in struct:sd_lb_stats
9560 .total_capacity = 0UL,
10645 sds->total_capacity += sgs->group_capacity;
10824 sds->total_capacity;
10945 sds.total_capacity;
/linux-master/tools/testing/cxl/test/
H A Dmem.c558 .total_capacity =
579 .total_capacity =
/linux-master/drivers/cxl/
H A Dcxlmem.h591 __le64 total_capacity; member in struct:cxl_mbox_identify
/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);

Completed in 349 milliseconds