Home
last modified time | relevance | path

Searched refs:aio_write (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/sys/
H A Daio.h228 int aio_write(struct aiocb *);
H A Dsyscall.mk169 aio_write.o \
/f-stack/freebsd/kern/
H A Dcapabilities.conf102 aio_write
H A Dinit_sysent.c377 …{ compat6(AS(freebsd6_aio_write_args),aio_write), .sy_auevent = AUE_AIO_WRITE, .sy_flags = SYF_CAP…
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h387 ngx_flag_t aio_write; /* aio_write */ member
H A Dngx_http_core_module.c429 offsetof(ngx_http_core_loc_conf_t, aio_write),
3426 clcf->aio_write = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3651 ngx_conf_merge_value(conf->aio_write, prev->aio_write, 0); in ngx_http_core_merge_loc_conf()
H A Dngx_http_upstream.c3165 if (clcf->aio == NGX_HTTP_AIO_THREADS && clcf->aio_write) { in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru555 aio_write запросы могли зависать.
653 *) Исправление: при использовании директивы aio_write ответ мог
656 *) Исправление: при использовании директивы aio_write могла происходить
979 *) Добавление: директива aio_write.
H A DCHANGES545 *) Bugfix: requests might hang when using the "sendfile" and "aio_write"
643 "aio_write" directive.
645 *) Bugfix: a socket leak might occur when using the "aio_write"
965 *) Feature: the "aio_write" directive.
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c1034 .aio_write = zpl_aio_write,
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim136 syn keyword ngxDirective contained aio_write