Home
last modified time | relevance | path

Searched refs:assoc_array_shortcut (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dassoc_array_priv.h63 struct assoc_array_shortcut { struct
149 struct assoc_array_shortcut *assoc_array_ptr_to_shortcut(const struct assoc_array_ptr *x) in assoc_array_ptr_to_shortcut()
151 return (struct assoc_array_shortcut *)__assoc_array_ptr_to_meta(x); in assoc_array_ptr_to_shortcut()
171 struct assoc_array_ptr *assoc_array_shortcut_to_ptr(const struct assoc_array_shortcut *p) in assoc_array_shortcut_to_ptr()
/kernel/linux/linux-5.10/lib/
Dassoc_array.c25 const struct assoc_array_shortcut *shortcut; in assoc_array_subtree_iterate()
158 struct assoc_array_shortcut *shortcut;
175 struct assoc_array_shortcut *shortcut; in assoc_array_walk()
346 struct assoc_array_shortcut *shortcut; in assoc_array_destroy_subtree()
479 struct assoc_array_shortcut *shortcut, *new_s0; in assoc_array_insert_into_terminal_node()
744 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_into_terminal_node()
797 struct assoc_array_shortcut *shortcut, *new_s0, *new_s1; in assoc_array_insert_mid_shortcut()
852 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
902 new_s1 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
1189 struct assoc_array_shortcut *s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_delete()
[all …]
/kernel/linux/linux-5.10/security/keys/
Dkeyring.c672 struct assoc_array_shortcut *shortcut; in search_nested_keyrings()