Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo.c38 unsigned long free_fastpath, free_slowpath; member
373 s->alloc_slowpath + s->free_slowpath; in slab_activity()
478 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()
491 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
493 total_free ? s->free_slowpath * 100 / total_free : 0); in slab_stats()
652 total_free = s->free_fastpath + s->free_slowpath; in slabcache()
1277 slab->free_slowpath = get_obj("free_slowpath"); in read_slab_dir()