Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:How much buffer is left on the seq_buf?

Proto:static inline unsigned int seq_buf_buffer_left(struct seq_buf *s)

Type:unsigned int

Parameter:

TypeParameterName
struct seq_buf *s
62  If seq_buf have a buffer that might overflow. When this happens* the len and size are set to be equal. Then Return 0
65  Return size - len