Searched refs:pgrps (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_stat.c | 543 struct se_port_stat_grps *pgrps, char *page) in target_stat_scsi_port_show_attr_inst() argument 545 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_inst() 565 struct se_port_stat_grps *pgrps, char *page) in target_stat_scsi_port_show_attr_dev() argument 567 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_dev() 585 struct se_port_stat_grps *pgrps, char *page) in target_stat_scsi_port_show_attr_indx() argument 587 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_indx() 604 struct se_port_stat_grps *pgrps, char *page) in target_stat_scsi_port_show_attr_role() argument 606 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_role() 627 struct se_port_stat_grps *pgrps, char *page) in target_stat_scsi_port_show_attr_busy_count() argument 629 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_busy_count() [all …]
|