Searched refs:BUF_ALIGN (Results 1 – 2 of 2) sorted by relevance
44 #define BUF_ALIGN(x) ALIGN(x, 4) macro492 offset = BUF_ALIGN(bsz); in tipc_msg_bundle()549 if (unlikely(mss < BUF_ALIGN(INT_H_SIZE + tsz) + msg_size(msg))) in tipc_msg_try_bundle()608 *pos += BUF_ALIGN(imsz); in tipc_msg_extract()
399 +#define BUF_ALIGN 64400 +#define BUF_ALLOC (BUF_SIZE + 2*BUF_SLACK + BUF_ALIGN)410 + uint32_t * const d0 = (uint32_t *)(((uintptr_t)d0_buf + (BUF_ALIGN - 1)) & ~(BUF_ALIGN - 1)) …411 + uint32_t * const d1 = (uint32_t *)(((uintptr_t)d1_buf + (BUF_ALIGN - 1)) & ~(BUF_ALIGN - 1)) +…438 + uint32_t * const d0 = (uint32_t *)(((uintptr_t)d0_buf + (BUF_ALIGN - 1)) & ~(BUF_ALIGN - 1)) …439 + uint32_t * const d1 = (uint32_t *)(((uintptr_t)d1_buf + (BUF_ALIGN - 1)) & ~(BUF_ALIGN - 1)) +…