Searched refs:MAP_NONBLOCK (Results 1 – 15 of 15) sorted by relevance
15 #define MAP_NONBLOCK 0x10000 macro
27 #define MAP_NONBLOCK 0x20000 macro
27 #define MAP_NONBLOCK 0x40000 macro
28 #define MAP_NONBLOCK 0x20000 macro
28 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
32 #define MAP_NONBLOCK 0x010000 macro
48 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
41 #define MAP_NONBLOCK 0x20000 macro
24 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
55 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
30 #define MAP_NONBLOCK 0x40000 /* do not block on IO */ macro
46 | MAP_NONBLOCK \
1612 (flags & (MAP_POPULATE | MAP_NONBLOCK)) == MAP_POPULATE)) in do_mmap()3083 flags &= MAP_NONBLOCK; in SYSCALL_DEFINE5()