Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\rtmutex.h Create Date:2022-07-28 09:51:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:debug_rt_mutex_detect_deadlock

Proto:static inline bool debug_rt_mutex_detect_deadlock(struct rt_mutex_waiter *w, enum rtmutex_chainwalk walk)

Type:bool

Parameter:

TypeParameterName
struct rt_mutex_waiter *w
enum rtmutex_chainwalkwalk
34  Return walk == Invoke deadlock detection with a full
Caller
NameDescribe
rt_mutex_cond_detect_deadlockDeadlock detection is conditional:* If CONFIG_DEBUG_RT_MUTEXES=n, deadlock detection is only conducted* if the detect argument is == RT_MUTEX_FULL_CHAINWALK.* If CONFIG_DEBUG_RT_MUTEXES=y, deadlock detection is always