Searched refs:new_s (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | assoc_array.c | 1459 struct assoc_array_shortcut *shortcut, *new_s; in assoc_array_gc() local 1494 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() 1631 new_s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_gc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_cm.c | 911 struct socket *new_s = NULL; in siw_accept_newconn() local 939 rv = kernel_accept(s, &new_s, O_NONBLOCK); in siw_accept_newconn() 947 new_cep->sock = new_s; in siw_accept_newconn() 949 new_s->sk->sk_user_data = new_cep; in siw_accept_newconn() 952 tcp_sock_set_nodelay(new_s->sk); in siw_accept_newconn() 964 if (atomic_read(&new_s->sk->sk_rmem_alloc)) { in siw_accept_newconn() 988 if (new_s) { in siw_accept_newconn() 989 siw_socket_disassoc(new_s); in siw_accept_newconn() 990 sock_release(new_s); in siw_accept_newconn()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1049 new_s = s 1053 new_s = new_s.replace('${BPN}', bpn) 1054 new_s = new_s.replace('${PN}', bpn) 1055 new_s = new_s.replace('${BP}', '%s-${PV}' % bpn) 1060 new_s = new_s.replace('${PV}', pv) 1061 new_s = new_s.replace('${BP}', '${BPN}-%s' % pv) 1065 if new_s != s: 1066 patchfields['S'] = new_s
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/ |
| H 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()
|