Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dnetconsole.c133 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument
135 if (config_item_name(&nt->item)) in netconsole_target_get()
136 config_item_get(&nt->item); in netconsole_target_get()
139 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument
141 if (config_item_name(&nt->item)) in netconsole_target_put()
142 config_item_put(&nt->item); in netconsole_target_put()
160 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument
164 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument
174 struct netconsole_target *nt; in alloc_param_target() local
180 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in alloc_param_target()
[all …]
Dnlmon.c60 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.1.27/drivers/ntb/
Dntb_transport.c251 static int ntb_bus_init(struct ntb_transport *nt) in ntb_bus_init() argument
259 list_add(&nt->entry, &ntb_transport_list); in ntb_bus_init()
264 static void ntb_bus_remove(struct ntb_transport *nt) in ntb_bus_remove() argument
268 list_for_each_entry_safe(client_dev, cd, &nt->client_devs, entry) { in ntb_bus_remove()
275 list_del(&nt->entry); in ntb_bus_remove()
298 struct ntb_transport *nt; in ntb_unregister_client_dev() local
300 list_for_each_entry(nt, &ntb_transport_list, entry) in ntb_unregister_client_dev()
301 list_for_each_entry_safe(client, cd, &nt->client_devs, entry) in ntb_unregister_client_dev()
319 struct ntb_transport *nt; in ntb_register_client_dev() local
325 list_for_each_entry(nt, &ntb_transport_list, entry) { in ntb_register_client_dev()
[all …]
/linux-4.1.27/arch/hexagon/lib/
Dmemset.S172 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.1.27/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-4.1.27/arch/hexagon/mm/
Dcopy_user_template.S33 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
Dstrnlen_user.S64 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.1.27/tools/testing/selftests/rcutorture/bin/
Dfunctions.sh239 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/linux-4.1.27/tools/perf/util/
Dthread_map.c159 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
188 nt = realloc(threads, (sizeof(*threads) + in thread_map__new_by_pid_str()
190 if (nt == NULL) in thread_map__new_by_pid_str()
193 threads = nt; in thread_map__new_by_pid_str()
230 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
256 nt = realloc(threads, sizeof(*threads) + sizeof(pid_t) * ntasks); in thread_map__new_by_tid_str()
258 if (nt == NULL) in thread_map__new_by_tid_str()
261 threads = nt; in thread_map__new_by_tid_str()
/linux-4.1.27/drivers/mtd/ubi/
Dgluebi.c468 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()
Dblock.c536 struct ubi_notification *nt = ns_ptr; in ubiblock_notify() local
546 ubiblock_remove(&nt->vi); in ubiblock_notify()
549 ubiblock_resize(&nt->vi); in ubiblock_notify()
556 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
557 ubiblock_resize(&nt->vi); in ubiblock_notify()
Dbuild.c159 struct ubi_notification nt; in ubi_volume_notify() local
161 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify()
162 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify()
174 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
190 struct ubi_notification nt; in ubi_notify_all() local
193 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all()
205 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all()
207 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
210 &nt); in ubi_notify_all()
/linux-4.1.27/net/ipv6/
Dip6_gre.c311 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()
1503 struct ip6_tnl *nt; in ip6gre_newlink() local
[all …]
Dsit.c226 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()
Dip6_vti.c935 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()
Dip6_tunnel.c1674 struct ip6_tnl *nt, *t; in ip6_tnl_newlink() local
1676 nt = netdev_priv(dev); in ip6_tnl_newlink()
1677 ip6_tnl_netlink_parms(data, &nt->parms); in ip6_tnl_newlink()
1679 t = ip6_tnl_locate(net, &nt->parms, 0); in ip6_tnl_newlink()
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt148 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.1.27/net/ipv4/
Dip_tunnel.c406 struct ip_tunnel *nt; in ip_tunnel_create() local
416 nt = netdev_priv(dev); in ip_tunnel_create()
417 ip_tunnel_add(itn, nt); in ip_tunnel_create()
418 return nt; in ip_tunnel_create()
1066 struct ip_tunnel *nt; in ip_tunnel_newlink() local
1072 nt = netdev_priv(dev); in ip_tunnel_newlink()
1073 itn = net_generic(net, nt->ip_tnl_net_id); in ip_tunnel_newlink()
1078 nt->net = net; in ip_tunnel_newlink()
1079 nt->parms = *p; in ip_tunnel_newlink()
1091 ip_tunnel_add(itn, nt); in ip_tunnel_newlink()
/linux-4.1.27/drivers/misc/
Dtifm_core.c25 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.1.27/include/linux/
Dnetlink.h171 extern int netlink_add_tap(struct netlink_tap *nt);
172 extern int netlink_remove_tap(struct netlink_tap *nt);
/linux-4.1.27/drivers/s390/char/
Dtape_char.c68 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()
Dtape.h184 struct tape_class_device * nt; member
/linux-4.1.27/fs/ntfs/
Dinode.c2968 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.1.27/Documentation/scsi/
Dwd719x.txt17 lha xi pci-scsi.exe nt/wd7296a.sys
DChangeLog.ncr53c8xx233 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.
DChangeLog.sym53c8xx505 depth but did'nt keep track of user settings for tags depth lower
/linux-4.1.27/drivers/usb/gadget/udc/
Dgr_udc.c1492 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.1.27/arch/hexagon/kernel/
Dvm_entry.S298 if (!P0.new) jump:nt restore_all;
320 P0 = cmp.eq(R0, #0); if (!P0.new) jump:nt check_work_pending;
/linux-4.1.27/net/netlink/
Daf_netlink.c144 int netlink_add_tap(struct netlink_tap *nt) in netlink_add_tap() argument
146 if (unlikely(nt->dev->type != ARPHRD_NETLINK)) in netlink_add_tap()
150 list_add_rcu(&nt->list, &netlink_tap_all); in netlink_add_tap()
153 __module_get(nt->module); in netlink_add_tap()
159 static int __netlink_remove_tap(struct netlink_tap *nt) in __netlink_remove_tap() argument
167 if (nt == tmp) { in __netlink_remove_tap()
168 list_del_rcu(&nt->list); in __netlink_remove_tap()
174 pr_warn("__netlink_remove_tap: %p not found\n", nt); in __netlink_remove_tap()
178 if (found && nt->module) in __netlink_remove_tap()
179 module_put(nt->module); in __netlink_remove_tap()
[all …]
/linux-4.1.27/drivers/s390/cio/
Dchsc.c336 u8 nt; member
568 CIO_CRW_EVENT(2, "chsc: sei successful (nt=%d)\n", sei->nt); in chsc_process_event_information()
569 switch (sei->nt) { in chsc_process_event_information()
577 CIO_CRW_EVENT(2, "chsc: unhandled nt: %d\n", sei->nt); in chsc_process_event_information()
/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c452 struct cpu_timer_list *const nt = &timer->it.cpu; in arm_timer() local
466 if (nt->expires < next->expires) in arm_timer()
470 list_add(&nt->entry, listpos); in arm_timer()
473 unsigned long long exp = nt->expires; in arm_timer()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_req.c1553 unsigned long ent = 0, dt = 0, et, nt; /* effective timeout = ko_count * timeout */ in request_timer_fn() local
1573 nt = now + et; in request_timer_fn()
1634 nt = time_before(ent, dt) ? ent : dt; in request_timer_fn()
1637 mod_timer(&device->request_timer, nt); in request_timer_fn()
Ddrbd_main.c388 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.1.27/net/tipc/
Dnetlink_compat.c666 struct nlattr *nt[TIPC_NLA_NAME_TABLE_MAX + 1]; in tipc_nl_compat_name_table_dump() local
672 nla_parse_nested(nt, TIPC_NLA_NAME_TABLE_MAX, in tipc_nl_compat_name_table_dump()
675 nla_parse_nested(publ, TIPC_NLA_PUBL_MAX, nt[TIPC_NLA_NAME_TABLE_PUBL], in tipc_nl_compat_name_table_dump()
/linux-4.1.27/Documentation/sound/oss/
Dbtaudio31 should'nt crash your box. It might not work as expected, have bugs,
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME76 does'nt work") are pretty useless unless you include some details
DSound-FAQ84 does'nt work with bt878 boards according to some reports I received.
/linux-4.1.27/Documentation/RCU/
Dtorture.txt214 … 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0 rtbe: 0 rtbke: 0 rtbre: 0 rtbf: 0 rtb: 0 nt: 3055767
274 o "nt": The number of times rcutorture ran RCU read-side code from
Dtrace.txt445 balk: nt=0 egt=4695 bt=0 nb=0 ny=56 nos=0
447 balk: nt=0 egt=6541 bt=0 nb=0 ny=126 nos=0
512 o "balk: nt" counts the number of times we didn't boost (in
/linux-4.1.27/drivers/char/ipmi/
Dipmi_msghandler.c4162 int nt = 0; in ipmi_timeout() local
4188 nt += lnt; in ipmi_timeout()
4192 if (nt) in ipmi_timeout()
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c749 struct nft_table *table, *nt; in nft_flush() local
758 list_for_each_entry_safe(table, nt, &afi->tables, list) { in nft_flush()