X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Flocking%2Flocktorture.txt;h=a2ef3a929bf189bb43f7425f8e5e8a5564d23833;hb=0fcb9d21b4e18ede3727b8905e74acd0d1daef56;hp=619f2bb136a545f1932609f3b93b898145f6a5cc;hpb=3d0f8536cd24079a68a53266517f6ab85d7d6f5b;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/locking/locktorture.txt b/Documentation/locking/locktorture.txt index 619f2bb136a5..a2ef3a929bf1 100644 --- a/Documentation/locking/locktorture.txt +++ b/Documentation/locking/locktorture.txt @@ -52,6 +52,9 @@ torture_type Type of lock to torture. By default, only spinlocks will o "mutex_lock": mutex_lock() and mutex_unlock() pairs. + o "rtmutex_lock": rtmutex_lock() and rtmutex_unlock() + pairs. Kernel must have CONFIG_RT_MUTEX=y. + o "rwsem_lock": read/write down() and up() semaphore pairs. torture_runnable Start locktorture at boot time in the case where the