Home
last modified time | relevance | path

Searched refs:gets_cumulative (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
HDkern_objcache.c103 u_long gets_cumulative; /* total calls to get */ member
437 ++cpucache->gets_cumulative; in objcache_get()
534 --cpucache->gets_cumulative; in objcache_get()
561 --cpucache->gets_cumulative; in objcache_get()
982 stat.oc_requested += cache->gets_cumulative; in sysctl_ocstats()