Searched refs:kmem_cache_debug (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dslub.c228 static inline bool kmem_cache_debug(struct kmem_cache *s) function
250 return !kmem_cache_debug(s);
2490 * Called only for kmem_cache_debug() caches instead of remove_partial(), with a
2520 * Called only for kmem_cache_debug() caches to allocate from a freshly
2591 if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) {
3507 if (kmem_cache_debug(s)) {
3535 if (kmem_cache_debug(s)) {
4098 if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) {
6367 if (buf[0] == '1' && kmem_cache_debug(s)) {

Completed in 135 milliseconds