Home
last modified time | relevance | path

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

/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()
/linux/kernel/sched/
H A Dcore.c1998 int old_min, old_max, old_min_rt; in sysctl_sched_uclamp_handler() local
2004 old_max = sysctl_sched_uclamp_util_max; in sysctl_sched_uclamp_handler()
2026 if (old_max != sysctl_sched_uclamp_util_max) { in sysctl_sched_uclamp_handler()
2051 sysctl_sched_uclamp_util_max = old_max; in sysctl_sched_uclamp_handler()