Searched refs:CACHE_LINE_SIZE (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h145 #define ____cacheline_aligned __aligned(CACHE_LINE_SIZE)
/freebsd-11-stable/sys/net/
H A Diflib.c272 #define CACHE_PTR_INCREMENT (CACHE_LINE_SIZE/sizeof(void*))
273 #define CACHE_PTR_NEXT(ptr) ((void *)(((uintptr_t)(ptr)+CACHE_LINE_SIZE-1) & (CACHE_LINE_SIZE-1)))
384 bus_dma_segment_t ift_segs[IFLIB_MAX_TX_SEGS] __aligned(CACHE_LINE_SIZE);
388 } __aligned(CACHE_LINE_SIZE);
416 uint64_t ifl_bus_addrs[IFLIB_MAX_RX_REFRESH] __aligned(CACHE_LINE_SIZE);
419 } __aligned(CACHE_LINE_SIZE);
471 struct if_rxd_frag ifr_frags[IFLIB_MAX_RX_SEGS] __aligned(CACHE_LINE_SIZE);
475 } __aligned(CACHE_LINE_SIZE);
1223 #if (CACHE_LINE_SIZE < 12
[all...]
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h398 cpl_handler_t cpl_handler[NUM_CPL_HANDLERS] __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h613 #define __cacheline_aligned __attribute__((__aligned__(CACHE_LINE_SIZE)))
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h303 #define __vxge_os_cacheline_size CACHE_LINE_SIZE
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h169 return (CACHE_LINE_SIZE);
/freebsd-11-stable/sys/vm/
H A Dvm_page.h224 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/netinet/
H A Din_pcb.h438 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h127 (CACHE_LINE_SIZE / sizeof(struct cmpl_base))) & \
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_request.c356 + CACHE_LINE_SIZE
971 + CACHE_LINE_SIZE;
H A Dscic_sds_stp_request.c186 + CACHE_LINE_SIZE;
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c275 CACHE_LINE_SIZE);
1118 reserved = sc->rx_buffer_size + CACHE_LINE_SIZE;
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h109 #define MLX5E_CACHELINE_SIZE CACHE_LINE_SIZE
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1318 end = rounddown2(start + MAX_DDP_BUFFER_SIZE, CACHE_LINE_SIZE);
/freebsd-11-stable/sys/kern/
H A Dvfs_cache.c227 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1309 #define HT_LOCK_PAD CACHE_LINE_SIZE
1322 struct ht_lock ht_locks[BUF_LOCKS] __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c105 #define cache_line_size() CACHE_LINE_SIZE
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c274 static struct rwlock __aligned(CACHE_LINE_SIZE) pvh_global_lock;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c597 pack = max(sc->params.pci.mps, CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c139 #define HN_RNDIS_PKT_ALIGN CACHE_LINE_SIZE

Completed in 347 milliseconds

123