Searched refs:pgrps (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_stat.c | 419 struct se_port_stat_grps *pgrps = container_of(to_config_group(item), in to_stat_port() local 421 return container_of(pgrps, struct se_lun, port_stat_grps); in to_stat_port() 522 struct se_port_stat_grps *pgrps = container_of(to_config_group(item), in to_stat_tgt_port() local 524 return container_of(pgrps, struct se_lun, port_stat_grps); in to_stat_tgt_port() 706 struct se_port_stat_grps *pgrps = container_of(to_config_group(item), in to_transport_stat() local 708 return container_of(pgrps, struct se_lun, port_stat_grps); in to_transport_stat()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_stat.c | 416 struct se_port_stat_grps *pgrps = container_of(to_config_group(item), in to_stat_port() local 418 return container_of(pgrps, struct se_lun, port_stat_grps); in to_stat_port() 519 struct se_port_stat_grps *pgrps = container_of(to_config_group(item), in to_stat_tgt_port() local 521 return container_of(pgrps, struct se_lun, port_stat_grps); in to_stat_tgt_port() 703 struct se_port_stat_grps *pgrps = container_of(to_config_group(item), in to_transport_stat() local 705 return container_of(pgrps, struct se_lun, port_stat_grps); in to_transport_stat()
|
Completed in 5 milliseconds