Home
last modified time | relevance | path

Searched refs:PF_MUTEX_TESTER (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/locking/
Drtmutex_common.h29 if (!(current->flags & PF_MUTEX_TESTER)) \
Drtmutex-tester.c238 current->flags |= PF_MUTEX_TESTER; in test_func()
/linux-4.1.27/include/linux/
Dsched.h1990 #define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex tester */ macro