Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sk_mem_uncharge

Proto:static inline void sk_mem_uncharge(struct sock *sk, int size)

Type:void

Parameter:

TypeParameterName
struct sock *sk
intsize
1460  If Not sk_has_account(sk) Then Return
1462  sk_forward_alloc += size
1471  If Value for the false possibility is greater at compile time(sk_forward_alloc >= 1 << 21) Then __sk_mem_reclaim(sk, 1 << 20)