Home
last modified time | relevance | path

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

/Linux-v4.19/fs/reiserfs/
Dobjectid.c184 int old_max = sb_oid_maxsize(disk_sb); in reiserfs_convert_objectid_map_v1() local
204 objectid_map[i + (old_max - new_size)] = objectid_map[i]; in reiserfs_convert_objectid_map_v1()
/Linux-v4.19/fs/
Dfile_table.c135 static long old_max; in alloc_empty_file() local
158 if (get_nr_files() > old_max) { in alloc_empty_file()
160 old_max = get_nr_files(); in alloc_empty_file()
Dchar_dev.c147 int old_max = (*cp)->baseminor + (*cp)->minorct - 1; in __register_chrdev_region() local
152 if (new_max >= old_min && new_max <= old_max) { in __register_chrdev_region()
158 if (new_min <= old_max && new_min >= old_min) { in __register_chrdev_region()
/Linux-v4.19/drivers/block/zram/
Dzram_drv.c181 unsigned long old_max, cur_max; in update_used_max() local
183 old_max = atomic_long_read(&zram->stats.max_used_pages); in update_used_max()
186 cur_max = old_max; in update_used_max()
188 old_max = atomic_long_cmpxchg( in update_used_max()
190 } while (old_max != cur_max); in update_used_max()
/Linux-v4.19/drivers/clk/
Dclk.c2036 unsigned long old_min, old_max, rate; in clk_set_rate_range() local
2055 old_max = clk->max_rate; in clk_set_rate_range()
2083 clk->max_rate = old_max; in clk_set_rate_range()