2 Matching Annotations
- Jun 2024
-
git.doit.wisc.edu git.doit.wisc.edu
-
#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
-