2 Matching Annotations
  1. Jun 2024
    1. #ifdef CONFIG_SLUB_CPU_PARTIAL

      Conditional code

    2. #ifndef CONFIG_SLUB_TINY static void prefetch_freepointer(const struct kmem_cache *s, void *object) { prefetchw(object + s->offset); } #endif

      conditional code