Searched refs:curr_end (Results 1 – 4 of 4) sorted by relevance
309 curr_end = v; in br_vlan_process_options()314 !br_vlan_can_enter_range(v, curr_end)) { in br_vlan_process_options()316 curr_end->vid, RTM_NEWVLAN); in br_vlan_process_options()319 curr_end = v; in br_vlan_process_options()328 curr_end = NULL; in br_vlan_process_options()332 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options()715 curr_end = v; in br_vlan_rtm_process_global_options()721 curr_end->vid); in br_vlan_rtm_process_global_options()724 curr_end = v; in br_vlan_rtm_process_global_options()731 curr_end->vid); in br_vlan_rtm_process_global_options()[all …]
209 u8 curr_end; in ia_css_circbuf_increase_size() local216 curr_end = cb->desc->end; in ia_css_circbuf_increase_size()237 if (curr_end < cb->desc->start) { in ia_css_circbuf_increase_size()238 if (curr_end == 0) { in ia_css_circbuf_increase_size()
509 u64 curr_start, curr_end; in search_mca_table() local514 curr_end = (u64) &curr->end_addr + curr->end_addr; in search_mca_table()516 if ((ip >= curr_start) && (ip <= curr_end)) { in search_mca_table()
3541 const u64 curr_end = btrfs_dir_log_end(path->nodes[0], item); in insert_dir_log_key() local3549 last_offset = max(last_offset, curr_end); in insert_dir_log_key()