repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/qaic: Add AIC200 support
[drm/drm-misc.git]
/
tools
/
testing
/
selftests
/
damon
/
debugfs_huge_count_read_write.sh
blob
922cadac2950682448aa77145a0ec5efdda20751
1
#!/bin/bash
2
# SPDX-License-Identifier: GPL-2.0
3
4
source
_debugfs_common.sh
5
6
# Test huge count read write
7
# ==========================
8
9
dmesg
-C
10
11
for
file
in
"
$DBGFS
/"
*
12
do
13
.
/
huge_count_read_write
"
$file
"
14
done
15
16
if
dmesg |
grep
-q
WARNING
17
then
18
dmesg
19
exit
1
20
else
21
exit
0
22
fi