Searched refs:new_s (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/ |
| A D | assoc_array.c | 1492 new_s = kmalloc(struct_size(new_s, index_key, keylen), in assoc_array_gc() 1494 if (!new_s) in assoc_array_gc() 1497 memcpy(new_s, shortcut, struct_size(new_s, index_key, keylen)); in assoc_array_gc() 1501 new_ptr_pp = &new_s->next_node; in assoc_array_gc() 1626 new_s->back_pointer = NULL; in assoc_array_gc() 1627 new_s->parent_slot = 0; in assoc_array_gc() 1643 new_s->back_pointer = NULL; in assoc_array_gc() 1644 new_s->parent_slot = 0; in assoc_array_gc() 1651 new_s->parent_slot = slot; in assoc_array_gc() 1668 slot = new_s->parent_slot; in assoc_array_gc() [all …]
|
| /linux/drivers/infiniband/sw/siw/ |
| A D | siw_cm.c | 910 struct socket *new_s = NULL; in siw_accept_newconn() local 938 rv = kernel_accept(s, &new_s, O_NONBLOCK); in siw_accept_newconn() 946 new_cep->sock = new_s; in siw_accept_newconn() 948 new_s->sk->sk_user_data = new_cep; in siw_accept_newconn() 951 tcp_sock_set_nodelay(new_s->sk); in siw_accept_newconn() 963 if (atomic_read(&new_s->sk->sk_rmem_alloc)) { in siw_accept_newconn() 986 if (new_s) { in siw_accept_newconn() 987 siw_socket_disassoc(new_s); in siw_accept_newconn() 988 sock_release(new_s); in siw_accept_newconn()
|
| /linux/drivers/gpu/drm/atmel-hlcdc/ |
| A D | atmel_hlcdc_plane.c | 736 struct drm_plane_state *new_s = drm_atomic_get_new_plane_state(state, in atmel_hlcdc_plane_atomic_update() local 740 drm_plane_state_to_atmel_hlcdc_plane_state(new_s); in atmel_hlcdc_plane_atomic_update() 743 if (!new_s->crtc || !new_s->fb) in atmel_hlcdc_plane_atomic_update()
|
| /linux/drivers/comedi/ |
| A D | comedi_fops.c | 2563 struct comedi_subdevice *new_s; in comedi_write() local 2582 new_s = comedi_file_write_subdevice(file); in comedi_write() 2584 s == new_s && new_s->async == async && s->busy == file && in comedi_write() 2699 struct comedi_subdevice *new_s; in comedi_read() local 2718 new_s = comedi_file_read_subdevice(file); in comedi_read() 2720 s == new_s && new_s->async == async && s->busy == file && in comedi_read()
|
Completed in 18 milliseconds