Searched refs:curr_end (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bridge/ |
| H A D | br_vlan_options.c | 290 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local 329 curr_end = v; in br_vlan_process_options() 334 !br_vlan_can_enter_range(v, curr_end)) { in br_vlan_process_options() 336 curr_end->vid, RTM_NEWVLAN); in br_vlan_process_options() 339 curr_end = v; in br_vlan_process_options() 345 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options() 348 curr_end = NULL; in br_vlan_process_options() 352 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options() 671 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_rtm_process_global_options() local 735 curr_end = v; in br_vlan_rtm_process_global_options() [all …]
|
| /linux/drivers/staging/media/atomisp/pci/base/circbuf/src/ |
| H A D | circbuf.c | 200 u8 curr_end; in ia_css_circbuf_increase_size() local 207 curr_end = cb->desc->end; in ia_css_circbuf_increase_size() 228 if (curr_end < cb->desc->start) { in ia_css_circbuf_increase_size() 229 if (curr_end == 0) { in ia_css_circbuf_increase_size()
|
| /linux/mm/ |
| H A D | mseal.c | 69 const unsigned long curr_end = MIN(vma->vm_end, end); in mseal_apply() local 77 curr_end, &vma_flags); in mseal_apply()
|
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 4004 const u64 curr_end = btrfs_dir_log_end(path->nodes[0], item); in insert_dir_log_key() local 4012 last_offset = max(last_offset, curr_end); in insert_dir_log_key()
|