Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Dcacheplcs.c255 retval->parent_data.update_item_func = cache_fifo_policy_update_item; in init_cache_fifo_policy()
300 retval->parent_data.update_item_func = cache_lru_policy_update_item; in init_cache_lru_policy()
545 retval->parent_data.update_item_func = cache_lfu_policy_update_item; in init_cache_lfu_policy()
H A Dcacheplcs.h63 void (*update_item_func)(struct cache_policy_ *, member
H A Dcachelib.c777 common_entry->policies[0]->update_item_func(common_entry->policies[0], in cache_read()
788 common_entry->policies[1]->update_item_func( in cache_read()