Searched refs:alloc_fastpath (Results 1 – 3 of 3) sorted by relevance
37 unsigned long alloc_fastpath, alloc_slowpath; member377 return s->alloc_fastpath + s->free_fastpath + in slab_activity()482 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()492 s->alloc_fastpath, s->free_fastpath, in slab_stats()493 s->alloc_fastpath * 100 / total_alloc, in slab_stats()496 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()497 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()656 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()662 total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0, in slabcache()1283 slab->alloc_fastpath = get_obj("alloc_fastpath"); in read_slab_dir()
43 What: /sys/kernel/slab/<cache>/alloc_fastpath49 The alloc_fastpath file shows how many objects have been
9469 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);