Function report |
Source Code:lib\iov_iter.c |
Create Date:2022-07-28 06:24:07 |
Last Modify:2022-05-21 11:43:54 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dup_iter
Proto:const void *dup_iter(struct iov_iter *new, struct iov_iter *old, gfp_t flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct iov_iter * | new | |
struct iov_iter * | old | |
gfp_t | flags |
1634 | WARN_ON(1) |
1635 | Return NULL |
1637 | If Value for the false possibility is greater at compile time(iov_iter_is_discard(new)) Then Return NULL |
1639 | If iov_iter_is_bvec(new) Then Return bvec = kmemdup(bvec, nr_segs * sizeof(structbio_vec), flags) |
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 |