Searched refs:libeth_cacheline_group_assert (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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-6.15/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_txrx.h | 818 libeth_cacheline_group_assert(struct idpf_sw_queue, read_mostly, 24); 819 libeth_cacheline_group_assert(struct idpf_sw_queue, read_write, 8);
|