Searched refs:libeth_cacheline_group_assert (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/libeth/ |
H A D | cache.h | 16 #define libeth_cacheline_group_assert(type, grp, sz) \ macro 23 #define libeth_cacheline_group_assert(type, grp, sz) \ macro 61 libeth_cacheline_group_assert(type, read_mostly, ro); \ 62 libeth_cacheline_group_assert(type, read_write, rw); \ 63 libeth_cacheline_group_assert(type, cold, c); \
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_txrx.h | 832 libeth_cacheline_group_assert(struct idpf_sw_queue, read_mostly, 24); 833 libeth_cacheline_group_assert(struct idpf_sw_queue, read_write, 8);
|