Searched refs:L1_CACHE_BYTES (Results 176 - 182 of 182) sorted by relevance

12345678

/linux-master/drivers/pci/
H A Dpci.c145 u8 pci_dfl_cache_line_size = L1_CACHE_BYTES >> 2;
/linux-master/mm/
H A Dswapfile.c2913 DIV_ROUND_UP(L1_CACHE_BYTES, sizeof(struct swap_cluster_info))
H A Dshmem.c4339 /* Round up to L1_CACHE_BYTES to resist false sharing */
4341 L1_CACHE_BYTES), GFP_KERNEL);
/linux-master/include/linux/
H A Dskbuff.h3114 * Using max(32, L1_CACHE_BYTES) makes sense (especially with RPS)
3120 #define NET_SKB_PAD max(32, L1_CACHE_BYTES)
/linux-master/net/core/
H A Ddev.c2579 if (maps_sz < L1_CACHE_BYTES)
2580 maps_sz = L1_CACHE_BYTES;
/linux-master/drivers/net/
H A Dvirtio_net.c1955 return ALIGN(len, L1_CACHE_BYTES);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4290 t4_fixup_host_params(adapter, PAGE_SIZE, L1_CACHE_BYTES);

Completed in 298 milliseconds

12345678