Home
last modified time | relevance | path

Searched refs:curr_end (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_vlan_options.c309 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 …]
/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/src/
H A Dcircbuf.c209 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 Dmca.c509 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 Dtree-log.c3541 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()