Searched refs:tmp_max (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c25 u32 host_min, host_max, tmp_max; wil_fw_get_crash_dump_bounds() local
42 tmp_max = map->host + (map->to - map->from); wil_fw_get_crash_dump_bounds()
43 if (tmp_max > host_max) wil_fw_get_crash_dump_bounds()
44 host_max = tmp_max; wil_fw_get_crash_dump_bounds()
/linux-4.4.14/net/batman-adv/
H A Ddistributed-arp-table.c437 * @tmp_max: address of the currently evaluated node
447 int select, batadv_dat_addr_t tmp_max, batadv_is_orig_node_eligible()
468 if (tmp_max > last_max) batadv_is_orig_node_eligible()
473 if (tmp_max < max) batadv_is_orig_node_eligible()
478 if ((tmp_max == max) && max_orig_node && batadv_is_orig_node_eligible()
501 batadv_dat_addr_t tmp_max = 0; batadv_choose_next_candidate() local
521 tmp_max = BATADV_DAT_ADDR_MAX - orig_node->dat_addr + hlist_for_each_entry_rcu()
525 tmp_max, max, hlist_for_each_entry_rcu()
533 max = tmp_max; hlist_for_each_entry_rcu()
446 batadv_is_orig_node_eligible(struct batadv_dat_candidate *res, int select, batadv_dat_addr_t tmp_max, batadv_dat_addr_t max, batadv_dat_addr_t last_max, struct batadv_orig_node *candidate, struct batadv_orig_node *max_orig_node) batadv_is_orig_node_eligible() argument
/linux-4.4.14/drivers/input/mouse/
H A Dcyapa_gen5.c1896 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; cyapa_gen5_read_idac_data() local
1919 tmp_max = INT_MIN; cyapa_gen5_read_idac_data()
2026 tmp_max = max(value, tmp_max); cyapa_gen5_read_idac_data()
2064 *idac_max = tmp_max; cyapa_gen5_read_idac_data()

Completed in 154 milliseconds