Searched refs:MAP_NONBLOCK (Results 1 – 12 of 12) sorted by relevance
27 #define MAP_NONBLOCK 0x20000 macro
27 #define MAP_NONBLOCK 0x40000 macro
28 #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
24 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
30 #define MAP_NONBLOCK 0x40000 /* do not block on IO */ macro
49 | MAP_NONBLOCK \
1578 (flags & (MAP_POPULATE | MAP_NONBLOCK)) == MAP_POPULATE)) in do_mmap()2998 flags &= MAP_NONBLOCK; in SYSCALL_DEFINE5()
Completed in 16 milliseconds