Symbol: ovs_pcpu_storage
net/openvswitch/actions.c
1505
__this_cpu_inc(ovs_pcpu_storage->exec_level);
net/openvswitch/actions.c
1511
__this_cpu_dec(ovs_pcpu_storage->exec_level);
net/openvswitch/actions.c
1547
struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos);
net/openvswitch/actions.c
1578
level = __this_cpu_inc_return(ovs_pcpu_storage->exec_level);
net/openvswitch/actions.c
1595
__this_cpu_dec(ovs_pcpu_storage->exec_level);
net/openvswitch/actions.c
42
struct ovs_pcpu_storage __percpu *ovs_pcpu_storage;
net/openvswitch/actions.c
49
struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage);
net/openvswitch/actions.c
693
struct ovs_frag_data *data = this_cpu_ptr(&ovs_pcpu_storage->frag_data);
net/openvswitch/actions.c
745
data = this_cpu_ptr(&ovs_pcpu_storage->frag_data);
net/openvswitch/actions.c
95
struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos);
net/openvswitch/datapath.c
247
struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage);
net/openvswitch/datapath.c
2755
ovs_pcpu_storage = alloc_percpu(*ovs_pcpu_storage);
net/openvswitch/datapath.c
2756
if (!ovs_pcpu_storage)
net/openvswitch/datapath.c
2760
struct ovs_pcpu_storage *ovs_pcpu;
net/openvswitch/datapath.c
2762
ovs_pcpu = per_cpu_ptr(ovs_pcpu_storage, cpu);
net/openvswitch/datapath.c
2770
free_percpu(ovs_pcpu_storage);
net/openvswitch/datapath.c
304
local_lock_nested_bh(&ovs_pcpu_storage->bh_lock);
net/openvswitch/datapath.c
315
local_unlock_nested_bh(&ovs_pcpu_storage->bh_lock);
net/openvswitch/datapath.c
697
local_lock_nested_bh(&ovs_pcpu_storage->bh_lock);
net/openvswitch/datapath.c
699
this_cpu_write(ovs_pcpu_storage->owner, current);
net/openvswitch/datapath.c
702
this_cpu_write(ovs_pcpu_storage->owner, NULL);
net/openvswitch/datapath.c
703
local_unlock_nested_bh(&ovs_pcpu_storage->bh_lock);
net/openvswitch/datapath.h
227
extern struct ovs_pcpu_storage __percpu *ovs_pcpu_storage;