new_s             910 drivers/infiniband/sw/siw/siw_cm.c 	struct socket *new_s = NULL;
new_s             938 drivers/infiniband/sw/siw/siw_cm.c 	rv = kernel_accept(s, &new_s, O_NONBLOCK);
new_s             946 drivers/infiniband/sw/siw/siw_cm.c 	new_cep->sock = new_s;
new_s             948 drivers/infiniband/sw/siw/siw_cm.c 	new_s->sk->sk_user_data = new_cep;
new_s             953 drivers/infiniband/sw/siw/siw_cm.c 		rv = kernel_setsockopt(new_s, SOL_TCP, TCP_NODELAY,
new_s             971 drivers/infiniband/sw/siw/siw_cm.c 	if (atomic_read(&new_s->sk->sk_rmem_alloc)) {
new_s             994 drivers/infiniband/sw/siw/siw_cm.c 	if (new_s) {
new_s             995 drivers/infiniband/sw/siw/siw_cm.c 		siw_socket_disassoc(new_s);
new_s             996 drivers/infiniband/sw/siw/siw_cm.c 		sock_release(new_s);
new_s            2544 drivers/staging/comedi/comedi_fops.c 		struct comedi_subdevice *new_s;
new_s            2563 drivers/staging/comedi/comedi_fops.c 		new_s = comedi_file_write_subdevice(file);
new_s            2565 drivers/staging/comedi/comedi_fops.c 		    s == new_s && new_s->async == async && s->busy == file &&
new_s            2680 drivers/staging/comedi/comedi_fops.c 		struct comedi_subdevice *new_s;
new_s            2699 drivers/staging/comedi/comedi_fops.c 		new_s = comedi_file_read_subdevice(file);
new_s            2701 drivers/staging/comedi/comedi_fops.c 		    s == new_s && new_s->async == async && s->busy == file &&
new_s            1459 lib/assoc_array.c 	struct assoc_array_shortcut *shortcut, *new_s;
new_s            1493 lib/assoc_array.c 		new_s = kmalloc(sizeof(struct assoc_array_shortcut) +
new_s            1495 lib/assoc_array.c 		if (!new_s)
new_s            1497 lib/assoc_array.c 		pr_devel("dup shortcut %p -> %p\n", shortcut, new_s);
new_s            1498 lib/assoc_array.c 		memcpy(new_s, shortcut, (sizeof(struct assoc_array_shortcut) +
new_s            1500 lib/assoc_array.c 		new_s->back_pointer = new_parent;
new_s            1501 lib/assoc_array.c 		new_s->parent_slot = shortcut->parent_slot;
new_s            1502 lib/assoc_array.c 		*new_ptr_pp = new_parent = assoc_array_shortcut_to_ptr(new_s);
new_s            1503 lib/assoc_array.c 		new_ptr_pp = &new_s->next_node;
new_s            1623 lib/assoc_array.c 			new_s = assoc_array_ptr_to_shortcut(ptr);
new_s            1628 lib/assoc_array.c 				new_s->back_pointer = NULL;
new_s            1629 lib/assoc_array.c 				new_s->parent_slot = 0;
new_s            1641 lib/assoc_array.c 				new_parent = new_s->back_pointer = s->back_pointer;
new_s            1642 lib/assoc_array.c 				slot = new_s->parent_slot = s->parent_slot;
new_s            1645 lib/assoc_array.c 					new_s->back_pointer = NULL;
new_s            1646 lib/assoc_array.c 					new_s->parent_slot = 0;
new_s            1652 lib/assoc_array.c 			new_s->back_pointer = new_parent;
new_s            1653 lib/assoc_array.c 			new_s->parent_slot = slot;
new_s            1668 lib/assoc_array.c 		new_s = assoc_array_ptr_to_shortcut(ptr);
new_s            1669 lib/assoc_array.c 		new_parent = new_s->back_pointer;
new_s            1670 lib/assoc_array.c 		slot = new_s->parent_slot;
new_s            1678 lib/assoc_array.c 			kfree(new_s);