| /linux/include/linux/cdx/ |
| H A D | mcdi.h | 189 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ argument 190 ((void)BUILD_BUG_ON_ZERO((_ofst) & ((_align) - 1)), \
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi.h | 206 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ argument 207 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1))) 293 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ argument 294 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\ 295 + (_index) * _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _LEN, _align))
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi.h | 202 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ argument 203 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1))) 338 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ argument 339 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\ 340 + (_index) * _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _LEN, _align))
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | common.h | 140 struct cmsghdr _align; in recv_fd() 174 struct cmsghdr _align; in send_fd() 138 struct cmsghdr _align; recv_fd() member 172 struct cmsghdr _align; send_fd() member
|
| /linux/usr/ |
| H A D | gen_init_cpio.c | 29 #define padlen(_off, _align) (((_align) - ((_off) & ((_align) - 1))) % (_align)) argument
|
| /linux/scripts/ |
| H A D | recordmcount.h | 55 #undef _align 94 # define _align 7u macro 132 # define _align 3u macro 284 t += (_align & -t); /* word-byte align */ in append_func()
|
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 91 Compound(Spanned { t: repr, span: _ }, _align) => match repr { in repr_type_name() 118 matches!(self, Repr::Compound(Spanned { t: C, span: _ }, _align)) in is_c() 123 matches!(self, Repr::Compound(Spanned { t: Primitive(_), span: _ }, _align)) in is_primitive() 177 if let Compound(Spanned { t: Primitive(p), span: _ }, _align) = self { in get_primitive()
|
| H A D | util.rs | 809 Compound(Spanned { t: Primitive(U8 | I8), span: _ }, _align) => Ok(8), in enum_size_from_repr() 810 Compound(Spanned { t: Primitive(U16 | I16), span: _ }, _align) => Ok(16), in enum_size_from_repr()
|
| /linux/rust/zerocopy/src/util/ |
| H A D | macro_util.rs | 334 ($t:ty, $_align:expr, $_packed:expr, [$($ts:ty),*]) => {{ 387 ($t:ty, $_align:expr, $_packed:expr, [$($ts:ty),*]) => {{ 421 ($t:ty, $_align:expr, $packed:expr, $disc:ty, $([$($ts:ty),*]),*) => {{
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-fw-com.c | 40 u32 _align; member
|
| /linux/include/linux/ |
| H A D | slab.h | 1325 #define kvmalloc_node_align_noprof(_size, _align, _flags, _node) \ argument 1326 …__kvmalloc_node_noprof(PASS_KMALLOC_PARAMS(_size, NULL, __kmalloc_token(_size)), _align, _flags, _…
|
| H A D | bpf.h | 2814 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ argument 2815 __alloc_percpu_gfp(_size, _align, _flags)
|
| /linux/rust/zerocopy/src/ |
| H A D | lib.rs | 6576 _align: elain::Align<ALIGN>, in test_known_layout_derive() field
|