Searched refs:curr_end (Results 1 – 2 of 2) sorted by relevance
| /linux/net/bridge/ |
| H A D | br_vlan_options.c | 310 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local 349 curr_end = v; in br_vlan_process_options() 353 if (!br_vlan_can_enter_range(v, curr_end, pvid)) { in br_vlan_process_options() 355 curr_end->vid, RTM_NEWVLAN); in br_vlan_process_options() 358 curr_end = v; in br_vlan_process_options() 364 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options() 367 curr_end = NULL; in br_vlan_process_options() 371 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options() 690 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_rtm_process_global_options() local 754 curr_end = v; in br_vlan_rtm_process_global_options() [all …]
|
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 3978 const u64 curr_end = btrfs_dir_log_end(path->nodes[0], item); in insert_dir_log_key() local 3986 last_offset = max(last_offset, curr_end); in insert_dir_log_key()
|