Searched refs:tres (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/pnp/ |
A D | resource.c | 170 struct resource *tres; in pnp_check_port() local 198 if (tres != res && tres->flags & IORESOURCE_IO) { in pnp_check_port() 200 tend = &tres->end; in pnp_check_port() 219 tend = &tres->end; in pnp_check_port() 233 struct resource *tres; in pnp_check_mem() local 261 if (tres != res && tres->flags & IORESOURCE_MEM) { in pnp_check_mem() 263 tend = &tres->end; in pnp_check_mem() 282 tend = &tres->end; in pnp_check_mem() 356 struct resource *tres; in pnp_check_irq() local 377 if (tres != res && tres->flags & IORESOURCE_IRQ) { in pnp_check_irq() [all …]
|
/linux/fs/xfs/libxfs/ |
A D | xfs_log_rlimit.c | 84 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()
|
A D | xfs_attr.c | 707 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/drivers/pci/hotplug/ |
A D | cpqphp_core.c | 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() 1323 tres = res; in unload_cpqphpd() [all …]
|
A D | cpqphp_pci.c | 1484 tres = res; in cpqhp_destroy_resource_list() 1486 kfree(tres); in cpqhp_destroy_resource_list() 1493 tres = res; in cpqhp_destroy_resource_list() 1495 kfree(tres); in cpqhp_destroy_resource_list() 1502 tres = res; in cpqhp_destroy_resource_list() 1504 kfree(tres); in cpqhp_destroy_resource_list() 1511 tres = res; in cpqhp_destroy_resource_list() 1531 tres = res; in cpqhp_destroy_board_resources() 1540 tres = res; in cpqhp_destroy_board_resources() 1549 tres = res; in cpqhp_destroy_board_resources() [all …]
|
/linux/fs/xfs/ |
A D | xfs_trans.c | 989 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()
|
A D | xfs_inode.c | 977 struct xfs_trans_res *tres; in xfs_create() local 1000 tres = &M_RES(mp)->tr_mkdir; in xfs_create() 1003 tres = &M_RES(mp)->tr_create; in xfs_create() 1012 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create() 1017 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, in xfs_create() 1133 struct xfs_trans_res *tres; in xfs_create_tmpfile() local 1153 tres = &M_RES(mp)->tr_create_tmpfile; in xfs_create_tmpfile() 1155 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create_tmpfile()
|
/linux/tools/power/cpupower/po/ |
A 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/drivers/net/ethernet/sun/ |
A D | niu.h | 2716 tres:2, member 2723 tres:2,
|
/linux/tools/power/pm-graph/ |
A D | sleepgraph.py | 2073 tres = [] 2078 tres.append(t) 2086 c = self.addProcessUsageEvent(ps, tres)
|
Completed in 48 milliseconds