Home
last modified time | relevance | path

Searched refs:CACHE_LINE_SIZE (Results 1 – 25 of 56) sorted by relevance

123

/f-stack/freebsd/net/
H A Dmp_ring.h48 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
50 int size __aligned(CACHE_LINE_SIZE);
64 void * volatile items[] __aligned(CACHE_LINE_SIZE);
H A Dnetisr_internal.h121 } __aligned(CACHE_LINE_SIZE);
/f-stack/freebsd/vm/
H A Dvm_pagequeue.h75 } __aligned(CACHE_LINE_SIZE);
84 } __aligned(CACHE_LINE_SIZE);
251 u_int __aligned(CACHE_LINE_SIZE) vmd_free_count; /* (a,f) free page count */
253 uint8_t vmd_pad[CACHE_LINE_SIZE - (sizeof(u_int) * 2)];
297 } __aligned(CACHE_LINE_SIZE);
H A Duma_int.h233 #define UMA_SUPER_ALIGN (CACHE_LINE_SIZE * 2)
235 #define UMA_SUPER_ALIGN CACHE_LINE_SIZE
328 } __aligned(CACHE_LINE_SIZE);
453 } __aligned(CACHE_LINE_SIZE);
/f-stack/tools/compat/include/vm/
H A Duma_int.h233 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
236 #define UMA_SUPER_ALIGN (CACHE_LINE_SIZE * 2)
238 #define UMA_SUPER_ALIGN CACHE_LINE_SIZE
331 } __attribute__((__aligned__(CACHE_LINE_SIZE)));
452 } __attribute__((__aligned__(CACHE_LINE_SIZE)));
/f-stack/freebsd/sys/
H A D_mutex.h64 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h61 } __aligned(CACHE_LINE_SIZE);
H A Dbuf_ring.h48 volatile uint32_t br_cons_head __aligned(CACHE_LINE_SIZE);
55 void *br_ring[0] __aligned(CACHE_LINE_SIZE);
H A Dunpcb.h100 } __aligned(CACHE_LINE_SIZE);
H A Dtim_filter.h58 } __aligned(CACHE_LINE_SIZE);
/f-stack/lib/include/sys/
H A D_mutex.h52 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h45 } __aligned(CACHE_LINE_SIZE);
/f-stack/freebsd/contrib/ck/include/
H A Dck_md.h53 #define CK_MD_CACHELINE (CACHE_LINE_SIZE)
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_shim.h12 #define RTE_CACHE_LINE_SIZE CACHE_LINE_SIZE
/f-stack/freebsd/netinet/
H A Dtcp_hpts.h131 struct callout co __aligned(CACHE_LINE_SIZE);
132 } __aligned(CACHE_LINE_SIZE);
H A Din_fib_algo.c160 sz += CACHE_LINE_SIZE; in bsearch4_init()
165 bd = (struct bsearch4_data *)roundup2((uintptr_t)mem, CACHE_LINE_SIZE); in bsearch4_init()
573 sz = count * LRADIX4_ITEM_SZ + CACHE_LINE_SIZE; in lradix4_init()
578 lr->rt_base = (char *)roundup2((uintptr_t)lr->mem, CACHE_LINE_SIZE); in lradix4_init()
/f-stack/freebsd/arm/include/
H A Dparam.h103 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h84 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/f-stack/freebsd/i386/include/
H A Dparam.h86 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h69 #define ____cacheline_aligned __aligned(CACHE_LINE_SIZE)
/f-stack/freebsd/mips/include/
H A Dparam.h134 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/f-stack/freebsd/amd64/include/
H A Dparam.h93 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/f-stack/freebsd/netinet6/
H A Din6_fib_algo.c87 #define LRADIX6_ITEM_SZ roundup2(sizeof(struct radix6_addr_entry), CACHE_LINE_SIZE)
146 lr->radix_mem = (void *)roundup2((uintptr_t)mem, CACHE_LINE_SIZE); in lradix6_init()
/f-stack/freebsd/kern/
H A Dkern_sharedpage.c295 base = shared_page_alloc(CACHE_LINE_SIZE, CACHE_LINE_SIZE); in alloc_sv_fxrng_generation()
/f-stack/freebsd/arm/arm/
H A Dbus_space_base.c48 static struct bus_space arm_base_bus_space __aligned(CACHE_LINE_SIZE) = {

123