new_max 92 fs/nfs/nfs4session.c u32 new_max = find_last_bit(tbl->used_slots, slotid); new_max 93 fs/nfs/nfs4session.c if (new_max < slotid) new_max 94 fs/nfs/nfs4session.c tbl->highest_used_slotid = new_max; new_max 350 fs/xfs/libxfs/xfs_inode_fork.c int new_max; new_max 382 fs/xfs/libxfs/xfs_inode_fork.c new_max = cur_max + rec_diff; new_max 383 fs/xfs/libxfs/xfs_inode_fork.c new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); new_max 404 fs/xfs/libxfs/xfs_inode_fork.c new_max = cur_max + rec_diff; new_max 405 fs/xfs/libxfs/xfs_inode_fork.c ASSERT(new_max >= 0); new_max 406 fs/xfs/libxfs/xfs_inode_fork.c if (new_max > 0) new_max 407 fs/xfs/libxfs/xfs_inode_fork.c new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); new_max 425 fs/xfs/libxfs/xfs_inode_fork.c if (new_max > 0) { new_max 431 fs/xfs/libxfs/xfs_inode_fork.c memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t)); new_max 440 fs/xfs/libxfs/xfs_inode_fork.c memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); new_max 83 kernel/cgroup/rdma.c int index, int new_max) new_max 85 kernel/cgroup/rdma.c if (new_max == S32_MAX) { new_max 92 kernel/cgroup/rdma.c rpool->resources[index].max = new_max; new_max 101 tools/perf/lib/cpumap.c int new_max = nr_cpus + cpu - prev - 1; new_max 103 tools/perf/lib/cpumap.c WARN_ONCE(new_max >= MAX_NR_CPUS, "Perf can support %d CPUs. " new_max 106 tools/perf/lib/cpumap.c if (new_max >= max_entries) { new_max 107 tools/perf/lib/cpumap.c max_entries = new_max + MAX_NR_CPUS / 2;