Searched refs:BLOCK_ALIGN_M1 (Results 1 – 4 of 4) sorted by relevance
76 assert ((start & BLOCK_ALIGN_M1) == 0); in markrange()78 len = (len + BLOCK_ALIGN_M1) / BLOCK_ALIGN; in markrange()369 off_alloc += ((sizeof (struct hashentry) + BLOCK_ALIGN_M1) in gc()370 & ~BLOCK_ALIGN_M1); in gc()391 off_alloc += (dh->allocsize + BLOCK_ALIGN_M1) & ~BLOCK_ALIGN_M1; in gc()514 if ((len & BLOCK_ALIGN_M1) != 0) in mempool_alloc()515 len += BLOCK_ALIGN - (len & BLOCK_ALIGN_M1); in mempool_alloc()522 assert ((db->head->first_free & BLOCK_ALIGN_M1) == 0); in mempool_alloc()
175 #define BLOCK_ALIGN_M1 (BLOCK_ALIGN - 1) macro
177 assert ((newp->packet & BLOCK_ALIGN_M1) == 0); in cache_add()
309 || (start & BLOCK_ALIGN_M1)) in check_use()379 || (head->first_free & BLOCK_ALIGN_M1) != 0 in verify_persistent_db()
Completed in 13 milliseconds