Searched refs:new_s (Results 1 – 2 of 2) sorted by relevance
1457 struct assoc_array_shortcut *shortcut, *new_s; in assoc_array_gc() local1492 new_s = kmalloc_flex(*new_s, index_key, keylen); in assoc_array_gc()1493 if (!new_s) in assoc_array_gc()1495 pr_devel("dup shortcut %p -> %p\n", shortcut, new_s); in assoc_array_gc()1496 memcpy(new_s, shortcut, struct_size(new_s, index_key, keylen)); in assoc_array_gc()1497 new_s->back_pointer = new_parent; in assoc_array_gc()1498 new_s->parent_slot = shortcut->parent_slot; in assoc_array_gc()1499 *new_ptr_pp = new_parent = assoc_array_shortcut_to_ptr(new_s); in assoc_array_gc()1500 new_ptr_pp = &new_s->next_node; in assoc_array_gc()1627 new_s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_gc()[all …]
1269 struct comedi_subdevice *new_s = NULL; in do_bufinfo_ioctl() local1290 new_s = &dev->subdevices[bi.subdevice]; in do_bufinfo_ioctl()1291 if (s == new_s && new_s->async == async && s->busy == file && in do_bufinfo_ioctl()2800 struct comedi_subdevice *new_s; in comedi_write() local2819 new_s = comedi_file_write_subdevice(file); in comedi_write()2821 s == new_s && new_s->async == async && s->busy == file && in comedi_write()2927 struct comedi_subdevice *new_s; in comedi_read() local2946 new_s = comedi_file_read_subdevice(file); in comedi_read()2948 s == new_s && new_s->async == async && s->busy == file && in comedi_read()