Home
last modified time | relevance | path

Searched refs:BLOCK_ALIGN_M1 (Results 1 – 4 of 4) sorted by relevance

/nscd/
A Dmem.c76 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()
A Dnscd.h175 #define BLOCK_ALIGN_M1 (BLOCK_ALIGN - 1) macro
A Dcache.c177 assert ((newp->packet & BLOCK_ALIGN_M1) == 0); in cache_add()
A Dconnections.c309 || (start & BLOCK_ALIGN_M1)) in check_use()
379 || (head->first_free & BLOCK_ALIGN_M1) != 0 in verify_persistent_db()

Completed in 13 milliseconds