Lines Matching refs:ovs_pcpu_storage
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()
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()
2772 free_percpu(ovs_pcpu_storage); in ovs_free_percpu_storage()