Searched refs:max_db_size (Results 1 – 4 of 4) sorted by relevance
168 dbs[idx].max_db_size = atol (arg2) ?: DEFAULT_MAX_DB_SIZE; in nscd_parse_file()303 if (datasize > dbs[cnt].max_db_size) in nscd_parse_file()307 dbs[cnt].max_db_size = datasize; in nscd_parse_file()
543 if (newtotal > db->max_db_size) in mempool_alloc()545 new_data_size -= newtotal - db->max_db_size; in mempool_alloc()546 newtotal = db->max_db_size; in mempool_alloc()
123 .max_db_size = DEFAULT_MAX_DB_SIZE,142 .max_db_size = DEFAULT_MAX_DB_SIZE,161 .max_db_size = DEFAULT_MAX_DB_SIZE,180 .max_db_size = DEFAULT_MAX_DB_SIZE,199 .max_db_size = DEFAULT_MAX_DB_SIZE,551 else if ((mem = mmap (NULL, dbs[cnt].max_db_size, in nscd_init()722 || (mem = mmap (NULL, dbs[cnt].max_db_size, in nscd_init()
143 size_t max_db_size; member
Completed in 14 milliseconds