#ifdef CONFIG_SLUB_CPU_PARTIAL
Conditional code
#ifdef CONFIG_SLUB_CPU_PARTIAL
Conditional code
#ifndef CONFIG_SLUB_TINY static void prefetch_freepointer(const struct kmem_cache *s, void *object) { prefetchw(object + s->offset); } #endif
conditional code