Searched refs:tres (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/pnp/
H A Dresource.c171 struct resource *tres; local
198 for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_IO, i)); i++) {
199 if (tres != res && tres->flags & IORESOURCE_IO) {
200 tport = &tres->start;
201 tend = &tres->end;
212 (tres = pnp_get_resource(tdev, IORESOURCE_IO, i));
214 if (tres->flags & IORESOURCE_IO) {
215 if (cannot_compare(tres->flags))
217 if (tres
234 struct resource *tres; local
357 struct resource *tres; local
421 struct resource *tres; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c151 struct xfs_trans_res tres = {0}; local
156 xfs_log_get_max_trans_res(mp, &tres);
158 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres);
159 if (tres.tr_logcount > 1)
160 max_logres *= tres.tr_logcount;
H A Dxfs_attr.h552 void xfs_init_attr_trans(struct xfs_da_args *args, struct xfs_trans_res *tres,
H A Dxfs_attr.c321 struct xfs_trans_res *tres,
327 tres->tr_logres = M_RES(mp)->tr_attrsetm.tr_logres +
330 tres->tr_logcount = XFS_ATTRSET_LOG_COUNT;
331 tres->tr_logflags = XFS_TRANS_PERM_LOG_RES;
334 *tres = M_RES(mp)->tr_attrrm;
927 struct xfs_trans_res tres; local
982 xfs_init_attr_trans(args, &tres, &total);
983 error = xfs_trans_alloc_inode(dp, &tres, total, 0, rsvd, &args->trans);
319 xfs_init_attr_trans( struct xfs_da_args *args, struct xfs_trans_res *tres, unsigned int *total) argument
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c1255 struct pci_resource *tres; local
1278 tres = res;
1280 kfree(tres);
1285 tres = res;
1287 kfree(tres);
1292 tres = res;
1294 kfree(tres);
1299 tres = res;
1301 kfree(tres);
1316 tres
[all...]
H A Dcpqphp_pci.c1478 struct pci_resource *res, *tres; local
1484 tres = res;
1486 kfree(tres);
1493 tres = res;
1495 kfree(tres);
1502 tres = res;
1504 kfree(tres);
1511 tres = res;
1513 kfree(tres);
1525 struct pci_resource *res, *tres; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_trans.c1145 struct xfs_trans_res tres; local
1153 tres.tr_logres = trans->t_log_res;
1154 tres.tr_logcount = trans->t_log_count;
1177 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES;
1178 return xfs_trans_reserve(*tpp, &tres, 0, 0);
H A Dxfs_inode.c1025 struct xfs_trans_res *tres; local
1050 tres = &M_RES(mp)->tr_mkdir;
1053 tres = &M_RES(mp)->tr_create;
1062 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks,
1067 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp,
1184 struct xfs_trans_res *tres; local
1204 tres = &M_RES(mp)->tr_create_tmpfile;
1206 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks,
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h2716 tres:2,
2723 tres:2,

Completed in 329 milliseconds