Function report |
Source Code:lib\kfifo.c |
Create Date:2022-07-28 06:24:42 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kfifo_out_copy_r
Proto:static unsigned int kfifo_out_copy_r(struct __kfifo *fifo, void *buf, unsigned int len, size_t recsize, unsigned int *n)
Type:unsigned int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct __kfifo * | fifo | |
| void * | buf | |
| unsigned int | len | |
| size_t | recsize | |
| unsigned int * | n |
| 455 | n = __kfifo_peek_n internal helper function for determinate the length of* the next record in the fifo |
| 461 | Return len |
| Name | Describe |
|---|---|
| __kfifo_out_peek_r | |
| __kfifo_out_r |
| 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 |