Home
last modified time | relevance | path

Searched refs:directio (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/workloads/
H A Dtpcso.f150 iosize=256k,workingset=1g,random,dsync,directio
161 iosize=$iosize,workingset=10g,random,dsync,directio
164 iosize=$iosize,workingset=10g,random,dsync,directio
167 iosize=$iosize,workingset=10g,random,dsync,directio
170 iosize=$iosize,workingset=10g,random,dsync,directio
173 iosize=$iosize,workingset=10g,random,dsync,directio
176 iosize=$iosize,workingset=10g,random,dsync,directio
179 iosize=$iosize,workingset=10g,random,dsync,directio
182 iosize=$iosize,workingset=10g,random,dsync,directio
185 iosize=$iosize,workingset=10g,random,dsync,directio
[all …]
H A Doltp.f52 iosize=256k,random,directio=$directio,dsync
64 iosize=$iosize,workingset=$workingset,random,iters=100,opennext,directio=$directio,dsync
76 iosize=$iosize,workingset=$workingset,random,opennext,directio=$directio
H A Dfivestreamreaddirect.f41 flowop read name=seqread1,filename=largefile1,iosize=$iosize,directio
45 flowop read name=seqread2,filename=largefile2,iosize=$iosize,directio
49 flowop read name=seqread3,filename=largefile3,iosize=$iosize,directio
53 flowop read name=seqread4,filename=largefile4,iosize=$iosize,directio
57 flowop read name=seqread5,filename=largefile5,iosize=$iosize,directio
H A Dfivestreamwritedirect.f41 flowop write name=seqwrite1,filename=largefile1,iosize=$iosize,directio
45 flowop write name=seqwrite2,filename=largefile2,iosize=$iosize,directio
49 flowop write name=seqwrite3,filename=largefile3,iosize=$iosize,directio
53 flowop write name=seqwrite4,filename=largefile4,iosize=$iosize,directio
57 flowop write name=seqwrite5,filename=largefile5,iosize=$iosize,directio
H A Drandomrw.f39 …name=rand-read1,filename=largefile1,iosize=$iosize,random,workingset=$workingset,directio=$directio
43 …ame=rand-write1,filename=largefile1,iosize=$iosize,random,workingset=$workingset,directio=$directio
H A Drandomread.f39 …name=rand-read1,filename=largefile1,iosize=$iosize,random,workingset=$workingset,directio=$directio
H A Drandomwrite.f39 …ame=rand-write1,filename=largefile1,iosize=$iosize,random,workingset=$workingset,directio=$directio
/dports/sysutils/stressdisk/stressdisk-1.0.12/vendor/github.com/ncw/directio/
H A DREADME.md13 http://godoc.org/github.com/ncw/directio
20 go get github.com/ncw/directio
25 Instead of using os.OpenFile use directio.OpenFile
27 in, err := directio.OpenFile(file, os.O_RDONLY, 0666)
30 directio.BlockSize using memory allocated by directio.AlignedBlock
32 block := directio.AlignedBlock(directio.BlockSize)
46 - https://github.com/ncw/directio
H A Ddirect_io_test.go23 block1 := directio.AlignedBlock(directio.BlockSize)
29 out, err := directio.OpenFile(path, os.O_CREATE|os.O_WRONLY, 0666)
43 block2 := directio.AlignedBlock(directio.BlockSize)
44 in, err := directio.OpenFile(path, os.O_RDONLY, 0666)
71 directio.AlignedBlock(0)
/dports/benchmarks/nuttcp/nuttcp-8.2.2/
H A Dnuttscp195 $directio = 0;
362 $directio = 1;
459 if ($directio) {
467 if ($directio) {
477 if ($directio) {
485 if ($directio) {
496 if ($directio) {
504 if ($directio) {
514 if ($directio) {
762 $directio = 0;
[all …]
/dports/sysutils/stressdisk/stressdisk-1.0.12/
H A Dgo.sum1 github.com/ncw/directio v1.0.4 h1:CojwI07mCEmRkajgx42Pf8jyCwTs1ji9/Ij9/PJG12k=
2 github.com/ncw/directio v1.0.4/go.mod h1:CKGdcN7StAaqjT7Qack3lAXeX4pjnyc46YeqZH1yWVY=
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adalib/
H A Ddirectio.ali19 U direct_io%s directio.ads 708fca39 NE OL
31 D directio.ads 20170908151217 d9b35108 direct_io%s
51 X 9 directio.ads
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adalib/
H A Ddirectio.ali19 U direct_io%s directio.ads a4d3e0d0 NE OL
31 D directio.ads 20080801103345 fc913ad7 direct_io%s
50 X 9 directio.ads
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_flv_module.c107 of.directio = clcf->directio; in ngx_http_flv_handler()
242 b->file->directio = of.is_directio; in ngx_http_flv_handler()
H A Dngx_http_gzip_static_module.c146 of.directio = clcf->directio; in ngx_http_gzip_static_handler()
277 b->file->directio = of.is_directio; in ngx_http_gzip_static_handler()
H A Dngx_http_static_module.c92 of.directio = clcf->directio; in ngx_http_static_handler()
263 b->file->directio = of.is_directio; in ngx_http_static_handler()
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_flv_module.c107 of.directio = clcf->directio; in ngx_http_flv_handler()
242 b->file->directio = of.is_directio; in ngx_http_flv_handler()
H A Dngx_http_static_module.c92 of.directio = clcf->directio; in ngx_http_static_handler()
263 b->file->directio = of.is_directio; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c146 of.directio = clcf->directio; in ngx_http_gzip_static_handler()
277 b->file->directio = of.is_directio; in ngx_http_gzip_static_handler()
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_flv_module.c107 of.directio = clcf->directio; in ngx_http_flv_handler()
242 b->file->directio = of.is_directio; in ngx_http_flv_handler()
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/modules/
H A Dngx_http_flv_module.c107 of.directio = clcf->directio; in ngx_http_flv_handler()
242 b->file->directio = of.is_directio; in ngx_http_flv_handler()
H A Dngx_http_gzip_static_module.c146 of.directio = clcf->directio; in ngx_http_gzip_static_handler()
277 b->file->directio = of.is_directio; in ngx_http_gzip_static_handler()
H A Dngx_http_static_module.c92 of.directio = clcf->directio; in ngx_http_static_handler()
263 b->file->directio = of.is_directio; in ngx_http_static_handler()
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_flv_module.c107 of.directio = clcf->directio; in ngx_http_flv_handler()
242 b->file->directio = of.is_directio; in ngx_http_flv_handler()
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_flv_module.c107 of.directio = clcf->directio; in ngx_http_flv_handler()
242 b->file->directio = of.is_directio; in ngx_http_flv_handler()

12345678910>>...25