linux-kernel-test/include/linux/compaction.h

10 lines
211 B
C
Raw Normal View History

#ifndef _LINUX_COMPACTION_H
#define _LINUX_COMPACTION_H
/* Return values for compact_zone() */
#define COMPACT_CONTINUE 0
#define COMPACT_PARTIAL 1
#define COMPACT_COMPLETE 2
#endif /* _LINUX_COMPACTION_H */