Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk.c2672 unsigned long old_min, old_max, rate; in clk_set_rate_range_nolock() local
2693 old_max = clk->max_rate; in clk_set_rate_range_nolock()
2728 clk->max_rate = old_max; in clk_set_rate_range_nolock()
/linux/fs/
H A Dfile_table.c186 static long old_max; in alloc_empty_file() local
218 if (get_nr_files() > old_max) { in alloc_empty_file()
220 old_max = get_nr_files(); in alloc_empty_file()
/linux/fs/reiserfs/
H A 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/kernel/sched/
H A Dcore.c1842 int old_min, old_max, old_min_rt; in sysctl_sched_uclamp_handler() local
1848 old_max = sysctl_sched_uclamp_util_max; in sysctl_sched_uclamp_handler()
1870 if (old_max != sysctl_sched_uclamp_util_max) { in sysctl_sched_uclamp_handler()
1895 sysctl_sched_uclamp_util_max = old_max; in sysctl_sched_uclamp_handler()
/linux/net/ieee802154/
H A Dpan.c100 unsigned int old_max; in cfg802154_set_max_associations() local
104 old_max = wpan_dev->max_associations; in cfg802154_set_max_associations()
107 return old_max; in cfg802154_set_max_associations()