Home
last modified time | relevance | path

Searched refs:module (Results 1 – 9 of 9) sorted by relevance

/nscd/
A Dnscd_stat.c62 size_t module; member
135 data.dbs[cnt].module = dbs[cnt].head->module; in send_stats()
313 data.dbs[i].module, in receive_print_stats()
A Dmem.c125 size_t stack_used = sizeof (bool) * db->head->module; in gc()
161 for (size_t idx = 0; idx < db->head->module; ++idx) in gc()
436 for (size_t idx = 0; idx < db->head->module; ++idx) in gc()
535 + roundup (db->head->module * sizeof (ref_t), in mempool_alloc()
541 + roundup (db->head->module * sizeof (ref_t), ALIGN) in mempool_alloc()
A Dnscd_helper.c346 || __builtin_expect (head->module == 0, 0) in __nscd_get_mapping()
358 size_t size = (sizeof (*head) + roundup (head->module * sizeof (ref_t), in __nscd_get_mapping()
373 + roundup (head->module * sizeof (ref_t), ALIGN)); in __nscd_get_mapping()
453 unsigned long int hash = __nss_hash (key, keylen) % mapped->head->module; in __nscd_cache_search()
A Dcachedumper.c97 DPS (module); in nscd_print_cache()
114 char *data = (char *) &dps->array[roundup (dps->module, in nscd_print_cache()
120 for (i = 0; i < dps->module; i++) in nscd_print_cache()
A Dconnections.c374 || head->module == 0 in verify_persistent_db()
375 || (size_t) head->module > INT32_MAX / sizeof (ref_t) in verify_persistent_db()
392 for (nscd_ssize_t cnt = 0; cnt < head->module; ++cnt) in verify_persistent_db()
523 else if (head.module == 0 && head.data_size == 0) in nscd_init()
536 + roundup (head.module * sizeof (ref_t), in nscd_init()
568 &dbs[cnt].head->array[roundup (dbs[cnt].head->module, in nscd_init()
572 if (dbs[cnt].suggested_module > head.module) in nscd_init()
711 .module = dbs[cnt].suggested_module, in nscd_init()
769 dbs[cnt].head->module = dbs[cnt].suggested_module; in nscd_init()
771 * dbs[cnt].head->module); in nscd_init()
[all …]
A Dcache.c76 unsigned long int hash = __nss_hash (key, len) % table->head->module; in cache_search()
155 unsigned long int hash = __nss_hash (key, len) % table->head->module; in cache_add()
249 size_t cnt = table->head->module; in prune_cache()
A Dnscd-client.h326 nscd_ssize_t module; member
A Dinitgrcache.c162 if (nip[1].module == NULL) in addinitgroupsX()
A Daicache.c437 if (nip[1].module == NULL) in addhstaiX()

Completed in 22 milliseconds