Function report |
Source Code:include\linux\ptr_ring.h |
Create Date:2022-07-28 13:23:17 |
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_swap_queue
Proto:static inline void **__ptr_ring_swap_queue(struct ptr_ring *r, void **queue, int size, gfp_t gfp, void (*destroy)(void *))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct ptr_ring * | r | |
void ** | queue | |
int | size | |
gfp_t | gfp | |
void (* | destroy |
561 | producer = 0 |
565 | When ptr = __ptr_ring_consume(r) cycle |
573 | __ptr_ring_set_size(r, size) |
575 | consumer_head = 0 |
576 | next entry to invalidate = 0 |
580 | Return old |
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 |