Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo.c37 unsigned long free_fastpath, free_slowpath; member
344 return s->alloc_fastpath + s->free_fastpath + in slab_activity()
446 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()
455 s->alloc_fastpath, s->free_fastpath, in slab_stats()
457 total_free ? s->free_fastpath * 100 / total_free : 0); in slab_stats()
617 total_free = s->free_fastpath + s->free_slowpath; in slabcache()
623 total_free ? (s->free_fastpath * 100 / total_free) : 0, in slabcache()
1227 slab->free_fastpath = get_obj("free_fastpath"); in read_slab_dir()