Function report |
Source Code:lib\idr.c |
Create Date:2022-07-28 06:13:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dr_alloc_cyclic() - Allocate an ID cyclically.*@idr: IDR handle.*@ptr: Pointer to be associated with the new ID.*@start: The minimum ID (inclusive).*@end: The maximum ID (exclusive).*@gfp: Memory allocation flags.
Proto:int idr_alloc_cyclic(struct idr *idr, void *ptr, int start, int end, gfp_t gfp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct idr * | idr | |
void * | ptr | |
int | start | |
int | end | |
gfp_t | gfp |
134 | Return id |
Name | Describe |
---|---|
cgroup_init_root_id | |
bpf_map_alloc_id | |
bpf_prog_alloc_id | |
btf_alloc_id |
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 |