Searched refs:common_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/nscd/
H A Dcachelib.c219 struct cache_common_entry_ *common_entry; local
230 common_entry = (struct cache_common_entry_ *)entry;
232 HASHTABLE_FOREACH(&(common_entry->items), ht_item) {
241 HASHTABLE_DESTROY(&(common_entry->items), data);
244 destroy_cache_fifo_policy(common_entry->policies[0]);
245 switch (common_entry->common_params.policy) {
247 destroy_cache_lru_policy(common_entry->policies[1]);
250 destroy_cache_lfu_policy(common_entry->policies[1]);
255 free(common_entry->policies);
289 struct cache_common_entry_ *common_entry; local
427 struct cache_common_entry_ *common_entry; local
700 struct cache_common_entry_ *common_entry; local
806 struct cache_common_entry_ *common_entry; local
1187 struct cache_common_entry_ *common_entry; local
[all...]

Completed in 102 milliseconds