Searched refs:alloc_slowpath (Results 1 – 3 of 3) sorted by relevance
37 unsigned long alloc_fastpath, alloc_slowpath; member373 s->alloc_slowpath + s->free_slowpath; in slab_activity()477 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()651 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()1275 slab->alloc_slowpath = get_obj("alloc_slowpath"); in read_slab_dir()
87 What: /sys/kernel/slab/<cache>/alloc_slowpath93 The alloc_slowpath file shows how many objects have been
5745 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath);