Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo.c36 unsigned long alloc_fastpath, alloc_slowpath; member
344 return s->alloc_fastpath + s->free_fastpath + in slab_activity()
445 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
455 s->alloc_fastpath, s->free_fastpath, in slab_stats()
456 s->alloc_fastpath * 100 / total_alloc, in slab_stats()
459 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
460 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()
616 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
622 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0, in slabcache()
1225 slab->alloc_fastpath = get_obj("alloc_fastpath"); in read_slab_dir()