alloc_fastpath   5413 mm/slub.c      STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath);
alloc_fastpath     37 tools/vm/slabinfo.c 	unsigned long alloc_fastpath, alloc_slowpath;
alloc_fastpath    354 tools/vm/slabinfo.c 	return 	s->alloc_fastpath + s->free_fastpath +
alloc_fastpath    455 tools/vm/slabinfo.c 	total_alloc = s->alloc_fastpath + s->alloc_slowpath;
alloc_fastpath    465 tools/vm/slabinfo.c 		s->alloc_fastpath, s->free_fastpath,
alloc_fastpath    466 tools/vm/slabinfo.c 		s->alloc_fastpath * 100 / total_alloc,
alloc_fastpath    469 tools/vm/slabinfo.c 		total_alloc - s->alloc_fastpath, s->free_slowpath,
alloc_fastpath    470 tools/vm/slabinfo.c 		(total_alloc - s->alloc_fastpath) * 100 / total_alloc,
alloc_fastpath    629 tools/vm/slabinfo.c 		total_alloc = s->alloc_fastpath + s->alloc_slowpath;
alloc_fastpath    635 tools/vm/slabinfo.c 			total_alloc ? (s->alloc_fastpath * 100 / total_alloc) : 0,
alloc_fastpath   1240 tools/vm/slabinfo.c 			slab->alloc_fastpath = get_obj("alloc_fastpath");