Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lock_sock_fast - complement of lock_sock_fast*@sk: socket*@slow: slow mode* fast unlock socket for user context.* If slow mode is on, we call regular release_sock()

Proto:static inline void unlock_sock_fast(struct sock *sk, bool slow)

Type:void

Parameter:

TypeParameterName
struct sock *sk
boolslow
1555  If slow Then release_sock(sk)
1557  Else spin_unlock_bh( & slock)