Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\ww_mutex.h Create Date:2022-07-28 06:49:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ww_mutex_destroy - mark a w/w mutex unusable*@lock: the mutex to be destroyed* This function marks the mutex uninitialized, and any subsequent* use of the mutex is forbidden. The mutex must not be locked when* this function is called.

Proto:static inline void ww_mutex_destroy(struct ww_mutex *lock)

Type:void

Parameter:

TypeParameterName
struct ww_mutex *lock
358  mutex_destroy( & base)
Caller
NameDescribe
__test_cycle
stress