Home
last modified time | relevance | path

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

/net/openvswitch/
A Ddatapath.h218 struct ovs_pcpu_storage { struct
227 extern struct ovs_pcpu_storage __percpu *ovs_pcpu_storage; argument
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()
756 struct ovs_frag_data *data = this_cpu_ptr(&ovs_pcpu_storage->frag_data); in ovs_vport_output()
808 data = this_cpu_ptr(&ovs_pcpu_storage->frag_data); in prepare_frag()
1571 __this_cpu_inc(ovs_pcpu_storage->exec_level); in clone_execute()
1577 __this_cpu_dec(ovs_pcpu_storage->exec_level); in clone_execute()
1613 struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos); in process_deferred_actions()
1644 level = __this_cpu_inc_return(ovs_pcpu_storage->exec_level); in ovs_execute_actions()
1661 __this_cpu_dec(ovs_pcpu_storage->exec_level); in ovs_execute_actions()
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()
2757 ovs_pcpu_storage = alloc_percpu(*ovs_pcpu_storage); in ovs_alloc_percpu_storage()
2758 if (!ovs_pcpu_storage) in ovs_alloc_percpu_storage()
2762 struct ovs_pcpu_storage *ovs_pcpu; in ovs_alloc_percpu_storage()
2764 ovs_pcpu = per_cpu_ptr(ovs_pcpu_storage, cpu); in ovs_alloc_percpu_storage()
[all …]

Completed in 224 milliseconds