Symbol: UDB_ALLOC_CHUNK_MINEXP
usr.sbin/nsd/udb.c
1006
assert(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP]);
usr.sbin/nsd/udb.c
1010
else alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP] = fp->next;
usr.sbin/nsd/udb.c
1019
udb_void f = alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP];
usr.sbin/nsd/udb.c
1025
alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP] = fp->next;
usr.sbin/nsd/udb.c
1042
fp->next = alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP];
usr.sbin/nsd/udb.c
1046
alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP] = f;
usr.sbin/nsd/udb.c
1059
fp->next = alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP];
usr.sbin/nsd/udb.c
1062
alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP] = f;
usr.sbin/nsd/udb.c
1287
return UDB_ALLOC_CHUNK_MINEXP;
usr.sbin/nsd/udb.c
1302
if(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP]) {
usr.sbin/nsd/udb.c
1321
if(alloc->disk->free[e2-UDB_ALLOC_CHUNK_MINEXP]) {
usr.sbin/nsd/udb.c
1353
if(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP])
usr.sbin/nsd/udb.c
1356
if(alloc->disk->free[e2-UDB_ALLOC_CHUNK_MINEXP]) {
usr.sbin/nsd/udb.c
1605
} else if(exp < UDB_ALLOC_CHUNK_MINEXP
usr.sbin/nsd/udb.c
1957
if(exp < UDB_ALLOC_CHUNK_MINEXP || exp > UDB_ALLOC_CHUNKS_MAX)
usr.sbin/nsd/udb.c
694
if(exp < UDB_ALLOC_CHUNK_MINEXP || exp > UDB_ALLOC_CHUNKS_MAX) {
usr.sbin/nsd/udb.c
701
cp->next = regen->free[exp-UDB_ALLOC_CHUNK_MINEXP];
usr.sbin/nsd/udb.c
730
if(exp < UDB_ALLOC_CHUNK_MINEXP || exp > UDB_ALLOC_CHUNKS_MAX) {
usr.sbin/nsd/udb.c
934
} else if(exp >= UDB_ALLOC_CHUNK_MINEXP
usr.sbin/nsd/udb.h
314
udb_void free[UDB_ALLOC_CHUNKS_MAX-UDB_ALLOC_CHUNK_MINEXP+1];
usr.sbin/nsd/udb.h
67
#define UDB_ALLOC_CHUNK_MINSIZE ((uint64_t)1<<UDB_ALLOC_CHUNK_MINEXP)