- Timestamp:
- 2006-02-02T01:51:25Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9ea8a7ca
- Parents:
- b5e0bb8
- Location:
- test/mm
- Files:
-
- 1 added
- 2 edited
-
falloc1/test.c (modified) (1 diff)
-
falloc2/test.c (modified) (1 diff)
-
slab1/test.c (added)
Legend:
- Unmodified
- Added
- Removed
-
test/mm/falloc1/test.c
rb5e0bb8 r4e147a6 56 56 allocated = 0; 57 57 for (i = 0; i < MAX_FRAMES >> order; i++) { 58 frames[allocated] = frame_alloc(FRAME_ NON_BLOCKING| FRAME_KA, order, &status);58 frames[allocated] = frame_alloc(FRAME_ATOMIC | FRAME_KA, order, &status); 59 59 60 60 if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) != frames[allocated]) { -
test/mm/falloc2/test.c
rb5e0bb8 r4e147a6 64 64 allocated = 0; 65 65 for (i = 0; i < (MAX_FRAMES >> order); i++) { 66 frames[allocated] = frame_alloc(FRAME_ NON_BLOCKING| FRAME_KA, order, &status);66 frames[allocated] = frame_alloc(FRAME_ATOMIC | FRAME_KA, order, &status); 67 67 if (status == 0) { 68 68 memsetb(frames[allocated], FRAME_SIZE << order, val);
Note:
See TracChangeset
for help on using the changeset viewer.
