Function report |
Source Code:include\linux\ptr_ring.h |
Create Date:2022-07-28 13:23:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ptr_ring_consume_batched_irq
Proto:static inline int ptr_ring_consume_batched_irq(struct ptr_ring *r, void **array, int n)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct ptr_ring * | r | |
void ** | array | |
int | n |
388 | spin_lock_irq( & consumer_lock) |
389 | ret = __ptr_ring_consume_batched(r, array, n) |
390 | spin_unlock_irq( & consumer_lock) |
392 | Return ret |
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 |