Searched refs:ovs_pcpu_storage (Results 1 – 3 of 3) sorted by relevance
218 struct ovs_pcpu_storage { struct227 extern struct ovs_pcpu_storage __percpu *ovs_pcpu_storage; argument
43 struct ovs_pcpu_storage __percpu *ovs_pcpu_storage;50 struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage); in clone_key() 96 struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos); in add_deferred_actions() 694 struct ovs_frag_data *data = this_cpu_ptr(&ovs_pcpu_storage->frag_data); in ovs_vport_output() 746 data = this_cpu_ptr(&ovs_pcpu_storage->frag_data); in prepare_frag() 1506 __this_cpu_inc(ovs_pcpu_storage->exec_level); in clone_execute() 1512 __this_cpu_dec(ovs_pcpu_storage->exec_level); in clone_execute() 1548 struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage in process_deferred_actions() 42 struct ovs_pcpu_storage __percpu *ovs_pcpu_storage; global() variable [all...]
247 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() 2786 ovs_pcpu_storage = alloc_percpu(*ovs_pcpu_storage); in dp_init() [all...]