Searched refs:ovs_pcpu (Results 1 – 2 of 2) sorted by relevance
247 struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage); in ovs_dp_process_packet() local 304 if (IS_ENABLED(CONFIG_PREEMPT_RT) && ovs_pcpu->owner != current) { in ovs_dp_process_packet() 306 ovs_pcpu->owner = current; in ovs_dp_process_packet() 315 ovs_pcpu->owner = NULL; in ovs_dp_process_packet() 2811 struct ovs_pcpu_storage *ovs_pcpu; in ovs_free_percpu_storage() 2813 ovs_pcpu = per_cpu_ptr(ovs_pcpu_storage, cpu);2814 local_lock_init(&ovs_pcpu->bh_lock); in dp_init() 2801 struct ovs_pcpu_storage *ovs_pcpu; ovs_alloc_percpu_storage() local
50 struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage); in clone_key() local51 struct action_flow_keys *keys = &ovs_pcpu->flow_keys; in clone_key()52 int level = ovs_pcpu->exec_level; in clone_key()