Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_objcache.c437 ++cpucache->gets_cumulative; in objcache_get()
454 swap(cpucache->loaded_magazine, cpucache->previous_magazine); in objcache_get()
486 cpucache->previous_magazine = cpucache->loaded_magazine; in objcache_get()
533 ++cpucache->gets_null; in objcache_get()
548 ++cpucache->waiting; in objcache_get()
551 --cpucache->waiting; in objcache_get()
560 ++cpucache->gets_null; in objcache_get()
647 if (cpucache->waiting) in objcache_put()
657 swap(cpucache->loaded_magazine, cpucache->previous_magazine); in objcache_put()
660 if (cpucache->waiting) in objcache_put()
[all …]