Searched refs:new_max (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dcpumap.c62 int new_max = nr_cpus + cpu - prev - 1; cpu_map__read() local
64 if (new_max >= max_entries) { cpu_map__read()
65 max_entries = new_max + MAX_NR_CPUS / 2; cpu_map__read()
/linux-4.4.14/fs/nfs/
H A Dnfs4session.c90 u32 new_max = find_last_bit(tbl->used_slots, slotid); nfs4_free_slot() local
91 if (new_max < slotid) nfs4_free_slot()
92 tbl->highest_used_slotid = new_max; nfs4_free_slot()
/linux-4.4.14/fs/
H A Dchar_dev.c120 int new_max = baseminor + minorct - 1; __register_chrdev_region() local
123 if (new_max >= old_min && new_max <= old_max) { __register_chrdev_region()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_inode_fork.c483 int new_max; xfs_iroot_realloc() local
515 new_max = cur_max + rec_diff; xfs_iroot_realloc()
516 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); xfs_iroot_realloc()
538 new_max = cur_max + rec_diff; xfs_iroot_realloc()
539 ASSERT(new_max >= 0); xfs_iroot_realloc()
540 if (new_max > 0) xfs_iroot_realloc()
541 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, new_max); xfs_iroot_realloc()
559 if (new_max > 0) { xfs_iroot_realloc()
565 memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t)); xfs_iroot_realloc()
574 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); xfs_iroot_realloc()

Completed in 413 milliseconds