Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ptr_ring_consume_batched_any

Proto:static inline int ptr_ring_consume_batched_any(struct ptr_ring *r, void **array, int n)

Type:int

Parameter:

TypeParameterName
struct ptr_ring *r
void **array
intn
401  spin_lock_irqsave( & consumer_lock, flags)
402  ret = __ptr_ring_consume_batched(r, array, n)
403  spin_unlock_irqrestore( & consumer_lock, flags)
405  Return ret