函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:assoc_array_destroy - Destroy an associative array*@array: The array to destroy.*@ops: The operations to use.* Discard all metadata and free all objects in an associative array. The* array will be empty and ready to use again upon completion. This function

函数原型:void assoc_array_destroy(struct assoc_array *array, const struct assoc_array_ops *ops)

返回类型:void

参数:

类型参数名称
struct assoc_array *array
const struct assoc_array_ops *ops
444  Destructively iterate over an associative array. The caller must prevent* other simultaneous accesses.
445  The node at the root of the tree = NULL
调用者
名称描述
keyring_destroy