tres             2716 drivers/net/ethernet/sun/niu.h 		tres:2,
tres             2723 drivers/net/ethernet/sun/niu.h 		tres:2,
tres             1254 drivers/pci/hotplug/cpqphp_core.c 	struct pci_resource *tres;
tres             1277 drivers/pci/hotplug/cpqphp_core.c 			tres = res;
tres             1279 drivers/pci/hotplug/cpqphp_core.c 			kfree(tres);
tres             1284 drivers/pci/hotplug/cpqphp_core.c 			tres = res;
tres             1286 drivers/pci/hotplug/cpqphp_core.c 			kfree(tres);
tres             1291 drivers/pci/hotplug/cpqphp_core.c 			tres = res;
tres             1293 drivers/pci/hotplug/cpqphp_core.c 			kfree(tres);
tres             1298 drivers/pci/hotplug/cpqphp_core.c 			tres = res;
tres             1300 drivers/pci/hotplug/cpqphp_core.c 			kfree(tres);
tres             1315 drivers/pci/hotplug/cpqphp_core.c 				tres = res;
tres             1317 drivers/pci/hotplug/cpqphp_core.c 				kfree(tres);
tres             1322 drivers/pci/hotplug/cpqphp_core.c 				tres = res;
tres             1324 drivers/pci/hotplug/cpqphp_core.c 				kfree(tres);
tres             1329 drivers/pci/hotplug/cpqphp_core.c 				tres = res;
tres             1331 drivers/pci/hotplug/cpqphp_core.c 				kfree(tres);
tres             1336 drivers/pci/hotplug/cpqphp_core.c 				tres = res;
tres             1338 drivers/pci/hotplug/cpqphp_core.c 				kfree(tres);
tres             1476 drivers/pci/hotplug/cpqphp_pci.c 	struct pci_resource *res, *tres;
tres             1482 drivers/pci/hotplug/cpqphp_pci.c 		tres = res;
tres             1484 drivers/pci/hotplug/cpqphp_pci.c 		kfree(tres);
tres             1491 drivers/pci/hotplug/cpqphp_pci.c 		tres = res;
tres             1493 drivers/pci/hotplug/cpqphp_pci.c 		kfree(tres);
tres             1500 drivers/pci/hotplug/cpqphp_pci.c 		tres = res;
tres             1502 drivers/pci/hotplug/cpqphp_pci.c 		kfree(tres);
tres             1509 drivers/pci/hotplug/cpqphp_pci.c 		tres = res;
tres             1511 drivers/pci/hotplug/cpqphp_pci.c 		kfree(tres);
tres             1523 drivers/pci/hotplug/cpqphp_pci.c 	struct pci_resource *res, *tres;
tres             1529 drivers/pci/hotplug/cpqphp_pci.c 		tres = res;
tres             1531 drivers/pci/hotplug/cpqphp_pci.c 		kfree(tres);
tres             1538 drivers/pci/hotplug/cpqphp_pci.c 		tres = res;
tres             1540 drivers/pci/hotplug/cpqphp_pci.c 		kfree(tres);
tres             1547 drivers/pci/hotplug/cpqphp_pci.c 		tres = res;
tres             1549 drivers/pci/hotplug/cpqphp_pci.c 		kfree(tres);
tres             1556 drivers/pci/hotplug/cpqphp_pci.c 		tres = res;
tres             1558 drivers/pci/hotplug/cpqphp_pci.c 		kfree(tres);
tres              170 drivers/pnp/resource.c 	struct resource *tres;
tres              197 drivers/pnp/resource.c 	for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_IO, i)); i++) {
tres              198 drivers/pnp/resource.c 		if (tres != res && tres->flags & IORESOURCE_IO) {
tres              199 drivers/pnp/resource.c 			tport = &tres->start;
tres              200 drivers/pnp/resource.c 			tend = &tres->end;
tres              211 drivers/pnp/resource.c 		     (tres = pnp_get_resource(tdev, IORESOURCE_IO, i));
tres              213 drivers/pnp/resource.c 			if (tres->flags & IORESOURCE_IO) {
tres              214 drivers/pnp/resource.c 				if (cannot_compare(tres->flags))
tres              216 drivers/pnp/resource.c 				if (tres->flags & IORESOURCE_WINDOW)
tres              218 drivers/pnp/resource.c 				tport = &tres->start;
tres              219 drivers/pnp/resource.c 				tend = &tres->end;
tres              233 drivers/pnp/resource.c 	struct resource *tres;
tres              260 drivers/pnp/resource.c 	for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_MEM, i)); i++) {
tres              261 drivers/pnp/resource.c 		if (tres != res && tres->flags & IORESOURCE_MEM) {
tres              262 drivers/pnp/resource.c 			taddr = &tres->start;
tres              263 drivers/pnp/resource.c 			tend = &tres->end;
tres              274 drivers/pnp/resource.c 		     (tres = pnp_get_resource(tdev, IORESOURCE_MEM, i));
tres              276 drivers/pnp/resource.c 			if (tres->flags & IORESOURCE_MEM) {
tres              277 drivers/pnp/resource.c 				if (cannot_compare(tres->flags))
tres              279 drivers/pnp/resource.c 				if (tres->flags & IORESOURCE_WINDOW)
tres              281 drivers/pnp/resource.c 				taddr = &tres->start;
tres              282 drivers/pnp/resource.c 				tend = &tres->end;
tres              356 drivers/pnp/resource.c 	struct resource *tres;
tres              376 drivers/pnp/resource.c 	for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_IRQ, i)); i++) {
tres              377 drivers/pnp/resource.c 		if (tres != res && tres->flags & IORESOURCE_IRQ) {
tres              378 drivers/pnp/resource.c 			if (tres->start == *irq)
tres              401 drivers/pnp/resource.c 		     (tres = pnp_get_resource(tdev, IORESOURCE_IRQ, i));
tres              403 drivers/pnp/resource.c 			if (tres->flags & IORESOURCE_IRQ) {
tres              404 drivers/pnp/resource.c 				if (cannot_compare(tres->flags))
tres              406 drivers/pnp/resource.c 				if (tres->start == *irq)
tres              420 drivers/pnp/resource.c 	struct resource *tres;
tres              440 drivers/pnp/resource.c 	for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_DMA, i)); i++) {
tres              441 drivers/pnp/resource.c 		if (tres != res && tres->flags & IORESOURCE_DMA) {
tres              442 drivers/pnp/resource.c 			if (tres->start == *dma)
tres              460 drivers/pnp/resource.c 		     (tres = pnp_get_resource(tdev, IORESOURCE_DMA, i));
tres              462 drivers/pnp/resource.c 			if (tres->flags & IORESOURCE_DMA) {
tres              463 drivers/pnp/resource.c 				if (cannot_compare(tres->flags))
tres              465 drivers/pnp/resource.c 				if (tres->start == *dma)
tres              347 fs/xfs/libxfs/xfs_attr.c 	struct xfs_trans_res	tres;
tres              382 fs/xfs/libxfs/xfs_attr.c 	tres.tr_logres = M_RES(mp)->tr_attrsetm.tr_logres +
tres              384 fs/xfs/libxfs/xfs_attr.c 	tres.tr_logcount = XFS_ATTRSET_LOG_COUNT;
tres              385 fs/xfs/libxfs/xfs_attr.c 	tres.tr_logflags = XFS_TRANS_PERM_LOG_RES;
tres              391 fs/xfs/libxfs/xfs_attr.c 	error = xfs_trans_alloc(mp, &tres, args.total, 0,
tres               84 fs/xfs/libxfs/xfs_log_rlimit.c 	struct xfs_trans_res	tres = {0};
tres               89 fs/xfs/libxfs/xfs_log_rlimit.c 	xfs_log_get_max_trans_res(mp, &tres);
tres               91 fs/xfs/libxfs/xfs_log_rlimit.c 	max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres);
tres               92 fs/xfs/libxfs/xfs_log_rlimit.c 	if (tres.tr_logcount > 1)
tres               93 fs/xfs/libxfs/xfs_log_rlimit.c 		max_logres *= tres.tr_logcount;
tres             1143 fs/xfs/xfs_inode.c 	struct xfs_trans_res	*tres;
tres             1165 fs/xfs/xfs_inode.c 		tres = &M_RES(mp)->tr_mkdir;
tres             1168 fs/xfs/xfs_inode.c 		tres = &M_RES(mp)->tr_create;
tres             1177 fs/xfs/xfs_inode.c 	error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp);
tres             1181 fs/xfs/xfs_inode.c 		error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp);
tres             1296 fs/xfs/xfs_inode.c 	struct xfs_trans_res	*tres;
tres             1315 fs/xfs/xfs_inode.c 	tres = &M_RES(mp)->tr_create_tmpfile;
tres             1317 fs/xfs/xfs_inode.c 	error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp);
tres             1086 fs/xfs/xfs_trans.c 	struct xfs_trans_res	tres;
tres             1094 fs/xfs/xfs_trans.c 	tres.tr_logres = trans->t_log_res;
tres             1095 fs/xfs/xfs_trans.c 	tres.tr_logcount = trans->t_log_count;
tres             1118 fs/xfs/xfs_trans.c 	tres.tr_logflags = XFS_TRANS_PERM_LOG_RES;
tres             1119 fs/xfs/xfs_trans.c 	return xfs_trans_reserve(*tpp, &tres, 0, 0);