| /linux-4.4.14/drivers/pnp/ |
| D | resource.c | 169 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.4.14/fs/xfs/libxfs/ |
| D | xfs_log_rlimit.c | 98 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()
|
| D | xfs_attr.c | 207 struct xfs_trans_res tres; in xfs_attr_set() local 265 tres.tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_attr_set() 267 tres.tr_logcount = XFS_ATTRSET_LOG_COUNT; in xfs_attr_set() 268 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_attr_set() 269 error = xfs_trans_reserve(args.trans, &tres, args.total, 0); in xfs_attr_set()
|
| /linux-4.4.14/drivers/pci/hotplug/ |
| D | cpqphp_core.c | 1315 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 …]
|
| D | cpqphp_pci.c | 1480 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.4.14/fs/xfs/ |
| D | xfs_trans.c | 1028 struct xfs_trans_res tres; in __xfs_trans_roll() local 1041 tres.tr_logres = trans->t_log_res; in __xfs_trans_roll() 1042 tres.tr_logcount = trans->t_log_count; in __xfs_trans_roll() 1067 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in __xfs_trans_roll() 1068 error = xfs_trans_reserve(trans, &tres, 0, 0); in __xfs_trans_roll()
|
| D | xfs_inode.c | 1151 struct xfs_trans_res *tres; in xfs_create() local 1174 tres = &M_RES(mp)->tr_mkdir; in xfs_create() 1178 tres = &M_RES(mp)->tr_create; in xfs_create() 1188 error = xfs_trans_reserve(tp, tres, resblks, 0); in xfs_create() 1192 error = xfs_trans_reserve(tp, tres, resblks, 0); in xfs_create() 1197 error = xfs_trans_reserve(tp, tres, 0, 0); in xfs_create() 1332 struct xfs_trans_res *tres; in xfs_create_tmpfile() local 1353 tres = &M_RES(mp)->tr_create_tmpfile; in xfs_create_tmpfile() 1354 error = xfs_trans_reserve(tp, tres, resblks, 0); in xfs_create_tmpfile() 1358 error = xfs_trans_reserve(tp, tres, 0, 0); in xfs_create_tmpfile()
|
| /linux-4.4.14/tools/power/cpupower/po/ |
| D | fr.po | 625 "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.4.14/drivers/net/ethernet/sun/ |
| D | niu.h | 2715 tres:2, member 2722 tres:2,
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | i915_gem.c | 1350 s64 tres = *timeout - (now - before); in __i915_wait_request() local 1352 *timeout = tres < 0 ? 0 : tres; in __i915_wait_request()
|