Searched refs:STAT_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
D | slub.c | 4839 #define STAT_ATTR(si, text) \ macro 4854 STAT_ATTR(ALLOC_FASTPATH, alloc_fastpath); 4855 STAT_ATTR(ALLOC_SLOWPATH, alloc_slowpath); 4856 STAT_ATTR(FREE_FASTPATH, free_fastpath); 4857 STAT_ATTR(FREE_SLOWPATH, free_slowpath); 4858 STAT_ATTR(FREE_FROZEN, free_frozen); 4859 STAT_ATTR(FREE_ADD_PARTIAL, free_add_partial); 4860 STAT_ATTR(FREE_REMOVE_PARTIAL, free_remove_partial); 4861 STAT_ATTR(ALLOC_FROM_PARTIAL, alloc_from_partial); 4862 STAT_ATTR(ALLOC_SLAB, alloc_slab); [all …]
|