Searched refs:common_params (Results 1 – 2 of 2) sorted by relevance
245 switch (common_entry->common_params.policy) { in destroy_cache_entry()353 entry->common_params.max_lifetime.tv_sec) ? 1: 0); in cache_lifetime_common_continue_func()365 return ((entry->items_size > entry->common_params.satisf_elemsize) ? 1 in cache_elemsize_common_continue_func()433 if ((common_entry->common_params.max_lifetime.tv_sec != 0) || in flush_cache_entry()434 (common_entry->common_params.max_lifetime.tv_usec != 0)) { in flush_cache_entry()446 if ((common_entry->common_params.max_elemsize != 0) && in flush_cache_entry()448 common_entry->common_params.max_elemsize) { in flush_cache_entry()563 memcpy(&new_common_entry->common_params, params, in register_cache_entry()566 (struct cache_entry_params *)&new_common_entry->common_params; in register_cache_entry()568 new_common_entry->common_params.cep.entry_name = calloc(1, in register_cache_entry()[all …]
136 struct common_cache_entry_params common_params; member