Home
last modified time | relevance | path

Searched refs:nt (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/net/
A Dnetconsole.c176 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in alloc_param_target()
177 if (!nt) in alloc_param_target()
202 return nt; in alloc_param_target()
205 kfree(nt); in alloc_param_target()
213 kfree(nt); in free_param_target()
276 if (nt->np.ipv6) in local_ip_show()
286 if (nt->np.ipv6) in remote_ip_show()
628 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in make_netconsole_target()
629 if (!nt) in make_netconsole_target()
831 if (nt->extended && nt->enabled && netif_running(nt->np.dev)) in write_ext_msg()
[all …]
A Dnlmon.c32 struct netlink_tap nt; member
39 nlmon->nt.dev = dev; in nlmon_open()
40 nlmon->nt.module = THIS_MODULE; in nlmon_open()
41 return netlink_add_tap(&nlmon->nt); in nlmon_open()
48 return netlink_remove_tap(&nlmon->nt); in nlmon_close()
/linux/drivers/gpu/drm/panel/
A Dpanel-novatek-nt35510.c471 nt->conf->avdd); in nt35510_setup_power()
481 nt->conf->avee); in nt35510_setup_power()
491 nt->conf->vgh); in nt35510_setup_power()
506 nt->conf->vgl); in nt35510_setup_power()
516 nt->conf->vgp); in nt35510_setup_power()
521 nt->conf->vgn); in nt35510_setup_power()
678 ret = regulator_bulk_enable(ARRAY_SIZE(nt->supplies), nt->supplies); in nt35510_power_on()
771 ret = regulator_bulk_disable(ARRAY_SIZE(nt->supplies), nt->supplies); in nt35510_power_off()
879 if (!nt) in nt35510_probe()
882 nt->dev = dev; in nt35510_probe()
[all …]
/linux/drivers/ntb/
A Dntb_transport.c272 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument
788 ntb_peer_db_set(nt->ndev, nt->msi_db_mask); in ntb_transport_msi_desc_changed()
974 qp_bitmap_alloc = nt->qp_bitmap & ~nt->qp_bitmap_free; in ntb_transport_link_cleanup()
1269 nt = kzalloc_node(sizeof(*nt), GFP_KERNEL, node); in ntb_transport_probe()
1270 if (!nt) in ntb_transport_probe()
1300 nt->msi_spad_offset = nt->mw_count * 2 + MW0_SZ_HIGH; in ntb_transport_probe()
1397 kfree(nt); in ntb_transport_probe()
1434 kfree(nt); in ntb_transport_free()
2432 if (ntb_db_read(nt->ndev) & nt->msi_db_mask) { in ntb_transport_doorbell_callback()
2434 ntb_db_clear(nt->ndev, nt->msi_db_mask); in ntb_transport_doorbell_callback()
[all …]
/linux/net/tipc/
A Dname_distr.c98 struct name_table *nt = tipc_name_table(net); in tipc_named_publish() local
106 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
108 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
132 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
134 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
224 nt->rc_dests++; in tipc_named_node_up()
225 seqno = nt->snd_nxt; in tipc_named_node_up()
228 read_lock_bh(&nt->cluster_scope_lock); in tipc_named_node_up()
231 read_unlock_bh(&nt->cluster_scope_lock); in tipc_named_node_up()
272 nt->rc_dests--; in tipc_publ_notify()
[all …]
A Dname_table.c778 nt->local_publ_count++; in tipc_nametbl_publish()
781 rc_dests = nt->rc_dests; in tipc_nametbl_publish()
811 nt->local_publ_count--; in tipc_nametbl_withdraw()
816 rc_dests = nt->rc_dests; in tipc_nametbl_withdraw()
888 struct name_table *nt; in tipc_nametbl_init() local
891 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in tipc_nametbl_init()
892 if (!nt) in tipc_nametbl_init()
898 INIT_LIST_HEAD(&nt->node_scope); in tipc_nametbl_init()
901 tn->nametbl = nt; in tipc_nametbl_init()
945 service_head = &nt->services[i]; in tipc_nametbl_stop()
[all …]
/linux/arch/hexagon/lib/
A Dmemset.S159 if (r2==#0) jump:nt .L1
164 if (p0.new) jump:nt .L3
179 if (!p0.new) jump:nt .L8
191 if (!p0.new) jump:nt .L10
197 if (p0.new) jump:nt .L1
202 if (!p0.new) jump:nt .L12
208 if (p0.new) jump:nt .L1
216 if (r3==#0) jump:nt .L17
222 if (r3==#0) jump:nt .L17
228 if (r3==#0) jump:nt .L17
[all …]
A Dmemcpy_likely_aligned.S16 if (!p0) jump:nt .Lmemcpy_call
22 if (p0) jump:nt .Lmemcpy_call
/linux/Documentation/usb/
A Dlinux-cdc-acm.inf28 [DriverInstall.nt]
30 CopyFiles=DriverCopyFiles.nt
31 AddReg=DriverInstall.nt.AddReg
33 [DriverCopyFiles.nt]
36 [DriverInstall.nt.AddReg]
41 [DriverInstall.nt.Services]
42 AddService=usbser, 0x00000002, DriverService.nt
44 [DriverService.nt]
/linux/arch/hexagon/mm/
A Dcopy_user_template.S20 if (!p0.new) jump:nt .Ldone
27 if (!p0.new) jump:nt .Loop_not_aligned_8
53 if (p0.new) jump:nt .Lalign
57 if (!p0.new) jump:nt .Loop_not_aligned_4
83 if (!p0.new) jump:nt .Loop_not_aligned
126 if (p0.new) jump:nt .Loop_not_aligned
/linux/tools/perf/util/
A Dthread_map.c183 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
213 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
214 if (nt == NULL) in thread_map__new_by_pid_str()
217 threads = nt; in thread_map__new_by_pid_str()
245 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
272 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
274 if (nt == NULL) in thread_map__new_by_tid_str()
277 threads = nt; in thread_map__new_by_tid_str()
/linux/net/ipv6/
A Dip6_gre.c349 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
374 nt = netdev_priv(dev); in ip6gre_tunnel_locate()
375 nt->parms = *parms; in ip6gre_tunnel_locate()
378 nt->dev = dev; in ip6gre_tunnel_locate()
379 nt->net = dev_net(dev); in ip6gre_tunnel_locate()
391 return nt; in ip6gre_tunnel_locate()
1965 struct ip6_tnl *nt; in ip6gre_newlink_common() local
1969 nt = netdev_priv(dev); in ip6gre_newlink_common()
1981 nt->dev = dev; in ip6gre_newlink_common()
1982 nt->net = dev_net(dev); in ip6gre_newlink_common()
[all …]
A Dsit.c233 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local
268 nt = netdev_priv(dev); in ipip6_tunnel_locate()
270 nt->parms = *parms; in ipip6_tunnel_locate()
277 return nt; in ipip6_tunnel_locate()
1621 struct ip_tunnel *nt; in ipip6_newlink() local
1628 nt = netdev_priv(dev); in ipip6_newlink()
1631 err = ip_tunnel_encap_setup(nt, &ipencap); in ipip6_newlink()
1636 ipip6_netlink_parms(data, &nt->parms, &nt->fwmark); in ipip6_newlink()
1638 if (ipip6_tunnel_locate(net, &nt->parms, 0)) in ipip6_newlink()
1655 err = ipip6_tunnel_update_6rd(nt, &ip6rd); in ipip6_newlink()
/linux/tools/testing/selftests/rcutorture/bin/
A Dfunctions.sh305 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/linux/Documentation/devicetree/bindings/display/panel/
A Dkingdisplay,kd035g6-54nt.yaml4 $id: http://devicetree.org/schemas/display/panel/kingdisplay,kd035g6-54nt.yaml#
21 const: kingdisplay,kd035g6-54nt
45 compatible = "kingdisplay,kd035g6-54nt";
/linux/drivers/mtd/ubi/
A Dgluebi.c447 struct ubi_notification *nt = ns_ptr; in gluebi_notify() local
451 gluebi_create(&nt->di, &nt->vi); in gluebi_notify()
454 gluebi_remove(&nt->vi); in gluebi_notify()
457 gluebi_resized(&nt->vi); in gluebi_notify()
460 gluebi_updated(&nt->vi); in gluebi_notify()
A Dblock.c568 struct ubi_notification *nt = ns_ptr; in ubiblock_notify() local
578 ubiblock_remove(&nt->vi); in ubiblock_notify()
581 ubiblock_resize(&nt->vi); in ubiblock_notify()
588 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
589 ubiblock_resize(&nt->vi); in ubiblock_notify()
A Dbuild.c158 struct ubi_notification nt; in ubi_volume_notify() local
160 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify()
161 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify()
173 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
189 struct ubi_notification nt; in ubi_notify_all() local
192 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all()
204 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all()
206 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
209 &nt); in ubi_notify_all()
/linux/net/ipv4/
A Dip_tunnel.c332 struct ip_tunnel *nt; in ip_tunnel_create() local
347 nt = netdev_priv(dev); in ip_tunnel_create()
354 ip_tunnel_add(itn, nt); in ip_tunnel_create()
355 return nt; in ip_tunnel_create()
1131 struct ip_tunnel *nt; in ip_tunnel_newlink() local
1137 nt = netdev_priv(dev); in ip_tunnel_newlink()
1140 if (nt->collect_md) { in ip_tunnel_newlink()
1148 nt->net = net; in ip_tunnel_newlink()
1149 nt->parms = *p; in ip_tunnel_newlink()
1150 nt->fwmark = fwmark; in ip_tunnel_newlink()
[all …]
/linux/lib/zlib_dfltcc/
A Ddfltcc_inflate.c42 return !param->nt; in dfltcc_was_inflate_used()
127 param->nt = 0; /* Honor history for the first block */ in dfltcc_inflate()
/linux/drivers/misc/
A Dtifm_core.c21 static const char *tifm_media_type_name(unsigned char type, unsigned char nt) in tifm_media_type_name() argument
29 if (nt > 2 || type < 1 || type > 3) in tifm_media_type_name()
31 return card_type_name[nt][type - 1]; in tifm_media_type_name()
/linux/drivers/s390/char/
A Dtape_char.c69 device->nt = register_tape_dev( in tapechar_setup_device()
93 unregister_tape_dev(&device->cdev->dev, device->nt); in tapechar_cleanup_device()
94 device->nt = NULL; in tapechar_cleanup_device()
/linux/net/switchdev/
A Dswitchdev.c101 static int switchdev_port_attr_notify(enum switchdev_notifier_type nt, in switchdev_port_attr_notify() argument
114 rc = call_switchdev_blocking_notifiers(nt, dev, in switchdev_port_attr_notify()
193 static int switchdev_port_obj_notify(enum switchdev_notifier_type nt, in switchdev_port_obj_notify() argument
206 rc = call_switchdev_blocking_notifiers(nt, dev, &obj_info.info, extack); in switchdev_port_obj_notify()
/linux/fs/ntfs/
A Dinode.c2946 sle64 nt; in __ntfs_write_inode() local
2987 nt = utc2ntfs(vi->i_mtime); in __ntfs_write_inode()
2992 (long long)sle64_to_cpu(nt)); in __ntfs_write_inode()
2993 si->last_data_change_time = nt; in __ntfs_write_inode()
2996 nt = utc2ntfs(vi->i_ctime); in __ntfs_write_inode()
3001 (long long)sle64_to_cpu(nt)); in __ntfs_write_inode()
3002 si->last_mft_change_time = nt; in __ntfs_write_inode()
3005 nt = utc2ntfs(vi->i_atime); in __ntfs_write_inode()
3006 if (si->last_access_time != nt) { in __ntfs_write_inode()
3010 (long long)sle64_to_cpu(nt)); in __ntfs_write_inode()
[all …]
/linux/net/netlink/
A Daf_netlink.c188 int netlink_add_tap(struct netlink_tap *nt) in netlink_add_tap() argument
190 struct net *net = dev_net(nt->dev); in netlink_add_tap()
193 if (unlikely(nt->dev->type != ARPHRD_NETLINK)) in netlink_add_tap()
197 list_add_rcu(&nt->list, &nn->netlink_tap_all); in netlink_add_tap()
200 __module_get(nt->module); in netlink_add_tap()
208 struct net *net = dev_net(nt->dev); in __netlink_remove_tap()
216 if (nt == tmp) { in __netlink_remove_tap()
217 list_del_rcu(&nt->list); in __netlink_remove_tap()
228 module_put(nt->module); in __netlink_remove_tap()
233 int netlink_remove_tap(struct netlink_tap *nt) in netlink_remove_tap() argument
[all …]

Completed in 79 milliseconds

123