Searched refs:alloc_fastpath (Results 1 – 1 of 1) sorted by relevance
37 unsigned long alloc_fastpath, alloc_slowpath; member354 return s->alloc_fastpath + s->free_fastpath + in slab_activity()455 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()465 s->alloc_fastpath, s->free_fastpath, in slab_stats()466 s->alloc_fastpath * 100 / total_alloc, in slab_stats()469 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()470 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()629 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()635 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0, in slabcache()1240 slab->alloc_fastpath = get_obj("alloc_fastpath"); in read_slab_dir()