free_slowpath    5416 mm/slub.c      STAT_ATTR(FREE_SLOWPATH, free_slowpath);
free_slowpath      38 tools/vm/slabinfo.c 	unsigned long free_fastpath, free_slowpath;
free_slowpath     355 tools/vm/slabinfo.c 		s->alloc_slowpath + s->free_slowpath;
free_slowpath     456 tools/vm/slabinfo.c 	total_free = s->free_fastpath + s->free_slowpath;
free_slowpath     469 tools/vm/slabinfo.c 		total_alloc - s->alloc_fastpath, s->free_slowpath,
free_slowpath     471 tools/vm/slabinfo.c 		total_free ? s->free_slowpath * 100 / total_free : 0);
free_slowpath     630 tools/vm/slabinfo.c 		total_free = s->free_fastpath + s->free_slowpath;
free_slowpath    1243 tools/vm/slabinfo.c 			slab->free_slowpath = get_obj("free_slowpath");