Searched refs:common_params (Results 1 – 2 of 2) sorted by relevance
243 switch (common_entry->common_params.policy) { in destroy_cache_entry()351 entry->common_params.max_lifetime.tv_sec) ? 1: 0); in cache_lifetime_common_continue_func()363 return ((entry->items_size > entry->common_params.satisf_elemsize) ? 1 in cache_elemsize_common_continue_func()431 if ((common_entry->common_params.max_lifetime.tv_sec != 0) || in flush_cache_entry()432 (common_entry->common_params.max_lifetime.tv_usec != 0)) { in flush_cache_entry()444 if ((common_entry->common_params.max_elemsize != 0) && in flush_cache_entry()446 common_entry->common_params.max_elemsize) { in flush_cache_entry()561 memcpy(&new_common_entry->common_params, params, in register_cache_entry()564 (struct cache_entry_params *)&new_common_entry->common_params; in register_cache_entry()566 new_common_entry->common_params.cep.entry_name = calloc(1, in register_cache_entry()[all …]
134 struct common_cache_entry_params common_params; member