Home
last modified time | relevance | path

Searched refs:tres (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/pnp/
Dresource.c170 struct resource *tres; in pnp_check_port() local
197 for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_IO, i)); i++) { in pnp_check_port()
198 if (tres != res && tres->flags & IORESOURCE_IO) { in pnp_check_port()
199 tport = &tres->start; in pnp_check_port()
200 tend = &tres->end; in pnp_check_port()
211 (tres = pnp_get_resource(tdev, IORESOURCE_IO, i)); in pnp_check_port()
213 if (tres->flags & IORESOURCE_IO) { in pnp_check_port()
214 if (cannot_compare(tres->flags)) in pnp_check_port()
216 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_port()
218 tport = &tres->start; in pnp_check_port()
[all …]
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_rlimit.c84 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size() local
89 xfs_log_get_max_trans_res(mp, &tres); in xfs_log_calc_minimum_size()
91 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); in xfs_log_calc_minimum_size()
92 if (tres.tr_logcount > 1) in xfs_log_calc_minimum_size()
93 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()
Dxfs_attr.c707 struct xfs_trans_res tres; in xfs_attr_set() local
751 tres.tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_attr_set()
754 tres.tr_logcount = XFS_ATTRSET_LOG_COUNT; in xfs_attr_set()
755 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_attr_set()
763 tres = M_RES(mp)->tr_attrrm; in xfs_attr_set()
772 error = xfs_trans_alloc_inode(dp, &tres, total, 0, rsvd, &args->trans); in xfs_attr_set()
/Linux-v5.15/drivers/pci/hotplug/
Dcpqphp_core.c1255 struct pci_resource *tres; in unload_cpqphpd() local
1278 tres = res; in unload_cpqphpd()
1280 kfree(tres); in unload_cpqphpd()
1285 tres = res; in unload_cpqphpd()
1287 kfree(tres); in unload_cpqphpd()
1292 tres = res; in unload_cpqphpd()
1294 kfree(tres); in unload_cpqphpd()
1299 tres = res; in unload_cpqphpd()
1301 kfree(tres); in unload_cpqphpd()
1316 tres = res; in unload_cpqphpd()
[all …]
Dcpqphp_pci.c1476 struct pci_resource *res, *tres; in cpqhp_destroy_resource_list() local
1482 tres = res; in cpqhp_destroy_resource_list()
1484 kfree(tres); in cpqhp_destroy_resource_list()
1491 tres = res; in cpqhp_destroy_resource_list()
1493 kfree(tres); in cpqhp_destroy_resource_list()
1500 tres = res; in cpqhp_destroy_resource_list()
1502 kfree(tres); in cpqhp_destroy_resource_list()
1509 tres = res; in cpqhp_destroy_resource_list()
1511 kfree(tres); in cpqhp_destroy_resource_list()
1523 struct pci_resource *res, *tres; in cpqhp_destroy_board_resources() local
[all …]
/Linux-v5.15/fs/xfs/
Dxfs_trans.c989 struct xfs_trans_res tres; in xfs_trans_roll() local
997 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
998 tres.tr_logcount = trans->t_log_count; in xfs_trans_roll()
1021 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_trans_roll()
1022 return xfs_trans_reserve(*tpp, &tres, 0, 0); in xfs_trans_roll()
Dxfs_inode.c983 struct xfs_trans_res *tres; in xfs_create() local
1006 tres = &M_RES(mp)->tr_mkdir; in xfs_create()
1009 tres = &M_RES(mp)->tr_create; in xfs_create()
1018 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create()
1023 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, in xfs_create()
1139 struct xfs_trans_res *tres; in xfs_create_tmpfile() local
1159 tres = &M_RES(mp)->tr_create_tmpfile; in xfs_create_tmpfile()
1161 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create_tmpfile()
/Linux-v5.15/drivers/net/ethernet/sun/
Dniu.h2716 tres:2, member
2723 tres:2,
/Linux-v5.15/tools/power/cpupower/po/
Dfr.po625 "En ajustant les nouveaux paramètres, une erreur est apparue. Les sources\n"
656 "L'un de ces paramètres est obligatoire : -f/--freq, -d/--min, -u/--max et\n"
/Linux-v5.15/tools/power/pm-graph/
Dsleepgraph.py2073 tres = []
2078 tres.append(t)
2086 c = self.addProcessUsageEvent(ps, tres)