Home
last modified time | relevance | path

Searched refs:SF_NODISKIO (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_freebsd_sendfile_chain.c184 flags = (aio && aio->preload_handler) ? SF_NODISKIO : 0; in ngx_freebsd_sendfile_chain()
300 if (flags == SF_NODISKIO) { in ngx_freebsd_sendfile_chain()
/f-stack/app/nginx-1.16.1/auto/os/
H A Dfreebsd49 echo " + sendfile()'s SF_NODISKIO found"
/f-stack/tools/compat/include/sys/
H A Dsocket.h648 #define SF_NODISKIO 0x00000001 macro
/f-stack/freebsd/sys/
H A Dsocket.h654 #define SF_NODISKIO 0x00000001 macro
/f-stack/freebsd/kern/
H A Dkern_sendfile.c424 flags = (flags & SF_NODISKIO) ? VM_ALLOC_NOWAIT : 0; in sendfile_swapin()