Searched refs:MAP_NONBLOCK (Results 1 – 16 of 16) sorted by relevance
35 # define MAP_NONBLOCK 0x10000 /* Do not block on IO. */ macro
13 #define MAP_NONBLOCK 0x10000 /* do not block on IO */ macro
28 #define MAP_NONBLOCK 0x20000 macro
27 #define MAP_NONBLOCK 0x40000 macro
27 #define MAP_NONBLOCK 0x20000 macro
27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
55 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
48 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
30 #define MAP_NONBLOCK 0x40000 /* do not block on IO */ macro
24 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
46 | MAP_NONBLOCK \
1652 (flags & (MAP_POPULATE | MAP_NONBLOCK)) == MAP_POPULATE)) in do_mmap()3159 flags &= MAP_NONBLOCK; in SYSCALL_DEFINE5()