Function report |
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 activity | Download SCCT | Chinese |
Name:sk_mem_uncharge
Proto:static inline void sk_mem_uncharge(struct sock *sk, int size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sock * | sk | |
int | size |
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) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |