Home
last modified time | relevance | path

Searched refs:UDB_ALLOC_CHUNK_MINEXP (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/nsd/dist/
H A Dudb.c701 cp->next = regen->free[exp-UDB_ALLOC_CHUNK_MINEXP];
934 } else if(exp >= UDB_ALLOC_CHUNK_MINEXP
1006 assert(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP]);
1046 alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP] = f;
1062 alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP] = f;
1287 return UDB_ALLOC_CHUNK_MINEXP;
1302 if(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP]) {
1321 if(alloc->disk->free[e2-UDB_ALLOC_CHUNK_MINEXP]) {
1353 if(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP])
1356 if(alloc->disk->free[e2-UDB_ALLOC_CHUNK_MINEXP]) {
[all …]
H A Dudb.h65 #define UDB_ALLOC_CHUNK_MINEXP 5 macro
67 #define UDB_ALLOC_CHUNK_MINSIZE ((uint64_t)1<<UDB_ALLOC_CHUNK_MINEXP)
322 udb_void free[UDB_ALLOC_CHUNKS_MAX-UDB_ALLOC_CHUNK_MINEXP+1];