OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ww_mutex
(Results
1 - 2
of
2
) sorted by null
/external/linux-kselftest/tools/testing/selftests/locking/
ww_mutex.sh
7
# Runs API tests for struct
ww_mutex
(Wait/Wound mutexes)
8
if ! /sbin/modprobe -q -n test-
ww_mutex
; then
9
echo "
ww_mutex
: module test-
ww_mutex
is not found [SKIP]"
13
if /sbin/modprobe -q test-
ww_mutex
; then
14
/sbin/modprobe -q -r test-
ww_mutex
15
echo "locking/
ww_mutex
: ok"
17
echo "locking/
ww_mutex
: [FAIL]"
Makefile
8
TEST_PROGS :=
ww_mutex
.sh
Completed in 179 milliseconds