Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dassoc_array_priv.h67 struct assoc_array_shortcut { struct
153 struct assoc_array_shortcut *assoc_array_ptr_to_shortcut(const struct assoc_array_ptr *x) in assoc_array_ptr_to_shortcut()
155 return (struct assoc_array_shortcut *)__assoc_array_ptr_to_meta(x); in assoc_array_ptr_to_shortcut()
175 struct assoc_array_ptr *assoc_array_shortcut_to_ptr(const struct assoc_array_shortcut *p) in assoc_array_shortcut_to_ptr()
/linux-4.4.14/lib/
Dassoc_array.c29 const struct assoc_array_shortcut *shortcut; in assoc_array_subtree_iterate()
170 struct assoc_array_shortcut *shortcut;
187 struct assoc_array_shortcut *shortcut; in assoc_array_walk()
363 struct assoc_array_shortcut *shortcut; in assoc_array_destroy_subtree()
496 struct assoc_array_shortcut *shortcut, *new_s0; in assoc_array_insert_into_terminal_node()
778 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_into_terminal_node()
829 struct assoc_array_shortcut *shortcut, *new_s0, *new_s1; in assoc_array_insert_mid_shortcut()
884 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
934 new_s1 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
1220 struct assoc_array_shortcut *s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_delete()
[all …]
/linux-4.4.14/security/keys/
Dkeyring.c621 struct assoc_array_shortcut *shortcut; in search_nested_keyrings()