函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slab.c Create Date:2022-07-27 17:17:11
Last Modify:2022-05-23 17:02:55 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__alloc_alien_cache

函数原型:static struct alien_cache *__alloc_alien_cache(int node, int entries, int batch, gfp_t gfp)

返回类型:struct alien_cache

参数:

类型参数名称
intnode
intentries
intbatch
gfp_tgfp
684  memsize等于*的长度乘entriessizeof(structalien_cache)
685  struct alien_cache * alc = NULL
687  alc等于kmalloc_node(memsize, gfp, node)
688  如果alc
689  kmemleak_no_scan(alc)
690  init_arraycache( & ac, entries, batch)
691  spin_lock_init( & lock)
693  返回:alc
调用者
名称描述
alloc_alien_cache