Searched refs:rgs (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-debugfs.c | 119 struct xhci_regset *rgs; in xhci_debugfs_regset() local 124 rgs = xhci_debugfs_alloc_regset(xhci); in xhci_debugfs_regset() 125 if (!rgs) in xhci_debugfs_regset() 129 vsnprintf(rgs->name, sizeof(rgs->name), fmt, args); in xhci_debugfs_regset() 132 regset = &rgs->regset; in xhci_debugfs_regset() 138 debugfs_create_regset32((const char *)rgs->name, 0444, parent, regset); in xhci_debugfs_regset() 831 struct xhci_regset *rgs, *tmp; in xhci_debugfs_exit() local 837 list_for_each_entry_safe(rgs, tmp, &xhci->regset_list, list) in xhci_debugfs_exit() 838 xhci_debugfs_free_regset(rgs); in xhci_debugfs_exit()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_sb.c | 1209 struct xfs_groups *rgs = &mp->m_groups[XG_TYPE_RTG]; in xfs_sb_mount_rextsize() local 1216 rgs->blocks = sbp->sb_rgextents * sbp->sb_rextsize; in xfs_sb_mount_rextsize() 1217 rgs->blklog = mp->m_sb.sb_rgblklog; in xfs_sb_mount_rextsize() 1218 rgs->blkmask = xfs_mask32lo(mp->m_sb.sb_rgblklog); in xfs_sb_mount_rextsize() 1219 rgs->start_fsb = mp->m_sb.sb_rtstart; in xfs_sb_mount_rextsize() 1222 rgs->has_daddr_gaps = true; in xfs_sb_mount_rextsize() 1224 rgs->blocks = 0; in xfs_sb_mount_rextsize() 1225 rgs->blklog = 0; in xfs_sb_mount_rextsize() 1226 rgs->blkmask = (uint64_t)-1; in xfs_sb_mount_rextsize()
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | runtime_instr.h | 32 __u32 rgs : 3; member
|