Searched refs:mask_cache (Results 1 – 2 of 2) sorted by relevance
348 free_percpu(mc->mask_cache); in __mask_cache_destroy()354 struct mask_cache *mc = container_of(rcu, struct mask_cache, rcu); in mask_cache_rcu_cb()362 struct mask_cache *new; in tbl_mask_cache_alloc()386 new->mask_cache = cache; in tbl_mask_cache_alloc()391 struct mask_cache *mc = rcu_dereference_ovsl(table->mask_cache); in ovs_flow_tbl_masks_cache_resize()392 struct mask_cache *new; in ovs_flow_tbl_masks_cache_resize()414 struct mask_cache *mc; in ovs_flow_tbl_init()517 struct mask_cache *mc = rcu_dereference_raw(table->mask_cache); in ovs_flow_tbl_destroy()789 struct mask_cache *mc = rcu_dereference(tbl->mask_cache); in ovs_flow_tbl_lookup_stats()815 entries = this_cpu_ptr(mc->mask_cache); in ovs_flow_tbl_lookup_stats()[all …]
30 struct mask_cache { struct33 struct mask_cache_entry __percpu *mask_cache; argument65 struct mask_cache __rcu *mask_cache; member
Completed in 7 milliseconds