Searched refs:MAP_NONBLOCK (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/arch/alpha/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x40000 macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dmman.h28 #define MAP_NONBLOCK 0x20000 macro
/linux-master/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x20000 macro
/linux-master/include/uapi/asm-generic/
H A Dmman-common.h27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x20000 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h30 #define MAP_NONBLOCK 0x40000 /* do not block on IO */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h55 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h24 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h48 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
/linux-master/include/linux/
H A Dmman.h52 | MAP_NONBLOCK \
/linux-master/mm/
H A Dmmap.c1388 (flags & (MAP_POPULATE | MAP_NONBLOCK)) == MAP_POPULATE))
3058 flags &= MAP_NONBLOCK;

Completed in 141 milliseconds