Lines Matching +full:elm +full:- +full:id
29 # umount -f test scenario
34 # panic: Bad link elm 0xfffff800b384e828 next->prev != elm
38 # Fixed in r268605 - r268617 and r268766.
40 [ $((`sysctl -n hw.usermem` / 1024 / 1024 / 1024)) -lt 6 ] && exit 0
41 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
71 [ -d $mp ] || mkdir -p $mp
72 mount | grep $mp | grep -q tmpfs && umount -f $mp
73 mount -o size=2g -t tmpfs tmpfs $mp
77 su $testuser -c 'cd ..; ./testcases/run/run $TESTPROGS' > \
80 daemon sh -c '(cd ../testcases/swap; ./swap -t 5m -i 20 -h -l 100)' > \
87 while mount | grep "$mp " | grep -q tmpfs; do
88 umount -f $mp || sleep 1
92 while pgrep -q swap; do
93 pkill -9 swap