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

/linux-master/drivers/net/ethernet/sun/
H A Dniu.h2716 tres:2,
2723 tres:2,
/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/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_attr.c336 struct xfs_trans_res *tres,
342 tres->tr_logres = M_RES(mp)->tr_attrsetm.tr_logres +
345 tres->tr_logcount = XFS_ATTRSET_LOG_COUNT;
346 tres->tr_logflags = XFS_TRANS_PERM_LOG_RES;
349 *tres = M_RES(mp)->tr_attrrm;
1006 struct xfs_trans_res tres;
1047 xfs_init_attr_trans(args, &tres, &total);
1048 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
927 struct xfs_trans_res tres; local
H A Dxfs_attr.h568 void xfs_init_attr_trans(struct xfs_da_args *args, struct xfs_trans_res *tres,
H A Dxfs_log_rlimit.c197 struct xfs_trans_res tres = {0};
202 xfs_log_get_max_trans_res(mp, &tres);
204 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres);
205 if (tres.tr_logcount > 1)
206 max_logres *= tres.tr_logcount;
151 struct xfs_trans_res tres = {0}; local
/linux-master/fs/xfs/
H A Dxfs_inode.c1039 struct xfs_trans_res *tres;
1065 tres = &M_RES(mp)->tr_mkdir;
1068 tres = &M_RES(mp)->tr_create;
1081 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks,
1086 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp,
1219 struct xfs_trans_res *tres;
1239 tres = &M_RES(mp)->tr_create_tmpfile;
1241 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks,
1025 struct xfs_trans_res *tres; local
1184 struct xfs_trans_res *tres; local
H A Dxfs_trans.c1148 struct xfs_trans_res tres;
1156 tres.tr_logres = trans->t_log_res;
1157 tres.tr_logcount = trans->t_log_count;
1180 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES;
1181 return xfs_trans_reserve(*tpp, &tres, 0, 0);
1145 struct xfs_trans_res tres; local

Completed in 335 milliseconds