Home
last modified time | relevance | path

Searched defs:FifoCache (Results 1 – 4 of 4) sorted by relevance

/dports/net/fspd/fsp-2.8.1b29/server/
H A Dfifocache.h11 struct FifoCache struct
32 struct FifoCache * f_cache_new(unsigned int cachesize,unsigned int entrysize,void (*edf) (void *key… argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/cache/
H A Dfifo_cache.go67 type FifoCache struct { struct
68 lock sync.RWMutex
69 maxSizeItems int
70 maxSizeBytes uint64
71 currSizeBytes uint64
72 validity time.Duration
74 entries map[string]*list.Element
75 lru *list.List
80 entriesCurrent prometheus.Gauge
84 memoryBytes prometheus.Gauge
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/cache/
H A Dfifo_cache.go68 type FifoCache struct { struct
69 lock sync.RWMutex
70 maxSizeItems int
71 maxSizeBytes uint64
72 currSizeBytes uint64
73 validity time.Duration
75 entries map[string]*list.Element
76 lru *list.List
81 entriesCurrent prometheus.Gauge
85 memoryBytes prometheus.Gauge
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/cache/
H A Dfifo_cache.go68 type FifoCache struct { struct
69 lock sync.RWMutex
70 maxSizeItems int
71 maxSizeBytes uint64
72 currSizeBytes uint64
73 validity time.Duration
75 entries map[string]*list.Element
76 lru *list.List
81 entriesCurrent prometheus.Gauge
85 memoryBytes prometheus.Gauge
[all …]