Searched refs:MAP_NONBLOCK (Results 1 – 16 of 16) sorted by relevance
9 #define MAP_NONBLOCK 0x10000 macro
13 #define MAP_NONBLOCK 0x10000 /* do not block on IO */ macro
26 #define MAP_NONBLOCK 0x10000 /* do not block on IO */ macro
29 #define MAP_NONBLOCK 0x10000 /* do not block on IO */ macro
27 #define MAP_NONBLOCK 0x20000 macro
27 #define MAP_NONBLOCK 0x40000 macro
28 #define MAP_NONBLOCK 0x20000 macro
32 #define MAP_NONBLOCK 0x40000 /* do not block on IO */ macro
26 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
57 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
50 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
46 | MAP_NONBLOCK \
1538 (flags & (MAP_POPULATE | MAP_NONBLOCK)) == MAP_POPULATE)) in do_mmap()2879 flags &= MAP_NONBLOCK; in SYSCALL_DEFINE5()