Wait/wound mutex debugging: Slowpath testing

configname: CONFIG_DEBUG_WW_MUTEX_SLOWPATH

Linux Kernel Configuration
└─>Lock Debugging (spinlocks, mutexes, etc...)
└─>Wait/wound mutex debugging: Slowpath testing
In linux kernel since version 3.10 (release Date: 2013-06-30)  
This feature enables slowpath testing for w/w mutex users by
injecting additional -EDEADLK wound/backoff cases. Together with
the full mutex checks enabled with (CONFIG_PROVE_LOCKING) this
will test all possible w/w mutex interface abuse with the
exception of simply not acquiring all the required locks.