#ifndef LOCKME_H #define LOCKME_H #include #include "die.h" static inline void xlockme(void) { if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) panic("Cannot lock pages!\n"); } static inline void xunlockme(void) { munlockall(); } #endif /* LOCKME_H */ /cgit.cgi/linux/net-next.git/atom/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
.cgi/linux/net-next.git/log/sound/soc/txx9/txx9aclc.h?h=nds-private-remove&id=63fca65d08632fbec9d9b655f671cf08aa1aeeb8&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines