Searched refs:ovs_pcpu_storage (Results 1 – 3 of 3) sorted by relevance
222 struct ovs_pcpu_storage {231 extern struct ovs_pcpu_storage __percpu *ovs_pcpu_storage;218 struct ovs_pcpu_storage { global() struct 227 bh_lockovs_pcpu_storage global() argument
43 struct ovs_pcpu_storage __percpu *ovs_pcpu_storage; variable50 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()1509 __this_cpu_inc(ovs_pcpu_storage->exec_level); in clone_execute()1515 __this_cpu_dec(ovs_pcpu_storage->exec_level); in clone_execute()1551 struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos); in process_deferred_actions()1582 level = __this_cpu_inc_return(ovs_pcpu_storage->exec_level); in ovs_execute_actions()1599 __this_cpu_dec(ovs_pcpu_storage->exec_level); in ovs_execute_actions()
247 struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage); in ovs_dp_process_packet() 305 local_lock_nested_bh(&ovs_pcpu_storage->bh_lock); in ovs_dp_process_packet() 316 local_unlock_nested_bh(&ovs_pcpu_storage->bh_lock); in ovs_dp_process_packet() 702 local_lock_nested_bh(&ovs_pcpu_storage->bh_lock); in ovs_packet_cmd_execute() 704 this_cpu_write(ovs_pcpu_storage->owner, current); in ovs_packet_cmd_execute() 707 this_cpu_write(ovs_pcpu_storage->owner, NULL); in ovs_packet_cmd_execute() 708 local_unlock_nested_bh(&ovs_pcpu_storage->bh_lock); in ovs_packet_cmd_execute() 2806 ovs_pcpu_storage = alloc_percpu(*ovs_pcpu_storage); in ovs_alloc_percpu_storage() [all...]