Function report |
Source Code:include\linux\assoc_array_priv.h |
Create Date:2022-07-28 06:54:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:assoc_array_ptr_is_shortcut
Proto:static inline bool assoc_array_ptr_is_shortcut(const struct assoc_array_ptr *x)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct assoc_array_ptr * | x |
125 | Return x & ASSOC_ARRAY_PTR_SUBTYPE_MASK |
Name | Describe |
---|---|
assoc_array_subtree_iterate | Iterate over an associative array. The caller must hold the RCU read lock* or better. |
assoc_array_walk | Navigate through the internal tree looking for the closest node to the key. |
assoc_array_destroy_subtree | Destructively iterate over an associative array. The caller must prevent* other simultaneous accesses. |
assoc_array_delete | assoc_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_apply_edit | assoc_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_gc | assoc_array_gc - Garbage collect an associative array |
search_nested_keyrings | Search a tree of keyrings that point to other keyrings up to the maximum* depth. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |