Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\assoc_array_priv.h Create Date:2022-07-28 06:54:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:assoc_array_ptr_to_node

Proto:static inline struct assoc_array_node *assoc_array_ptr_to_node(const struct assoc_array_ptr *x)

Type:struct assoc_array_node

Parameter:

TypeParameterName
const struct assoc_array_ptr *x
146  Return __assoc_array_ptr_to_meta(x)
Caller
NameDescribe
assoc_array_subtree_iterateIterate over an associative array. The caller must hold the RCU read lock* or better.
assoc_array_walkNavigate through the internal tree looking for the closest node to the key.
assoc_array_destroy_subtreeDestructively iterate over an associative array. The caller must prevent* other simultaneous accesses.
assoc_array_insert_into_terminal_nodeHandle insertion into a terminal node.
assoc_array_insert_mid_shortcutHandle insertion into the middle of a shortcut.
assoc_array_deleteassoc_array_delete - Script deletion of an object from an associative array*@array: The array to search.*@ops: The operations to use.*@index_key: The key to the object.* Precalculate and preallocate a script for the deletion of an object from an
assoc_array_rcu_cleanup
assoc_array_apply_editassoc_array_apply_edit - Apply an edit script to an associative array*@edit: The script to apply.* Apply an edit script to an associative array to effect an insertion,* deletion or clearance. As the edit script includes preallocated memory,
assoc_array_cancel_editassoc_array_cancel_edit - Discard an edit script
assoc_array_gcassoc_array_gc - Garbage collect an associative array
search_nested_keyringsSearch a tree of keyrings that point to other keyrings up to the maximum* depth.