Searched refs:cache_policy_ (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/nscd/ |
H A D | cacheplcs.h | 55 struct cache_policy_ { struct 59 void (*add_item_func)(struct cache_policy_ *, argument 61 void (*remove_item_func)(struct cache_policy_ *, argument 63 void (*update_item_func)(struct cache_policy_ *, argument 67 struct cache_policy_ *); 69 struct cache_policy_ *); 71 struct cache_policy_ *, struct cache_policy_item_ *); 73 struct cache_policy_ *, struct cache_policy_item_ *); 92 struct cache_policy_ parent_data; 108 struct cache_policy_ parent_data; [all …]
|
H A D | cacheplcs.c | 38 static void cache_fifo_policy_update_item(struct cache_policy_ *, 40 static void cache_lfu_policy_add_item(struct cache_policy_ *, 45 struct cache_policy_ *); 47 struct cache_policy_ *); 49 struct cache_policy_ *, struct cache_policy_item_ *); 51 struct cache_policy_ *, struct cache_policy_item_ *); 52 static void cache_lfu_policy_remove_item(struct cache_policy_ *, 54 static void cache_lfu_policy_update_item(struct cache_policy_ *, 56 static void cache_lru_policy_update_item(struct cache_policy_ *, 58 static void cache_queue_policy_add_item(struct cache_policy_ *, [all …]
|
H A D | cachelib.c | 63 struct cache_policy_ *, struct cache_policy_ *, 290 struct cache_policy_ *policy; in clear_cache_entry() 372 struct cache_policy_ *policy, in flush_cache_policy() 373 struct cache_policy_ *connected_policy, in flush_cache_policy() 426 struct cache_policy_ *policy, *connected_policy; in flush_cache_entry() 809 struct cache_policy_ *policy, *connected_policy; in cache_write()
|
H A D | cachelib.h | 145 struct cache_policy_ **policies;
|