Searched refs:cache_size (Results 1 – 4 of 4) sorted by relevance
375 new->cache_size = size; in tbl_mask_cache_alloc()376 if (new->cache_size > 0) { in tbl_mask_cache_alloc()378 new->cache_size), in tbl_mask_cache_alloc()394 if (size == mc->cache_size) in ovs_flow_tbl_masks_cache_resize()799 if (unlikely(!skb_hash || mc->cache_size == 0)) { in ovs_flow_tbl_lookup_stats()819 int index = hash & (mc->cache_size - 1); in ovs_flow_tbl_lookup_stats()946 return READ_ONCE(mc->cache_size); in ovs_flow_tbl_masks_cache_size()
32 u32 cache_size; /* Must be ^2 value. */ member
1758 u32 cache_size; in ovs_dp_change() local1760 cache_size = nla_get_u32(a[OVS_DP_ATTR_MASKS_CACHE_SIZE]); in ovs_dp_change()1761 err = ovs_flow_tbl_masks_cache_resize(&dp->table, cache_size); in ovs_dp_change()
347 u32 cache_size = kmem_cache_size(net_hotdata.skbuff_cache); in napi_skb_cache_get_bulk() local351 kasan_mempool_unpoison_object(skbs[i], cache_size); in napi_skb_cache_get_bulk()
Completed in 23 milliseconds