Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Dcacheplcs.c52 static void cache_lfu_policy_remove_item(struct cache_policy_ *,
417 cache_lfu_policy_remove_item(struct cache_policy_ *policy, in cache_lfu_policy_remove_item() function
423 TRACE_IN(cache_lfu_policy_remove_item); in cache_lfu_policy_remove_item()
429 TRACE_OUT(cache_lfu_policy_remove_item); in cache_lfu_policy_remove_item()
546 retval->parent_data.remove_item_func = cache_lfu_policy_remove_item; in init_cache_lfu_policy()