projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
465ca88615ed378c63c161ae4f06bc4ea6165e89
[profile/ivi/kernel-adaptation-intel-automotive.git]
/
include
/
linux
/
compaction.h
1
#ifndef _LINUX_COMPACTION_H
2
#define _LINUX_COMPACTION_H
3
4
/* Return values for compact_zone() */
5
#define COMPACT_CONTINUE 0
6
#define COMPACT_PARTIAL 1
7
#define COMPACT_COMPLETE 2
8
9
#endif /* _LINUX_COMPACTION_H */