Changeset 5158549 in mainline for generic/include/mm/slab.h


Ignore:
Timestamp:
2006-02-05T01:19:16Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e22f561
Parents:
e72b0a3
Message:

Still better locking - does not hold global spinlock when
destroying cache.

File:
1 edited

Legend:

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

    re72b0a3 r5158549  
    8282        atomic_t allocated_objs;
    8383        atomic_t cached_objs;
     84        atomic_t magazine_counter; /*<< How many magazines in magazines list */
    8485
    8586        /* Slabs */
Note: See TracChangeset for help on using the changeset viewer.