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

/linux-4.1.27/tools/vm/
H A Dslabinfo.c36 unsigned long alloc_fastpath, alloc_slowpath; member in struct:slabinfo
333 s->alloc_slowpath + s->free_slowpath; slab_activity()
428 total_alloc = s->alloc_fastpath + s->alloc_slowpath; slab_stats()
595 total_alloc = s->alloc_fastpath + s->alloc_slowpath; slabcache()
1199 slab->alloc_slowpath = get_obj("alloc_slowpath"); read_slab_dir()
/linux-4.1.27/mm/
H A Dslub.c4855 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath);

Completed in 253 milliseconds