Searched refs:curr_end (Results 1 – 3 of 3) 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/mm/ |
| H A D | mseal.c | 69 const unsigned long curr_end = MIN(vma->vm_end, end); in mseal_apply() local 75 curr_end, &vm_flags); in mseal_apply()
|
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 4007 const u64 curr_end = btrfs_dir_log_end(path->nodes[0], item); in insert_dir_log_key() local 4015 last_offset = max(last_offset, curr_end); in insert_dir_log_key()
|