Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\sbitmap.c Create Date:2022-07-28 07:22:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:emit_byte

Proto:static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
unsigned intoffset
u8byte
276  If (offset & 0xf) == 0 Then
277  If offset != 0 Then seq_putc(m, '\n')
279  seq_printf(m, "%08x:", offset)
281  If (offset & 0x1) == 0 Then seq_putc(m, ' ')
283  seq_printf(m, "%02x", byte)
Caller
NameDescribe
sbitmap_bitmap_show