Searched refs:new_s (Results 1 – 2 of 2) sorted by relevance
1490 struct assoc_array_shortcut *shortcut, *new_s; in assoc_array_gc() local1524 new_s = kmalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_gc()1526 if (!new_s) in assoc_array_gc()1528 pr_devel("dup shortcut %p -> %p\n", shortcut, new_s); in assoc_array_gc()1529 memcpy(new_s, shortcut, (sizeof(struct assoc_array_shortcut) + in assoc_array_gc()1531 new_s->back_pointer = new_parent; in assoc_array_gc()1532 new_s->parent_slot = shortcut->parent_slot; in assoc_array_gc()1533 *new_ptr_pp = new_parent = assoc_array_shortcut_to_ptr(new_s); in assoc_array_gc()1534 new_ptr_pp = &new_s->next_node; in assoc_array_gc()1654 new_s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_gc()[all …]
2319 struct comedi_subdevice *new_s; in comedi_write() local2345 new_s = comedi_file_write_subdevice(file); in comedi_write()2348 s == new_s && new_s->async == async) in comedi_write()2520 struct comedi_subdevice *new_s; in comedi_read() local2536 new_s = comedi_file_read_subdevice(file); in comedi_read()2538 s == new_s && new_s->async == async) { in comedi_read()