Searched refs:curr_end (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_vlan_options.c | 270 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local 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() 325 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, 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() 651 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_rtm_process_global_options() local 715 curr_end = v; in br_vlan_rtm_process_global_options() [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/src/ |
H A D | circbuf.c | 209 u8 curr_end; in ia_css_circbuf_increase_size() local 216 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()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | mca.c | 509 u64 curr_start, curr_end; in search_mca_table() local 514 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()
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-log.c | 3541 const u64 curr_end = btrfs_dir_log_end(path->nodes[0], item); in insert_dir_log_key() local 3549 last_offset = max(last_offset, curr_end); in insert_dir_log_key()
|