Home
last modified time | relevance | path

Searched refs:MAP_NONBLOCK (Results 1 – 8 of 8) sorted by relevance

/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h28 #define MAP_NONBLOCK 0x20000 macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x40000 macro
/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x20000 macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x20000 macro
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
/linux/include/uapi/asm-generic/
H A Dmman-common.h27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
/linux/include/linux/
H A Dmman.h53 | MAP_NONBLOCK \
/linux/mm/
H A Dmmap.c499 (flags & (MAP_POPULATE | MAP_NONBLOCK)) == MAP_POPULATE)) in do_mmap()
1437 flags &= MAP_NONBLOCK; in SYSCALL_DEFINE5()