Searched refs:new_s (Results 1 – 1 of 1) sorted by relevance
1459 struct assoc_array_shortcut *shortcut, *new_s; in assoc_array_gc() local1493 new_s = kmalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_gc()1495 if (!new_s) in assoc_array_gc()1497 pr_devel("dup shortcut %p -> %p\n", shortcut, new_s); in assoc_array_gc()1498 memcpy(new_s, shortcut, (sizeof(struct assoc_array_shortcut) + in assoc_array_gc()1500 new_s->back_pointer = new_parent; in assoc_array_gc()1501 new_s->parent_slot = shortcut->parent_slot; in assoc_array_gc()1502 *new_ptr_pp = new_parent = assoc_array_shortcut_to_ptr(new_s); in assoc_array_gc()1503 new_ptr_pp = &new_s->next_node; in assoc_array_gc()1623 new_s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_gc()[all …]