free_fastpath    5415 mm/slub.c      STAT_ATTR(FREE_FASTPATH, free_fastpath);
free_fastpath      38 tools/vm/slabinfo.c 	unsigned long free_fastpath, free_slowpath;
free_fastpath     354 tools/vm/slabinfo.c 	return 	s->alloc_fastpath + s->free_fastpath +
free_fastpath     456 tools/vm/slabinfo.c 	total_free = s->free_fastpath + s->free_slowpath;
free_fastpath     465 tools/vm/slabinfo.c 		s->alloc_fastpath, s->free_fastpath,
free_fastpath     467 tools/vm/slabinfo.c 		total_free ? s->free_fastpath * 100 / total_free : 0);
free_fastpath     630 tools/vm/slabinfo.c 		total_free = s->free_fastpath + s->free_slowpath;
free_fastpath     636 tools/vm/slabinfo.c 			total_free ? (s->free_fastpath * 100 / total_free) : 0,
free_fastpath    1242 tools/vm/slabinfo.c 			slab->free_fastpath = get_obj("free_fastpath");