Searched refs:mask_cache_entry (Results 1 – 3 of 3) sorted by relevance
25 struct mask_cache_entry { struct33 struct mask_cache_entry __percpu *mask_cache; argument
361 struct mask_cache_entry __percpu *cache = NULL; in tbl_mask_cache_alloc()368 (size * sizeof(struct mask_cache_entry)) > PCPU_MIN_UNIT_SIZE) in tbl_mask_cache_alloc()377 cache = __alloc_percpu(array_size(sizeof(struct mask_cache_entry), in tbl_mask_cache_alloc()379 __alignof__(struct mask_cache_entry)); in tbl_mask_cache_alloc()398 (size * sizeof(struct mask_cache_entry)) > PCPU_MIN_UNIT_SIZE) in ovs_flow_tbl_masks_cache_resize()792 struct mask_cache_entry *entries, *ce; in ovs_flow_tbl_lookup_stats()820 struct mask_cache_entry *e; in ovs_flow_tbl_lookup_stats()
2083 PCPU_MIN_UNIT_SIZE / sizeof(struct mask_cache_entry)),
Completed in 14 milliseconds