Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/
Dnetconsole.c128 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument
130 if (config_item_name(&nt->item)) in netconsole_target_get()
131 config_item_get(&nt->item); in netconsole_target_get()
134 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument
136 if (config_item_name(&nt->item)) in netconsole_target_put()
137 config_item_put(&nt->item); in netconsole_target_put()
155 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument
159 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument
169 struct netconsole_target *nt; in alloc_param_target() local
175 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in alloc_param_target()
[all …]
Dnlmon.c37 struct netlink_tap nt; member
44 nlmon->nt.dev = dev; in nlmon_open()
45 nlmon->nt.module = THIS_MODULE; in nlmon_open()
46 return netlink_add_tap(&nlmon->nt); in nlmon_open()
53 return netlink_remove_tap(&nlmon->nt); in nlmon_close()
/Linux-v5.4/drivers/ntb/
Dntb_transport.c218 struct ntb_transport_ctx *nt; member
272 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument
328 static int ntb_bus_init(struct ntb_transport_ctx *nt) in ntb_bus_init() argument
330 list_add_tail(&nt->entry, &ntb_transport_list); in ntb_bus_init()
334 static void ntb_bus_remove(struct ntb_transport_ctx *nt) in ntb_bus_remove() argument
338 list_for_each_entry_safe(client_dev, cd, &nt->client_devs, entry) { in ntb_bus_remove()
345 list_del(&nt->entry); in ntb_bus_remove()
365 struct ntb_transport_ctx *nt; in ntb_transport_unregister_client_dev() local
367 list_for_each_entry(nt, &ntb_transport_list, entry) in ntb_transport_unregister_client_dev()
368 list_for_each_entry_safe(client, cd, &nt->client_devs, entry) in ntb_transport_unregister_client_dev()
[all …]
/Linux-v5.4/arch/hexagon/lib/
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
213 if (!p0.new) jump:nt .L14
216 if (r3==#0) jump:nt .L17
222 if (r3==#0) jump:nt .L17
[all …]
/Linux-v5.4/net/tipc/
Dname_distr.c89 struct name_table *nt = tipc_name_table(net); in tipc_named_publish() local
94 list_add_tail_rcu(&publ->binding_node, &nt->node_scope); in tipc_named_publish()
97 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
98 list_add_tail(&publ->binding_node, &nt->cluster_scope); in tipc_named_publish()
99 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
116 struct name_table *nt = tipc_name_table(net); in tipc_named_withdraw() local
120 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
122 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
190 struct name_table *nt = tipc_name_table(net); in tipc_named_node_up() local
195 read_lock_bh(&nt->cluster_scope_lock); in tipc_named_node_up()
[all …]
Dname_table.c324 struct name_table *nt = tipc_name_table(net); in tipc_service_find() local
328 service_head = &nt->services[hash(type)]; in tipc_service_find()
341 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_insert_publ() local
352 sc = tipc_service_create(type, &nt->services[hash(type)]); in tipc_nametbl_insert_publ()
614 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_publish() local
621 if (nt->local_publ_count >= TIPC_MAX_PUBL) { in tipc_nametbl_publish()
629 nt->local_publ_count++; in tipc_nametbl_publish()
646 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_withdraw() local
656 nt->local_publ_count--; in tipc_nametbl_withdraw()
678 struct name_table *nt = tipc_name_table(sub->net); in tipc_nametbl_subscribe() local
[all …]
/Linux-v5.4/Documentation/usb/
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-v5.4/arch/hexagon/mm/
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
Dstrnlen_user.S51 if (P0.new) jump:nt exit_found;
84 if (!P0.new) jump:nt exit_found;
96 if (P0.new) jump:nt exit_error; /* neverfound! */
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dfunctions.sh273 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/Linux-v5.4/tools/perf/util/
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-v5.4/net/ipv6/
Dip6_gre.c348 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
373 nt = netdev_priv(dev); in ip6gre_tunnel_locate()
374 nt->parms = *parms; in ip6gre_tunnel_locate()
377 nt->dev = dev; in ip6gre_tunnel_locate()
378 nt->net = dev_net(dev); in ip6gre_tunnel_locate()
383 ip6gre_tnl_link_config(nt, 1); in ip6gre_tunnel_locate()
386 if (!(nt->parms.o_flags & TUNNEL_SEQ)) in ip6gre_tunnel_locate()
390 ip6gre_tunnel_link(ign, nt); in ip6gre_tunnel_locate()
391 return nt; in ip6gre_tunnel_locate()
1414 struct ip6_tnl *nt = netdev_priv(dev); in ip6gre_tnl_init_features() local
[all …]
Dsit.c228 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local
263 nt = netdev_priv(dev); in ipip6_tunnel_locate()
265 nt->parms = *parms; in ipip6_tunnel_locate()
269 return nt; in ipip6_tunnel_locate()
1569 struct ip_tunnel *nt; in ipip6_newlink() local
1576 nt = netdev_priv(dev); in ipip6_newlink()
1579 err = ip_tunnel_encap_setup(nt, &ipencap); in ipip6_newlink()
1584 ipip6_netlink_parms(data, &nt->parms, &nt->fwmark); in ipip6_newlink()
1586 if (ipip6_tunnel_locate(net, &nt->parms, 0)) in ipip6_newlink()
1603 err = ipip6_tunnel_update_6rd(nt, &ip6rd); in ipip6_newlink()
/Linux-v5.4/drivers/mtd/ubi/
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()
Dbuild.c157 struct ubi_notification nt; in ubi_volume_notify() local
159 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify()
160 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify()
172 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
188 struct ubi_notification nt; in ubi_notify_all() local
191 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all()
203 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all()
205 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
208 &nt); in ubi_notify_all()
Dblock.c572 struct ubi_notification *nt = ns_ptr; in ubiblock_notify() local
582 ubiblock_remove(&nt->vi); in ubiblock_notify()
585 ubiblock_resize(&nt->vi); in ubiblock_notify()
592 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
593 ubiblock_resize(&nt->vi); in ubiblock_notify()
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dkingdisplay,kd035g6-54nt.txt4 - compatible: should be "kingdisplay,kd035g6-54nt"
24 compatible = "kingdisplay,kd035g6-54nt";
Dvl050_8048nt_c01.txt4 - compatible: should be "vxt,vl050-8048nt-c01"
/Linux-v5.4/net/ipv4/
Dip_tunnel.c334 struct ip_tunnel *nt; in ip_tunnel_create() local
349 nt = netdev_priv(dev); in ip_tunnel_create()
350 t_hlen = nt->hlen + sizeof(struct iphdr); in ip_tunnel_create()
353 ip_tunnel_add(itn, nt); in ip_tunnel_create()
354 return nt; in ip_tunnel_create()
1121 struct ip_tunnel *nt; in ip_tunnel_newlink() local
1127 nt = netdev_priv(dev); in ip_tunnel_newlink()
1128 itn = net_generic(net, nt->ip_tnl_net_id); in ip_tunnel_newlink()
1130 if (nt->collect_md) { in ip_tunnel_newlink()
1138 nt->net = net; in ip_tunnel_newlink()
[all …]
/Linux-v5.4/Documentation/filesystems/
Dcoda.txt148 11.. IInnttrroodduuccttiioonn
358 33..11.. IImmpplleemmeennttaattiioonn ddeettaaiillss
377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell
514 44..22.. TThhee ppiiooccttll iinntteerrffaaccee
560 AArrgguummeennttss
587 AArrgguummeennttss
633 AArrgguummeennttss
675 AArrgguummeennttss
707 AArrgguummeennttss
738 AArrgguummeennttss
[all …]
/Linux-v5.4/net/switchdev/
Dswitchdev.c101 static int switchdev_port_attr_notify(enum switchdev_notifier_type nt, in switchdev_port_attr_notify() argument
115 rc = call_switchdev_blocking_notifiers(nt, dev, in switchdev_port_attr_notify()
221 static int switchdev_port_obj_notify(enum switchdev_notifier_type nt, in switchdev_port_obj_notify() argument
236 rc = call_switchdev_blocking_notifiers(nt, dev, &obj_info.info, extack); in switchdev_port_obj_notify()
/Linux-v5.4/drivers/misc/
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-v5.4/drivers/s390/char/
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-v5.4/tools/testing/selftests/powerpc/tm/
D.gitignore15 tm-signal-sigreturn-nt
/Linux-v5.4/include/linux/
Dnetlink.h242 int netlink_add_tap(struct netlink_tap *nt);
243 int netlink_remove_tap(struct netlink_tap *nt);

12