Home
last modified time | relevance | path

Searched refs:new_max (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_inode_fork.c352 int new_max; in xfs_iroot_realloc() local
384 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
385 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); in xfs_iroot_realloc()
406 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
407 ASSERT(new_max >= 0); in xfs_iroot_realloc()
408 if (new_max > 0) in xfs_iroot_realloc()
409 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); in xfs_iroot_realloc()
427 if (new_max > 0) { in xfs_iroot_realloc()
433 memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t)); in xfs_iroot_realloc()
442 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
/Linux-v4.19/kernel/cgroup/
Drdma.c86 int index, int new_max) in set_resource_limit() argument
88 if (new_max == S32_MAX) { in set_resource_limit()
95 rpool->resources[index].max = new_max; in set_resource_limit()
/Linux-v4.19/fs/
Dchar_dev.c149 int new_max = baseminor + minorct - 1; in __register_chrdev_region() local
152 if (new_max >= old_min && new_max <= old_max) { in __register_chrdev_region()
/Linux-v4.19/fs/nfs/
Dnfs4session.c91 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot() local
92 if (new_max < slotid) in nfs4_free_slot()
93 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
/Linux-v4.19/tools/perf/util/
Dcpumap.c72 int new_max = nr_cpus + cpu - prev - 1; in cpu_map__read() local
74 if (new_max >= max_entries) { in cpu_map__read()
75 max_entries = new_max + MAX_NR_CPUS / 2; in cpu_map__read()