Searched refs:SF_NODISKIO (Results 1 – 5 of 5) sorted by relevance
184 flags = (aio && aio->preload_handler) ? SF_NODISKIO : 0; in ngx_freebsd_sendfile_chain()300 if (flags == SF_NODISKIO) { in ngx_freebsd_sendfile_chain()
49 echo " + sendfile()'s SF_NODISKIO found"
648 #define SF_NODISKIO 0x00000001 macro
654 #define SF_NODISKIO 0x00000001 macro
424 flags = (flags & SF_NODISKIO) ? VM_ALLOC_NOWAIT : 0; in sendfile_swapin()