Searched refs:alloc_slowpath (Results 1 – 3 of 3) sorted by relevance
36 unsigned long alloc_fastpath, alloc_slowpath; member333 s->alloc_slowpath + s->free_slowpath; in slab_activity()428 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()595 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slabcache()1199 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
4855 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath);