Home
last modified time | relevance | path

Searched refs:ALIGN_CACHE (Results 1 – 1 of 1) sorted by relevance

/freebsd/tools/tools/netmap/
H A Dnmreplay.c537 #define ALIGN_CACHE __attribute__ ((aligned (MY_CACHELINE))) macro
551 uint64_t tx ALIGN_CACHE; /* tx counter */ member
614 uint64_t rx ALIGN_CACHE; /* rx counter */ member
621 volatile uint64_t _tail ALIGN_CACHE ; /* producer writes here */ member
622 volatile uint64_t _head ALIGN_CACHE ; /* consumer reads from here */ member