Lines Matching refs:assoc_array_shortcut
25 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()
1239 struct assoc_array_shortcut *s = in assoc_array_delete()
1322 struct assoc_array_shortcut *s = in assoc_array_rcu_cleanup()
1348 struct assoc_array_shortcut *shortcut; in assoc_array_apply_edit()
1459 struct assoc_array_shortcut *shortcut, *new_s; in assoc_array_gc()
1493 new_s = kmalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_gc()
1498 memcpy(new_s, shortcut, (sizeof(struct assoc_array_shortcut) + in assoc_array_gc()
1560 struct assoc_array_shortcut *s; in assoc_array_gc()
1636 struct assoc_array_shortcut *s = in assoc_array_gc()