Changeset cd13c2a in mainline for kernel/generic/include/mm/slab.h
- Timestamp:
- 2006-10-18T17:15:29Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de57e060
- Parents:
- a000fd71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/slab.h
ra000fd71 rcd13c2a 57 57 58 58 /* slab_reclaim constants */ 59 #define SLAB_RECLAIM_ALL 0x1 /**< Reclaim all possible memory, because 60 * we are in memory stress */ 59 #define SLAB_RECLAIM_ALL 0x1 /**< Reclaim all possible memory, because we are in memory stress */ 61 60 62 61 /* cache_create flags */ 63 62 #define SLAB_CACHE_NOMAGAZINE 0x1 /**< Do not use per-cpu cache */ 64 63 #define SLAB_CACHE_SLINSIDE 0x2 /**< Have control structure inside SLAB */ 65 /** We add magazine cache later, if we have this flag */ 66 #define SLAB_CACHE_MAGDEFERRED (0x4 | SLAB_CACHE_NOMAGAZINE) 64 #define SLAB_CACHE_MAGDEFERRED (0x4 | SLAB_CACHE_NOMAGAZINE) /**< We add magazine cache later, if we have this flag */ 67 65 68 66 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.