Home
last modified time | relevance | path

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

/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 …]
/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()
/linux/fs/btrfs/
H A Dtree-log.c3560 const u64 curr_end = btrfs_dir_log_end(path->nodes[0], item); in insert_dir_log_key() local
3568 last_offset = max(last_offset, curr_end); in insert_dir_log_key()