Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
748446bb6b5a9390b546af38ec899c868a9dbcf0
/
.
/
include
/
linux
/
compaction.h
blob: 465ca88615ed378c63c161ae4f06bc4ea6165e89 [
file
] [
log
] [
blame
]
#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 */