Usually one either wants the atomic versions or the non atomic versions. This
usage seems to be mainly non atomic plus one use of ClearPageBuddy() in
capture_or_return() (Which raises some questions about how the bit
modifications are serialized. Is there concurrency during free?)
So
__PAGEFLAG(BuddyCapture, buddy_capture)
CLEARPAGEFLAG(BuddyCapture, buddy_capture)
--