Home
last modified time | relevance | path

Searched refs:ovs_pcpu_storage (Results 1 – 3 of 3) sorted by relevance

/linux/net/openvswitch/
H A Ddatapath.h218 struct ovs_pcpu_storage { struct
227 extern struct ovs_pcpu_storage __percpu *ovs_pcpu_storage; argument
H A Dactions.c42 struct ovs_pcpu_storage __percpu *ovs_pcpu_storage; variable
49 struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage); in clone_key()
95 struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos); in add_deferred_actions()
693 struct ovs_frag_data *data = this_cpu_ptr(&ovs_pcpu_storage->frag_data); in ovs_vport_output()
745 data = this_cpu_ptr(&ovs_pcpu_storage->frag_data); in prepare_frag()
1505 __this_cpu_inc(ovs_pcpu_storage->exec_level); in clone_execute()
1511 __this_cpu_dec(ovs_pcpu_storage->exec_level); in clone_execute()
1547 struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos); in process_deferred_actions()
1578 level = __this_cpu_inc_return(ovs_pcpu_storage->exec_level); in ovs_execute_actions()
1595 __this_cpu_dec(ovs_pcpu_storage->exec_level); in ovs_execute_actions()
H A Ddatapath.c247 struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage); in ovs_dp_process_packet()
304 local_lock_nested_bh(&ovs_pcpu_storage->bh_lock); in ovs_dp_process_packet()
315 local_unlock_nested_bh(&ovs_pcpu_storage->bh_lock); in ovs_dp_process_packet()
697 local_lock_nested_bh(&ovs_pcpu_storage->bh_lock); in ovs_packet_cmd_execute()
699 this_cpu_write(ovs_pcpu_storage->owner, current); in ovs_packet_cmd_execute()
702 this_cpu_write(ovs_pcpu_storage->owner, NULL); in ovs_packet_cmd_execute()
703 local_unlock_nested_bh(&ovs_pcpu_storage->bh_lock); in ovs_packet_cmd_execute()
2755 ovs_pcpu_storage = alloc_percpu(*ovs_pcpu_storage); in ovs_alloc_percpu_storage()
2756 if (!ovs_pcpu_storage) in ovs_alloc_percpu_storage()
2760 struct ovs_pcpu_storage *ovs_pcpu; in ovs_alloc_percpu_storage()
[all …]