Symbol: ovs_pcpu_storage
net/openvswitch/actions.c
1509
__this_cpu_inc(ovs_pcpu_storage->exec_level);
net/openvswitch/actions.c
1515
__this_cpu_dec(ovs_pcpu_storage->exec_level);
net/openvswitch/actions.c
1551
struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos);
net/openvswitch/actions.c
1582
level = __this_cpu_inc_return(ovs_pcpu_storage->exec_level);
net/openvswitch/actions.c
1599
__this_cpu_dec(ovs_pcpu_storage->exec_level);
net/openvswitch/actions.c
43
struct ovs_pcpu_storage __percpu *ovs_pcpu_storage;
net/openvswitch/actions.c
50
struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage);
net/openvswitch/actions.c
694
struct ovs_frag_data *data = this_cpu_ptr(&ovs_pcpu_storage->frag_data);
net/openvswitch/actions.c
746
data = this_cpu_ptr(&ovs_pcpu_storage->frag_data);
net/openvswitch/actions.c
96
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
2790
ovs_pcpu_storage = alloc_percpu(*ovs_pcpu_storage);
net/openvswitch/datapath.c
2791
if (!ovs_pcpu_storage)
net/openvswitch/datapath.c
2795
struct ovs_pcpu_storage *ovs_pcpu;
net/openvswitch/datapath.c
2797
ovs_pcpu = per_cpu_ptr(ovs_pcpu_storage, cpu);
net/openvswitch/datapath.c
2805
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
700
local_lock_nested_bh(&ovs_pcpu_storage->bh_lock);
net/openvswitch/datapath.c
702
this_cpu_write(ovs_pcpu_storage->owner, current);
net/openvswitch/datapath.c
705
this_cpu_write(ovs_pcpu_storage->owner, NULL);
net/openvswitch/datapath.c
706
local_unlock_nested_bh(&ovs_pcpu_storage->bh_lock);
net/openvswitch/datapath.h
227
extern struct ovs_pcpu_storage __percpu *ovs_pcpu_storage;