Searched defs:pcache_cache_segment (Results 1 – 1 of 1) sorted by relevance
77 struct pcache_cache_segment { struct78 struct pcache_cache *cache;79 u32 cache_seg_id; /* Index in cache->segments */80 struct pcache_segment segment;81 atomic_t refs;83 struct pcache_segment_info cache_seg_info;84 struct mutex info_lock;85 u32 info_index;87 spinlock_t gen_lock;88 u64 gen;[all …]