函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slub.c Create Date:2022-07-27 17:21:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:slab_free_freelist_hook

函数原型:static inline bool slab_free_freelist_hook(struct kmem_cache *s, void **head, void **tail)

返回类型:bool

参数:

类型参数名称
struct kmem_cache *s
void **head
void **tail
1433  next等于head
1434  old_tail等于如果tailtail否则head
1438  * head = NULL
1439  * tail = NULL
1441  循环
1442  object等于next
1443  next等于get_freepointer(s, object)
1445  如果slab_want_init_on_free(s)则
1458  如果非slab_free_hook(s, object)则
1461  head等于object
1462  如果非tailtail等于object
1465 object不等于old_tail循环
1467  如果head恒等于tail则 * tail = NULL
1470  返回: * head != NULL
调用者
名称描述
slab_free