Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_acs.c127 u16 max_score = 0; in odm_auto_channel_select() local
175 acs->channel_info_2g[0][search_idx] >= max_score) { in odm_auto_channel_select()
176 max_score = acs->channel_info_2g[0][search_idx]; in odm_auto_channel_select()
183 __func__, acs->clean_channel_2g, max_score); in odm_auto_channel_select()
/Linux-v4.19/kernel/sched/
Dfair.c2051 unsigned long score, max_score = 0; in preferred_group_nid() local
2058 if (score > max_score) { in preferred_group_nid()
2059 max_score = score; in preferred_group_nid()