Searched refs:_align (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/rust/kernel/ |
D | allocator.rs | 35 fn __rust_alloc(size: usize, _align: usize) -> *mut u8 { in __rust_alloc() 40 fn __rust_dealloc(ptr: *mut u8, _size: usize, _align: usize) { in __rust_dealloc() 45 fn __rust_realloc(ptr: *mut u8, _old_size: usize, _align: usize, new_size: usize) -> *mut u8 { in __rust_realloc() 56 fn __rust_alloc_zeroed(size: usize, _align: usize) -> *mut u8 { in __rust_alloc_zeroed()
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
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-v6.1/drivers/net/ethernet/sfc/ |
D | mcdi.h | 210 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ argument 211 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1))) 305 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ argument 306 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\ 307 + (_index) * _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _LEN, _align))
|
/Linux-v6.1/scripts/ |
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-v6.1/rust/alloc/ |
D | alloc.rs | 403 pub unsafe extern "C-unwind" fn __rdl_oom(size: usize, _align: usize) -> ! { in __rdl_oom()
|
/Linux-v6.1/tools/testing/selftests/landlock/ |
D | base_test.c | 269 struct cmsghdr _align; in TEST() member
|