Lines Matching refs:assoc_array_shortcut
29 const struct assoc_array_shortcut *shortcut; in assoc_array_subtree_iterate()
162 struct assoc_array_shortcut *shortcut;
179 struct assoc_array_shortcut *shortcut; in assoc_array_walk()
350 struct assoc_array_shortcut *shortcut; in assoc_array_destroy_subtree()
483 struct assoc_array_shortcut *shortcut, *new_s0; in assoc_array_insert_into_terminal_node()
748 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_into_terminal_node()
799 struct assoc_array_shortcut *shortcut, *new_s0, *new_s1; in assoc_array_insert_mid_shortcut()
854 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
904 new_s1 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
1190 struct assoc_array_shortcut *s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_delete()
1240 struct assoc_array_shortcut *s = in assoc_array_delete()
1323 struct assoc_array_shortcut *s = in assoc_array_rcu_cleanup()
1349 struct assoc_array_shortcut *shortcut; in assoc_array_apply_edit()
1460 struct assoc_array_shortcut *shortcut, *new_s; in assoc_array_gc()
1494 new_s = kmalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_gc()
1499 memcpy(new_s, shortcut, (sizeof(struct assoc_array_shortcut) + in assoc_array_gc()
1561 struct assoc_array_shortcut *s; in assoc_array_gc()
1637 struct assoc_array_shortcut *s = in assoc_array_gc()