Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/slab.h

    rb60615b r31e15be  
    9999
    100100        /* Statistics */
    101         atomic_t allocated_slabs;
    102         atomic_t allocated_objs;
    103         atomic_t cached_objs;
     101        atomic_size_t allocated_slabs;
     102        atomic_size_t allocated_objs;
     103        atomic_size_t cached_objs;
    104104        /** How many magazines in magazines list */
    105         atomic_t magazine_counter;
     105        atomic_size_t magazine_counter;
    106106
    107107        /* Slabs */
Note: See TracChangeset for help on using the changeset viewer.