Searched refs:alloc_fastpath (Results 1 – 3 of 3) sorted by relevance
37 unsigned long alloc_fastpath, alloc_slowpath; member347 return s->alloc_fastpath + s->free_fastpath + in slab_activity()448 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()458 s->alloc_fastpath, s->free_fastpath, in slab_stats()459 s->alloc_fastpath * 100 / total_alloc, in slab_stats()462 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()463 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()622 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()628 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0, in slabcache()1231 slab->alloc_fastpath = get_obj("alloc_fastpath"); in read_slab_dir()
42 What: /sys/kernel/slab/cache/alloc_fastpath48 The alloc_fastpath file shows how many objects have been
5344 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);