Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dobjectid.c184 int old_max = sb_oid_maxsize(disk_sb); in reiserfs_convert_objectid_map_v1() local
203 objectid_map[i + (old_max - new_size)] = objectid_map[i]; in reiserfs_convert_objectid_map_v1()
/linux-6.1.9/fs/
Dfile_table.c172 static long old_max; in alloc_empty_file() local
195 if (get_nr_files() > old_max) { in alloc_empty_file()
197 old_max = get_nr_files(); in alloc_empty_file()
/linux-6.1.9/drivers/block/zram/
Dzram_drv.c191 unsigned long old_max, cur_max; in update_used_max() local
193 old_max = atomic_long_read(&zram->stats.max_used_pages); in update_used_max()
196 cur_max = old_max; in update_used_max()
198 old_max = atomic_long_cmpxchg( in update_used_max()
200 } while (old_max != cur_max); in update_used_max()
/linux-6.1.9/drivers/clk/
Dclk.c2485 unsigned long old_min, old_max, rate; in clk_set_rate_range_nolock() local
2506 old_max = clk->max_rate; in clk_set_rate_range_nolock()
2541 clk->max_rate = old_max; in clk_set_rate_range_nolock()
/linux-6.1.9/kernel/sched/
Dcore.c1782 int old_min, old_max, old_min_rt; in sysctl_sched_uclamp_handler() local
1787 old_max = sysctl_sched_uclamp_util_max; in sysctl_sched_uclamp_handler()
1809 if (old_max != sysctl_sched_uclamp_util_max) { in sysctl_sched_uclamp_handler()
1835 sysctl_sched_uclamp_util_max = old_max; in sysctl_sched_uclamp_handler()