Searched refs:tmp_max (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | wil_crash_dump.c | 26 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local 46 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds() 47 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds() 48 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()
|
/Linux-v4.19/net/batman-adv/ |
D | distributed-arp-table.c | 473 int select, batadv_dat_addr_t tmp_max, in batadv_is_orig_node_eligible() argument 494 if (tmp_max > last_max) in batadv_is_orig_node_eligible() 499 if (tmp_max < max) in batadv_is_orig_node_eligible() 504 if (tmp_max == max && max_orig_node && in batadv_is_orig_node_eligible() 527 batadv_dat_addr_t tmp_max = 0; in batadv_choose_next_candidate() local 547 tmp_max = BATADV_DAT_ADDR_MAX - orig_node->dat_addr + in batadv_choose_next_candidate() 551 tmp_max, max, in batadv_choose_next_candidate() 559 max = tmp_max; in batadv_choose_next_candidate()
|
/Linux-v4.19/drivers/input/mouse/ |
D | cyapa_gen5.c | 1946 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; in cyapa_gen5_read_idac_data() local 1969 tmp_max = INT_MIN; in cyapa_gen5_read_idac_data() 2076 tmp_max = max(value, tmp_max); in cyapa_gen5_read_idac_data() 2114 *idac_max = tmp_max; in cyapa_gen5_read_idac_data()
|