Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo.c36 unsigned long alloc_fastpath, alloc_slowpath; member
345 s->alloc_slowpath + s->free_slowpath; in slab_activity()
445 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
616 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()
1226 slab->alloc_slowpath = get_obj("alloc_slowpath"); in read_slab_dir()