/linux-4.4.14/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 | 60 struct netlink_tap nt; member 67 nlmon->nt.dev = dev; in nlmon_open() 68 nlmon->nt.module = THIS_MODULE; in nlmon_open() 69 return netlink_add_tap(&nlmon->nt); in nlmon_open() 76 return netlink_remove_tap(&nlmon->nt); in nlmon_close()
|
/linux-4.4.14/drivers/ntb/ |
D | ntb_transport.c | 196 struct ntb_transport_ctx *nt; member 249 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument 299 static int ntb_bus_init(struct ntb_transport_ctx *nt) in ntb_bus_init() argument 301 list_add_tail(&nt->entry, &ntb_transport_list); in ntb_bus_init() 305 static void ntb_bus_remove(struct ntb_transport_ctx *nt) in ntb_bus_remove() argument 309 list_for_each_entry_safe(client_dev, cd, &nt->client_devs, entry) { in ntb_bus_remove() 316 list_del(&nt->entry); in ntb_bus_remove() 336 struct ntb_transport_ctx *nt; in ntb_transport_unregister_client_dev() local 338 list_for_each_entry(nt, &ntb_transport_list, entry) in ntb_transport_unregister_client_dev() 339 list_for_each_entry_safe(client, cd, &nt->client_devs, entry) in ntb_transport_unregister_client_dev() [all …]
|
/linux-4.4.14/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-4.4.14/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-4.4.14/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-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 239 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
|
/linux-4.4.14/tools/perf/util/ |
D | thread_map.c | 190 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local 220 nt = thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str() 221 if (nt == NULL) in thread_map__new_by_pid_str() 224 threads = nt; in thread_map__new_by_pid_str() 264 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local 291 nt = thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str() 293 if (nt == NULL) in thread_map__new_by_tid_str() 296 threads = nt; in thread_map__new_by_tid_str()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | gluebi.c | 468 struct ubi_notification *nt = ns_ptr; in gluebi_notify() local 472 gluebi_create(&nt->di, &nt->vi); in gluebi_notify() 475 gluebi_remove(&nt->vi); in gluebi_notify() 478 gluebi_resized(&nt->vi); in gluebi_notify() 481 gluebi_updated(&nt->vi); in gluebi_notify()
|
D | block.c | 548 struct ubi_notification *nt = ns_ptr; in ubiblock_notify() local 558 ubiblock_remove(&nt->vi); in ubiblock_notify() 561 ubiblock_resize(&nt->vi); in ubiblock_notify() 568 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify() 569 ubiblock_resize(&nt->vi); in ubiblock_notify()
|
D | build.c | 166 struct ubi_notification nt; in ubi_volume_notify() local 168 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify() 169 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify() 181 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify() 197 struct ubi_notification nt; in ubi_notify_all() local 200 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all() 212 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all() 214 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all() 217 &nt); in ubi_notify_all()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_gre.c | 311 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local 334 nt = netdev_priv(dev); in ip6gre_tunnel_locate() 335 nt->parms = *parms; in ip6gre_tunnel_locate() 338 nt->dev = dev; in ip6gre_tunnel_locate() 339 nt->net = dev_net(dev); in ip6gre_tunnel_locate() 340 ip6gre_tnl_link_config(nt, 1); in ip6gre_tunnel_locate() 346 if (!(nt->parms.o_flags & GRE_SEQ)) in ip6gre_tunnel_locate() 350 ip6gre_tunnel_link(ign, nt); in ip6gre_tunnel_locate() 351 return nt; in ip6gre_tunnel_locate() 1523 struct ip6_tnl *nt; in ip6gre_newlink() local [all …]
|
D | sit.c | 226 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local 259 nt = netdev_priv(dev); in ipip6_tunnel_locate() 261 nt->parms = *parms; in ipip6_tunnel_locate() 265 return nt; in ipip6_tunnel_locate() 1546 struct ip_tunnel *nt; in ipip6_newlink() local 1553 nt = netdev_priv(dev); in ipip6_newlink() 1556 err = ip_tunnel_encap_setup(nt, &ipencap); in ipip6_newlink() 1561 ipip6_netlink_parms(data, &nt->parms); in ipip6_newlink() 1563 if (ipip6_tunnel_locate(net, &nt->parms, 0)) in ipip6_newlink() 1572 err = ipip6_tunnel_update_6rd(nt, &ip6rd); in ipip6_newlink()
|
D | ip6_vti.c | 935 struct ip6_tnl *nt; in vti6_newlink() local 937 nt = netdev_priv(dev); in vti6_newlink() 938 vti6_netlink_parms(data, &nt->parms); in vti6_newlink() 940 nt->parms.proto = IPPROTO_IPV6; in vti6_newlink() 942 if (vti6_locate(net, &nt->parms, 0)) in vti6_newlink()
|
D | ip6_tunnel.c | 1741 struct ip6_tnl *nt, *t; in ip6_tnl_newlink() local 1743 nt = netdev_priv(dev); in ip6_tnl_newlink() 1744 ip6_tnl_netlink_parms(data, &nt->parms); in ip6_tnl_newlink() 1746 t = ip6_tnl_locate(net, &nt->parms, 0); in ip6_tnl_newlink()
|
/linux-4.4.14/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-4.4.14/net/ipv4/ |
D | ip_tunnel.c | 413 struct ip_tunnel *nt; in ip_tunnel_create() local 423 nt = netdev_priv(dev); in ip_tunnel_create() 424 ip_tunnel_add(itn, nt); in ip_tunnel_create() 425 return nt; in ip_tunnel_create() 1092 struct ip_tunnel *nt; in ip_tunnel_newlink() local 1098 nt = netdev_priv(dev); in ip_tunnel_newlink() 1099 itn = net_generic(net, nt->ip_tnl_net_id); in ip_tunnel_newlink() 1101 if (nt->collect_md) { in ip_tunnel_newlink() 1109 nt->net = net; in ip_tunnel_newlink() 1110 nt->parms = *p; in ip_tunnel_newlink() [all …]
|
/linux-4.4.14/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-4.4.14/drivers/s390/char/ |
D | tape_char.c | 68 device->nt = register_tape_dev( in tapechar_setup_device() 92 unregister_tape_dev(&device->cdev->dev, device->nt); in tapechar_cleanup_device() 93 device->nt = NULL; in tapechar_cleanup_device()
|
D | tape.h | 184 struct tape_class_device * nt; member
|
/linux-4.4.14/include/linux/ |
D | netlink.h | 182 extern int netlink_add_tap(struct netlink_tap *nt); 183 extern int netlink_remove_tap(struct netlink_tap *nt);
|
/linux-4.4.14/fs/ntfs/ |
D | inode.c | 2968 sle64 nt; in __ntfs_write_inode() local 3009 nt = utc2ntfs(vi->i_mtime); in __ntfs_write_inode() 3010 if (si->last_data_change_time != nt) { in __ntfs_write_inode() 3014 (long long)sle64_to_cpu(nt)); in __ntfs_write_inode() 3015 si->last_data_change_time = nt; in __ntfs_write_inode() 3018 nt = utc2ntfs(vi->i_ctime); in __ntfs_write_inode() 3019 if (si->last_mft_change_time != nt) { in __ntfs_write_inode() 3023 (long long)sle64_to_cpu(nt)); in __ntfs_write_inode() 3024 si->last_mft_change_time = nt; in __ntfs_write_inode() 3027 nt = utc2ntfs(vi->i_atime); in __ntfs_write_inode() [all …]
|
/linux-4.4.14/Documentation/scsi/ |
D | wd719x.txt | 17 lha xi pci-scsi.exe nt/wd7296a.sys
|
D | ChangeLog.ncr53c8xx | 233 depth but did'nt keep track of user settings for tags depth lower 350 Remove the error recovery code that have'nt been really useful.
|
D | ChangeLog.sym53c8xx | 505 depth but did'nt keep track of user settings for tags depth lower
|
/linux-4.4.14/drivers/net/ethernet/ezchip/ |
D | nps_enet.h | 60 nt:11; member
|
D | nps_enet.c | 155 ndev->stats.tx_bytes += tx_ctrl.nt; in nps_enet_tx_handler() 378 tx_ctrl.nt = length; in nps_enet_send_frame()
|
/linux-4.4.14/arch/arc/lib/ |
D | strcmp-archs.S | 29 brne.d.nt r4, 0, .LfoundNULL
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | gr_udc.c | 1492 u8 nt; in gr_ep_enable() local 1543 nt = 0x3 & (usb_endpoint_maxp(desc) >> 11); in gr_ep_enable() 1545 if (nt && (mode == 0 || mode == 2)) { in gr_ep_enable() 1550 } else if (nt == 0x3) { in gr_ep_enable() 1554 } else if ((nt + 1) * max > buffer_size) { in gr_ep_enable() 1556 buffer_size, (nt + 1), max); in gr_ep_enable() 1581 if (nt) { in gr_ep_enable() 1586 ep->bytes_per_buffer = (nt + 1) * max; in gr_ep_enable() 1603 | (nt << GR_EPCTRL_NT_POS) in gr_ep_enable()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | vm_entry.S | 298 if (!P0.new) jump:nt restore_all; 320 P0 = cmp.eq(R0, #0); if (!P0.new) jump:nt check_work_pending;
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 146 int netlink_add_tap(struct netlink_tap *nt) in netlink_add_tap() argument 148 if (unlikely(nt->dev->type != ARPHRD_NETLINK)) in netlink_add_tap() 152 list_add_rcu(&nt->list, &netlink_tap_all); in netlink_add_tap() 155 __module_get(nt->module); in netlink_add_tap() 161 static int __netlink_remove_tap(struct netlink_tap *nt) in __netlink_remove_tap() argument 169 if (nt == tmp) { in __netlink_remove_tap() 170 list_del_rcu(&nt->list); in __netlink_remove_tap() 176 pr_warn("__netlink_remove_tap: %p not found\n", nt); in __netlink_remove_tap() 181 module_put(nt->module); in __netlink_remove_tap() 186 int netlink_remove_tap(struct netlink_tap *nt) in netlink_remove_tap() argument [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc.c | 307 u8 nt; member 649 CIO_CRW_EVENT(2, "chsc: sei successful (nt=%d)\n", sei->nt); in chsc_process_event_information() 650 switch (sei->nt) { in chsc_process_event_information() 658 CIO_CRW_EVENT(2, "chsc: unhandled nt: %d\n", sei->nt); in chsc_process_event_information()
|
/linux-4.4.14/kernel/time/ |
D | posix-cpu-timers.c | 475 struct cpu_timer_list *const nt = &timer->it.cpu; in arm_timer() local 489 if (nt->expires < next->expires) in arm_timer() 493 list_add(&nt->entry, listpos); in arm_timer() 496 unsigned long long exp = nt->expires; in arm_timer()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_req.c | 1523 unsigned long ent = 0, dt = 0, et, nt; /* effective timeout = ko_count * timeout */ in request_timer_fn() local 1543 nt = now + et; in request_timer_fn() 1604 nt = time_before(ent, dt) ? ent : dt; in request_timer_fn() 1607 mod_timer(&device->request_timer, nt); in request_timer_fn()
|
D | drbd_main.c | 388 struct task_struct *nt; in drbd_thread_start() local 417 nt = kthread_create(drbd_thread_setup, (void *) thi, in drbd_thread_start() 420 if (IS_ERR(nt)) { in drbd_thread_start() 430 thi->task = nt; in drbd_thread_start() 433 wake_up_process(nt); in drbd_thread_start()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | btaudio | 31 should'nt crash your box. It might not work as expected, have bugs,
|
/linux-4.4.14/net/tipc/ |
D | netlink_compat.c | 756 struct nlattr *nt[TIPC_NLA_NAME_TABLE_MAX + 1]; in tipc_nl_compat_name_table_dump() local 762 nla_parse_nested(nt, TIPC_NLA_NAME_TABLE_MAX, in tipc_nl_compat_name_table_dump() 765 nla_parse_nested(publ, TIPC_NLA_PUBL_MAX, nt[TIPC_NLA_NAME_TABLE_PUBL], in tipc_nl_compat_name_table_dump()
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-arcv2.S | 181 bbit1.nt r0, STATUS_DE_BIT, .Lintr_ret_to_delay_slot
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README | 76 does'nt work") are pretty useless unless you include some details
|
D | Sound-FAQ | 84 does'nt work with bt878 boards according to some reports I received.
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 201 … 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0 rtbe: 0 rtbke: 0 rtbre: 0 rtbf: 0 rtb: 0 nt: 3055767 261 o "nt": The number of times rcutorture ran RCU read-side code from
|
D | trace.txt | 429 balk: nt=0 egt=4695 bt=0 nb=0 ny=56 nos=0 431 balk: nt=0 egt=6541 bt=0 nb=0 ny=126 nos=0 496 o "balk: nt" counts the number of times we didn't boost (in
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 4172 int nt = 0; in ipmi_timeout() local 4198 nt += lnt; in ipmi_timeout() 4202 if (nt) in ipmi_timeout()
|
/linux-4.4.14/net/netfilter/ |
D | nf_tables_api.c | 788 struct nft_table *table, *nt; in nft_flush() local 797 list_for_each_entry_safe(table, nt, &afi->tables, list) { in nft_flush()
|