Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
wfg
/
vm-scalability
/
refs/heads/master
/
.
/
case-msync
blob: a859802be11999a594e6c463dfcb66dbccf54c80 [
file
] [
log
] [
blame
]
#!/bin/sh
.
./
hw_vars
SIZE
=
$
((
mem
/
nr_task
/
2
))
for
i
in
`seq $nr_task`
do
create_sparse_file $SPARSE_FILE
-
$i $mem
$USEMEM
-
S
-
f $SPARSE_FILE
-
$i
-
F
--
prealloc
--
open
-
rw $SIZE
&
done
wait
rm $SPARSE_FILE
-*