Searched refs:old_max (Results 1 – 6 of 6) sorted by relevance
136 static long old_max; in alloc_empty_file() local159 if (get_nr_files() > old_max) { in alloc_empty_file()161 old_max = get_nr_files(); in alloc_empty_file()
184 int old_max = sb_oid_maxsize(disk_sb); in reiserfs_convert_objectid_map_v1() local203 objectid_map[i + (old_max - new_size)] = objectid_map[i]; in reiserfs_convert_objectid_map_v1()
707 RK_U32 old_max = total_max; in inc_total() local708 RK_U32 new_max = MPP_MAX(total, old_max); in inc_total()710 ret = MPP_BOOL_CAS(&total_max, old_max, new_max); in inc_total()
193 unsigned long old_max, cur_max; in update_used_max() local195 old_max = atomic_long_read(&zram->stats.max_used_pages); in update_used_max()198 cur_max = old_max; in update_used_max()200 old_max = atomic_long_cmpxchg( in update_used_max()202 } while (old_max != cur_max); in update_used_max()
2408 unsigned long old_min, old_max, rate; in clk_set_rate_range() local2427 old_max = clk->max_rate; in clk_set_rate_range()2460 clk->max_rate = old_max; in clk_set_rate_range()
1418 int old_min, old_max, old_min_rt; in sysctl_sched_uclamp_handler() local1423 old_max = sysctl_sched_uclamp_util_max; in sysctl_sched_uclamp_handler()1445 if (old_max != sysctl_sched_uclamp_util_max) { in sysctl_sched_uclamp_handler()1471 sysctl_sched_uclamp_util_max = old_max; in sysctl_sched_uclamp_handler()