Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pnp/
Dresource.c169 struct resource *tres; in pnp_check_port() local
196 for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_IO, i)); i++) { in pnp_check_port()
197 if (tres != res && tres->flags & IORESOURCE_IO) { in pnp_check_port()
198 tport = &tres->start; in pnp_check_port()
199 tend = &tres->end; in pnp_check_port()
210 (tres = pnp_get_resource(tdev, IORESOURCE_IO, i)); in pnp_check_port()
212 if (tres->flags & IORESOURCE_IO) { in pnp_check_port()
213 if (cannot_compare(tres->flags)) in pnp_check_port()
215 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_port()
217 tport = &tres->start; in pnp_check_port()
[all …]
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_log_rlimit.c98 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size() local
103 xfs_log_get_max_trans_res(mp, &tres); in xfs_log_calc_minimum_size()
105 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); in xfs_log_calc_minimum_size()
106 if (tres.tr_logcount > 1) in xfs_log_calc_minimum_size()
107 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()
Dxfs_attr.c205 struct xfs_trans_res tres; in xfs_attr_set() local
263 tres.tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_attr_set()
265 tres.tr_logcount = XFS_ATTRSET_LOG_COUNT; in xfs_attr_set()
266 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_attr_set()
267 error = xfs_trans_reserve(args.trans, &tres, args.total, 0); in xfs_attr_set()
/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_core.c1315 struct pci_resource *tres; in unload_cpqphpd() local
1338 tres = res; in unload_cpqphpd()
1340 kfree(tres); in unload_cpqphpd()
1345 tres = res; in unload_cpqphpd()
1347 kfree(tres); in unload_cpqphpd()
1352 tres = res; in unload_cpqphpd()
1354 kfree(tres); in unload_cpqphpd()
1359 tres = res; in unload_cpqphpd()
1361 kfree(tres); in unload_cpqphpd()
1376 tres = res; in unload_cpqphpd()
[all …]
Dcpqphp_pci.c1480 struct pci_resource *res, *tres; in cpqhp_destroy_resource_list() local
1486 tres = res; in cpqhp_destroy_resource_list()
1488 kfree(tres); in cpqhp_destroy_resource_list()
1495 tres = res; in cpqhp_destroy_resource_list()
1497 kfree(tres); in cpqhp_destroy_resource_list()
1504 tres = res; in cpqhp_destroy_resource_list()
1506 kfree(tres); in cpqhp_destroy_resource_list()
1513 tres = res; in cpqhp_destroy_resource_list()
1515 kfree(tres); in cpqhp_destroy_resource_list()
1527 struct pci_resource *res, *tres; in cpqhp_destroy_board_resources() local
[all …]
/linux-4.1.27/fs/xfs/
Dxfs_trans.c1051 struct xfs_trans_res tres; in xfs_trans_roll() local
1063 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
1064 tres.tr_logcount = trans->t_log_count; in xfs_trans_roll()
1095 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_trans_roll()
1096 error = xfs_trans_reserve(trans, &tres, 0, 0); in xfs_trans_roll()
Dxfs_inode.c957 struct xfs_trans_res tres; in xfs_dir_ialloc() local
971 tres.tr_logres = xfs_trans_get_log_res(tp); in xfs_dir_ialloc()
972 tres.tr_logcount = xfs_trans_get_log_count(tp); in xfs_dir_ialloc()
1015 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_dir_ialloc()
1016 code = xfs_trans_reserve(tp, &tres, 0, 0); in xfs_dir_ialloc()
1136 struct xfs_trans_res *tres; in xfs_create() local
1159 tres = &M_RES(mp)->tr_mkdir; in xfs_create()
1163 tres = &M_RES(mp)->tr_create; in xfs_create()
1175 error = xfs_trans_reserve(tp, tres, resblks, 0); in xfs_create()
1179 error = xfs_trans_reserve(tp, tres, resblks, 0); in xfs_create()
[all …]
Dxfs_bmap_util.c78 struct xfs_trans_res tres; /* new log reservation */ in xfs_bmap_finish() local
94 tres.tr_logres = ntp->t_log_res; in xfs_bmap_finish()
95 tres.tr_logcount = ntp->t_log_count; in xfs_bmap_finish()
96 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_bmap_finish()
114 error = xfs_trans_reserve(ntp, &tres, 0, 0); in xfs_bmap_finish()
/linux-4.1.27/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-4.1.27/drivers/net/ethernet/sun/
Dniu.h2715 tres:2, member
2722 tres:2,
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c1304 s64 tres = *timeout - (now - before); in __i915_wait_request() local
1306 *timeout = tres < 0 ? 0 : tres; in __i915_wait_request()