Home
last modified time | relevance | path

Searched refs:first_free (Results 1 – 6 of 6) sorted by relevance

/nscd/
A Dmem.c215 db->head->first_free = 0; in gc()
412 <= db->data + db->head->first_free); in gc()
415 <= db->data + db->head->first_free); in gc()
425 (size_t) (db->head->first_free in gc()
458 (size_t) db->head->first_free); in gc()
461 > db->head->first_free) in gc()
465 (size_t) db->head->first_free); in gc()
471 > db->head->first_free) in gc()
475 (size_t) db->head->first_free); in gc()
527 res = db->data + db->head->first_free; in mempool_alloc()
[all …]
A Dconnections.c308 if (start > first_free || start + len > first_free in check_use()
377 || head->first_free < 0 in verify_persistent_db()
378 || head->first_free > head->data_size in verify_persistent_db()
379 || (head->first_free & BLOCK_ALIGN_M1) != 0 in verify_persistent_db()
384 uint8_t *usemap = calloc (head->first_free, 1); in verify_persistent_db()
400 if (! check_use (data, head->first_free, usemap, use_he, work, in verify_persistent_db()
423 || here->packet > head->first_free in verify_persistent_db()
429 if (! check_use (data, head->first_free, usemap, in verify_persistent_db()
461 for (ref_t idx = 0; idx < head->first_free; ++idx) in verify_persistent_db()
714 .first_free = 0 in nscd_init()
[all …]
A Dcache.c174 assert (newp->key + newp->len <= table->head->first_free); in cache_add()
509 data + table->head->first_free - (char *) table->head, in prune_cache()
A Dnscd-client.h329 nscd_ssize_t first_free; /* Offset of first free byte in data area. */ member
A Dnscd_stat.c143 data.dbs[cnt].dataused = dbs[cnt].head->first_free; in send_stats()
A Dcachedumper.c99 DPS (first_free); in nscd_print_cache()

Completed in 17 milliseconds