SkillAgentSearch skills...

Ringbuffer

a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform

Install / Use

/learn @dennis-musk/Ringbuffer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ringbuffer

a ring buffer like kfifo, work in linux kernel space and user space, and test on kernel 3.16 on x86, ARM platform.

Please note that the data in the buffer will keep there until they be read out. If the buffer is full, the data could not be put into any more, until a read action free some space.

View on GitHub
GitHub Stars40
CategoryDevelopment
Updated5mo ago
Forks29

Languages

C

Security Score

72/100

Audited on Oct 4, 2025

No findings