Searched refs:cache_policy_ (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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_ *); 92 struct cache_policy_ parent_data; 108 struct cache_policy_ parent_data; 116 struct cache_policy_ *init_cache_fifo_policy(void); 120 struct cache_policy_ *init_cache_lru_policy(void); [all …]
|
| H A D | cacheplcs.c | 45 struct cache_policy_ *); 47 struct cache_policy_ *); 49 struct cache_policy_ *, struct cache_policy_item_ *); 63 struct cache_policy_ *); 65 struct cache_policy_ *); 248 struct cache_policy_ * 258 return ((struct cache_policy_ *)retval); in init_cache_fifo_policy() 293 struct cache_policy_ * 303 return ((struct cache_policy_ *)retval); in init_cache_lru_policy() 530 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;
|