Searched refs:positive_params (Results 1 – 1 of 1) sorted by relevance
112 struct common_cache_entry_params const *positive_params, in create_configuration_entry() argument122 assert(positive_params != NULL); in create_configuration_entry()160 memcpy(&retval->positive_cache_params, positive_params, in create_configuration_entry()196 struct common_cache_entry_params positive_params, negative_params; in create_def_configuration_entry() local203 memset(&positive_params, 0, in create_def_configuration_entry()205 positive_params.cep.entry_type = CET_COMMON; in create_def_configuration_entry()206 positive_params.cache_entries_size = DEFAULT_CACHE_HT_SIZE; in create_def_configuration_entry()207 positive_params.max_elemsize = DEFAULT_POSITIVE_ELEMENTS_SIZE; in create_def_configuration_entry()208 positive_params.satisf_elemsize = DEFAULT_POSITIVE_ELEMENTS_SIZE / 2; in create_def_configuration_entry()209 positive_params.max_lifetime.tv_sec = DEFAULT_POSITIVE_LIFETIME; in create_def_configuration_entry()[all …]