Searched refs:nest_level (Results 1 – 5 of 5) sorted by relevance
131 int nest_level, err = 0; in mlx5e_tc_act_vlan_add_pop_action() local133 nest_level = attr->parse_attr->filter_dev->lower_level - in mlx5e_tc_act_vlan_add_pop_action()135 while (nest_level--) { in mlx5e_tc_act_vlan_add_pop_action()
668 int nest_level, err; in BPF_CALL_5() local672 nest_level = this_cpu_inc_return(bpf_trace_nest_level); in BPF_CALL_5()674 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(sds->sds))) { in BPF_CALL_5()679 sd = &sds->sds[nest_level - 1]; in BPF_CALL_5()732 int nest_level; in bpf_event_output() local736 nest_level = this_cpu_inc_return(bpf_event_output_nest_level); in bpf_event_output()738 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(bpf_misc_sds.sds))) { in bpf_event_output()742 sd = this_cpu_ptr(&bpf_misc_sds.sds[nest_level - 1]); in bpf_event_output()743 regs = this_cpu_ptr(&bpf_pt_regs.regs[nest_level - 1]); in bpf_event_output()1571 int nest_level = this_cpu_inc_return(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs() local[all …]
4848 unsigned char nest_level = 0; in netif_addr_lock() local4851 nest_level = dev->nested_level; in netif_addr_lock()4853 spin_lock_nested(&dev->addr_list_lock, nest_level); in netif_addr_lock()4858 unsigned char nest_level = 0; in netif_addr_lock_bh() local4861 nest_level = dev->nested_level; in netif_addr_lock_bh()4864 spin_lock_nested(&dev->addr_list_lock, nest_level); in netif_addr_lock_bh()
775 int nest_level; in bpf_try_get_buffers() local778 nest_level = this_cpu_inc_return(bpf_bprintf_nest_level); in bpf_try_get_buffers()779 if (WARN_ON_ONCE(nest_level > MAX_BPRINTF_NEST_LEVEL)) { in bpf_try_get_buffers()784 *bufs = this_cpu_ptr(&bpf_bprintf_bufs[nest_level - 1]); in bpf_try_get_buffers()
4413 int nest_level = 0; in bond_get_stats() 4418 nest_level = bond_get_lowest_level_rcu(bond_dev); in bond_get_stats() 4421 spin_lock_nested(&bond->stats_lock, nest_level); in bond_get_stats() 4406 int nest_level = 0; bond_get_stats() local