Searched refs:curr_end (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/bridge/ |
| D | br_vlan_options.c | 227 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local 266 curr_end = v; in br_vlan_process_options() 271 !br_vlan_can_enter_range(v, curr_end)) { in br_vlan_process_options() 273 curr_end->vid, RTM_NEWVLAN); in br_vlan_process_options() 276 curr_end = v; in br_vlan_process_options() 282 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options() 285 curr_end = NULL; in br_vlan_process_options() 289 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options() 608 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_rtm_process_global_options() local 672 curr_end = v; in br_vlan_rtm_process_global_options() [all …]
|
| /Linux-v6.1/drivers/staging/media/atomisp/pci/base/circbuf/src/ |
| D | circbuf.c | 209 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-v6.1/arch/ia64/kernel/ |
| D | mca.c | 509 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()
|
| /Linux-v6.1/fs/btrfs/ |
| D | tree-log.c | 3598 const u64 curr_end = btrfs_dir_log_end(path->nodes[0], item); in insert_dir_log_key() local 3606 last_offset = max(last_offset, curr_end); in insert_dir_log_key()
|