/Linux-v4.19/drivers/net/ |
D | netconsole.c | 140 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument 142 if (config_item_name(&nt->item)) in netconsole_target_get() 143 config_item_get(&nt->item); in netconsole_target_get() 146 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument 148 if (config_item_name(&nt->item)) in netconsole_target_put() 149 config_item_put(&nt->item); in netconsole_target_put() 167 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument 171 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument 181 struct netconsole_target *nt; in alloc_param_target() local 187 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in alloc_param_target() [all …]
|
D | nlmon.c | 42 struct netlink_tap nt; member 49 nlmon->nt.dev = dev; in nlmon_open() 50 nlmon->nt.module = THIS_MODULE; in nlmon_open() 51 return netlink_add_tap(&nlmon->nt); in nlmon_open() 58 return netlink_remove_tap(&nlmon->nt); in nlmon_close()
|
/Linux-v4.19/drivers/ntb/ |
D | ntb_transport.c | 203 struct ntb_transport_ctx *nt; member 253 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument 309 static int ntb_bus_init(struct ntb_transport_ctx *nt) in ntb_bus_init() argument 311 list_add_tail(&nt->entry, &ntb_transport_list); in ntb_bus_init() 315 static void ntb_bus_remove(struct ntb_transport_ctx *nt) in ntb_bus_remove() argument 319 list_for_each_entry_safe(client_dev, cd, &nt->client_devs, entry) { in ntb_bus_remove() 326 list_del(&nt->entry); in ntb_bus_remove() 346 struct ntb_transport_ctx *nt; in ntb_transport_unregister_client_dev() local 348 list_for_each_entry(nt, &ntb_transport_list, entry) in ntb_transport_unregister_client_dev() 349 list_for_each_entry_safe(client, cd, &nt->client_devs, entry) in ntb_transport_unregister_client_dev() [all …]
|
/Linux-v4.19/arch/hexagon/lib/ |
D | memset.S | 172 if (r2==#0) jump:nt .L1 177 if (p0.new) jump:nt .L3 192 if (!p0.new) jump:nt .L8 204 if (!p0.new) jump:nt .L10 210 if (p0.new) jump:nt .L1 215 if (!p0.new) jump:nt .L12 221 if (p0.new) jump:nt .L1 226 if (!p0.new) jump:nt .L14 229 if (r3==#0) jump:nt .L17 235 if (r3==#0) jump:nt .L17 [all …]
|
/Linux-v4.19/Documentation/usb/ |
D | linux-cdc-acm.inf | 28 [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-v4.19/arch/hexagon/mm/ |
D | copy_user_template.S | 33 if (!p0.new) jump:nt .Ldone 40 if (!p0.new) jump:nt .Loop_not_aligned_8 66 if (p0.new) jump:nt .Lalign 70 if (!p0.new) jump:nt .Loop_not_aligned_4 96 if (!p0.new) jump:nt .Loop_not_aligned 139 if (p0.new) jump:nt .Loop_not_aligned
|
D | strnlen_user.S | 64 if (P0.new) jump:nt exit_found; 97 if (!P0.new) jump:nt exit_found; 109 if (P0.new) jump:nt exit_error; /* neverfound! */
|
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 275 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
|
/Linux-v4.19/net/tipc/ |
D | name_table.c | 324 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 …]
|
D | name_distr.c | 89 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 list_add_tail_rcu(&publ->binding_node, &nt->cluster_scope); in tipc_named_publish() 187 struct name_table *nt = tipc_name_table(net); in tipc_named_node_up() local 193 named_distribute(net, &head, dnode, &nt->cluster_scope); in tipc_named_node_up() 334 struct name_table *nt = tipc_name_table(net); in tipc_named_reinit() local 341 list_for_each_entry_rcu(publ, &nt->node_scope, binding_node) in tipc_named_reinit() 343 list_for_each_entry_rcu(publ, &nt->cluster_scope, binding_node) in tipc_named_reinit()
|
/Linux-v4.19/tools/perf/util/ |
D | thread_map.c | 205 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local 235 nt = thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str() 236 if (nt == NULL) in thread_map__new_by_pid_str() 239 threads = nt; in thread_map__new_by_pid_str() 279 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local 306 nt = thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str() 308 if (nt == NULL) in thread_map__new_by_tid_str() 311 threads = nt; in thread_map__new_by_tid_str()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_gre.c | 353 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local 378 nt = netdev_priv(dev); in ip6gre_tunnel_locate() 379 nt->parms = *parms; in ip6gre_tunnel_locate() 382 nt->dev = dev; in ip6gre_tunnel_locate() 383 nt->net = dev_net(dev); in ip6gre_tunnel_locate() 388 ip6gre_tnl_link_config(nt, 1); in ip6gre_tunnel_locate() 391 if (!(nt->parms.o_flags & TUNNEL_SEQ)) in ip6gre_tunnel_locate() 395 ip6gre_tunnel_link(ign, nt); in ip6gre_tunnel_locate() 396 return nt; in ip6gre_tunnel_locate() 1422 struct ip6_tnl *nt = netdev_priv(dev); in ip6gre_tnl_init_features() local [all …]
|
D | sit.c | 232 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local 267 nt = netdev_priv(dev); in ipip6_tunnel_locate() 269 nt->parms = *parms; in ipip6_tunnel_locate() 273 return nt; in ipip6_tunnel_locate() 1559 struct ip_tunnel *nt; in ipip6_newlink() local 1566 nt = netdev_priv(dev); in ipip6_newlink() 1569 err = ip_tunnel_encap_setup(nt, &ipencap); in ipip6_newlink() 1574 ipip6_netlink_parms(data, &nt->parms, &nt->fwmark); in ipip6_newlink() 1576 if (ipip6_tunnel_locate(net, &nt->parms, 0)) in ipip6_newlink() 1593 err = ipip6_tunnel_update_6rd(nt, &ip6rd); in ipip6_newlink()
|
/Linux-v4.19/drivers/mtd/ubi/ |
D | gluebi.c | 460 struct ubi_notification *nt = ns_ptr; in gluebi_notify() local 464 gluebi_create(&nt->di, &nt->vi); in gluebi_notify() 467 gluebi_remove(&nt->vi); in gluebi_notify() 470 gluebi_resized(&nt->vi); in gluebi_notify() 473 gluebi_updated(&nt->vi); in gluebi_notify()
|
D | block.c | 553 struct ubi_notification *nt = ns_ptr; in ubiblock_notify() local 563 ubiblock_remove(&nt->vi); in ubiblock_notify() 566 ubiblock_resize(&nt->vi); in ubiblock_notify() 573 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify() 574 ubiblock_resize(&nt->vi); in ubiblock_notify()
|
D | build.c | 170 struct ubi_notification nt; in ubi_volume_notify() local 172 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify() 173 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify() 185 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify() 201 struct ubi_notification nt; in ubi_notify_all() local 204 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all() 216 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all() 218 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all() 221 &nt); in ubi_notify_all()
|
/Linux-v4.19/net/ipv4/ |
D | ip_tunnel.c | 347 struct ip_tunnel *nt; in ip_tunnel_create() local 362 nt = netdev_priv(dev); in ip_tunnel_create() 363 t_hlen = nt->hlen + sizeof(struct iphdr); in ip_tunnel_create() 366 ip_tunnel_add(itn, nt); in ip_tunnel_create() 367 return nt; in ip_tunnel_create() 1090 struct ip_tunnel *nt; in ip_tunnel_newlink() local 1096 nt = netdev_priv(dev); in ip_tunnel_newlink() 1097 itn = net_generic(net, nt->ip_tnl_net_id); in ip_tunnel_newlink() 1099 if (nt->collect_md) { in ip_tunnel_newlink() 1107 nt->net = net; in ip_tunnel_newlink() [all …]
|
/Linux-v4.19/Documentation/filesystems/ |
D | coda.txt | 148 11.. IInnttrroodduuccttiioonn 358 33..11.. IImmpplleemmeennttaattiioonn ddeettaaiillss 377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell 511 44..22.. TThhee ppiiooccttll iinntteerrffaaccee 557 AArrgguummeennttss 584 AArrgguummeennttss 630 AArrgguummeennttss 672 AArrgguummeennttss 704 AArrgguummeennttss 735 AArrgguummeennttss [all …]
|
/Linux-v4.19/drivers/misc/ |
D | tifm_core.c | 25 static const char *tifm_media_type_name(unsigned char type, unsigned char nt) in tifm_media_type_name() argument 33 if (nt > 2 || type < 1 || type > 3) in tifm_media_type_name() 35 return card_type_name[nt][type - 1]; in tifm_media_type_name()
|
/Linux-v4.19/drivers/s390/char/ |
D | tape_char.c | 69 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-v4.19/include/linux/ |
D | netlink.h | 222 extern int netlink_add_tap(struct netlink_tap *nt); 223 extern int netlink_remove_tap(struct netlink_tap *nt);
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.c | 183 int netlink_add_tap(struct netlink_tap *nt) in netlink_add_tap() argument 185 struct net *net = dev_net(nt->dev); in netlink_add_tap() 188 if (unlikely(nt->dev->type != ARPHRD_NETLINK)) in netlink_add_tap() 192 list_add_rcu(&nt->list, &nn->netlink_tap_all); in netlink_add_tap() 195 __module_get(nt->module); in netlink_add_tap() 201 static int __netlink_remove_tap(struct netlink_tap *nt) in __netlink_remove_tap() argument 203 struct net *net = dev_net(nt->dev); in __netlink_remove_tap() 211 if (nt == tmp) { in __netlink_remove_tap() 212 list_del_rcu(&nt->list); in __netlink_remove_tap() 218 pr_warn("__netlink_remove_tap: %p not found\n", nt); in __netlink_remove_tap() [all …]
|
/Linux-v4.19/fs/ntfs/ |
D | inode.c | 2959 sle64 nt; in __ntfs_write_inode() local 3000 nt = utc2ntfs(vi->i_mtime); in __ntfs_write_inode() 3001 if (si->last_data_change_time != nt) { in __ntfs_write_inode() 3005 (long long)sle64_to_cpu(nt)); in __ntfs_write_inode() 3006 si->last_data_change_time = nt; in __ntfs_write_inode() 3009 nt = utc2ntfs(vi->i_ctime); in __ntfs_write_inode() 3010 if (si->last_mft_change_time != nt) { in __ntfs_write_inode() 3014 (long long)sle64_to_cpu(nt)); in __ntfs_write_inode() 3015 si->last_mft_change_time = nt; in __ntfs_write_inode() 3018 nt = utc2ntfs(vi->i_atime); in __ntfs_write_inode() [all …]
|
/Linux-v4.19/Documentation/scsi/ |
D | wd719x.txt | 17 lha xi pci-scsi.exe nt/wd7296a.sys
|
/Linux-v4.19/arch/arc/lib/ |
D | strcmp-archs.S | 29 brne.d.nt r4, 0, .LfoundNULL
|