Searched refs:new_s (Results 1 – 2 of 2) sorted by relevance
1460 struct assoc_array_shortcut *shortcut, *new_s; in assoc_array_gc() local1494 new_s = kmalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_gc()1496 if (!new_s) in assoc_array_gc()1498 pr_devel("dup shortcut %p -> %p\n", shortcut, new_s); in assoc_array_gc()1499 memcpy(new_s, shortcut, (sizeof(struct assoc_array_shortcut) + in assoc_array_gc()1501 new_s->back_pointer = new_parent; in assoc_array_gc()1502 new_s->parent_slot = shortcut->parent_slot; in assoc_array_gc()1503 *new_ptr_pp = new_parent = assoc_array_shortcut_to_ptr(new_s); in assoc_array_gc()1504 new_ptr_pp = &new_s->next_node; in assoc_array_gc()1624 new_s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_gc()[all …]
2413 struct comedi_subdevice *new_s; in comedi_write() local2432 new_s = comedi_file_write_subdevice(file); in comedi_write()2434 s == new_s && new_s->async == async && s->busy == file && in comedi_write()2549 struct comedi_subdevice *new_s; in comedi_read() local2568 new_s = comedi_file_read_subdevice(file); in comedi_read()2570 s == new_s && new_s->async == async && s->busy == file && in comedi_read()