Rev 3182 | Rev 4174 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3182 | Rev 3972 | ||
|---|---|---|---|
| Line 57... | Line 57... | ||
| 57 | (((unsigned int) PAGE_SIZE << (cache)->order) >> 2) |
57 | (((unsigned int) PAGE_SIZE << (cache)->order) >> 2) |
| 58 | 58 | ||
| 59 | /* slab_reclaim constants */ |
59 | /* slab_reclaim constants */ |
| 60 | 60 | ||
| 61 | /** Reclaim all possible memory, because we are in memory stress */ |
61 | /** Reclaim all possible memory, because we are in memory stress */ |
| 62 | #define SLAB_RECLAIM_ALL 0x1 |
62 | #define SLAB_RECLAIM_ALL 0x01 |
| 63 | 63 | ||
| 64 | /* cache_create flags */ |
64 | /* cache_create flags */ |
| 65 | 65 | ||
| 66 | /** Do not use per-cpu cache */ |
66 | /** Do not use per-cpu cache */ |
| 67 | #define SLAB_CACHE_NOMAGAZINE 0x1 |
67 | #define SLAB_CACHE_NOMAGAZINE 0x1 |