Searched refs:cur_max (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_inode_fork.c | 390 int cur_max; in xfs_iroot_realloc() local 425 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, false); in xfs_iroot_realloc() 426 new_max = cur_max + rec_diff; in xfs_iroot_realloc() 437 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc() 447 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, false); in xfs_iroot_realloc() 448 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
|
| /linux/tools/sched_ext/ |
| A D | scx_qmap.bpf.c | 689 u64 cap_sum = 0, cur_sum = 0, cur_min = SCX_CPUPERF_ONE, cur_max = 0; in monitor_cpuperf() local 710 cur_max = cur > cur_max ? cur : cur_max; in monitor_cpuperf() 734 cpuperf_max = cur_max; in monitor_cpuperf()
|
| /linux/drivers/block/zram/ |
| A D | zram_drv.c | 189 unsigned long cur_max = atomic_long_read(&zram->stats.max_used_pages); in update_used_max() local 192 if (cur_max >= pages) in update_used_max() 195 &cur_max, pages)); in update_used_max()
|
Completed in 15 milliseconds