函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:nested_table_free

函数原型:static void nested_table_free(union nested_table *ntbl, unsigned int size)

返回类型:void

参数:

类型参数名称
union nested_table *ntbl
unsigned intsize
68  shift等于PAGE_SHIFT determines the page size log2 - log base 2 of 32-bit or a 64-bit unsigned value*@n: parameter* constant-capable log of base 2 calculation* - this can be used to initialise global variables from constant data, hence* the massive ternary operator construction* selects the (*的长度)
69  len等于1左移shift
72  ntbl等于Dependency order vs. p above. (table)
73  如果非ntbl则返回
76  如果size大于len
77  size右移等于shift
78 i小于len循环nested_table_free(ntbl + i, size)
82  kfree(ntbl)
调用者
名称描述
nested_table_free
nested_bucket_table_free