函数逻辑报告 |
Source Code:include\linux\mm.h |
Create Date:2022-07-27 06:44:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kvmalloc_array
函数原型:static inline void *kvmalloc_array(size_t n, size_t size, gfp_t flags)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
size_t | n | |
size_t | size | |
gfp_t | flags |
670 | 如果此条件成立可能性小(为编译器优化)(check_mul_overflow(n, size, & bytes))则返回:NULL |
名称 | 描述 |
---|---|
get_pages_array | |
__alloc_bucket_spinlocks | Allocate an array of spinlocks to be accessed by a hash. Two arguments* indicate the number of elements to allocate in the array. max_size* gives the maximum number of elements to allocate. cpu_mult gives* the number of locks per CPU to allocate |
pidlist_array_load | Load a cgroup's pidarray with either procs' tgids or tasks' pids |
semctl_main | |
do_semtimedop | |
alloc_fdtable | |
io_sqe_buffer_register | |
kvcalloc | |
__ptr_ring_init_queue_alloc | Not all gfp_t flags (besides GFP_KERNEL) are allowed. See* documentation for vmalloc for which of them are legal. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |