Home
last modified time | relevance | path

Searched defs:nt (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.4/drivers/net/
Dnetconsole.c128 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
134 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
155 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
159 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
169 struct netconsole_target *nt; in alloc_param_target() local
209 static void free_param_target(struct netconsole_target *nt) in free_param_target()
273 struct netconsole_target *nt = to_target(item); in local_ip_show() local
283 struct netconsole_target *nt = to_target(item); in remote_ip_show() local
314 struct netconsole_target *nt = to_target(item); in enabled_store() local
373 struct netconsole_target *nt = to_target(item); in extended_store() local
[all …]
Dnlmon.c37 struct netlink_tap nt; member
/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()
334 static void ntb_bus_remove(struct ntb_transport_ctx *nt) in ntb_bus_remove()
365 struct ntb_transport_ctx *nt; in ntb_transport_unregister_client_dev() local
386 struct ntb_transport_ctx *nt; in ntb_transport_register_client_dev() local
615 static int ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt, in ntb_transport_setup_qp_mw()
694 static void ntb_transport_setup_qp_peer_msi(struct ntb_transport_ctx *nt, in ntb_transport_setup_qp_peer_msi()
721 static void ntb_transport_setup_qp_msi(struct ntb_transport_ctx *nt, in ntb_transport_setup_qp_msi()
770 static void ntb_transport_msi_peer_desc_changed(struct ntb_transport_ctx *nt) in ntb_transport_msi_peer_desc_changed()
[all …]
/Linux-v5.4/net/tipc/
Dname_distr.c89 struct name_table *nt = tipc_name_table(net); in tipc_named_publish() local
116 struct name_table *nt = tipc_name_table(net); in tipc_named_withdraw() local
190 struct name_table *nt = tipc_name_table(net); in tipc_named_node_up() local
337 struct name_table *nt = tipc_name_table(net); in tipc_named_reinit() local
Dname_table.c324 struct name_table *nt = tipc_name_table(net); in tipc_service_find() local
341 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_insert_publ() local
614 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_publish() local
646 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_withdraw() local
678 struct name_table *nt = tipc_name_table(sub->net); in tipc_nametbl_subscribe() local
735 struct name_table *nt; in tipc_nametbl_init() local
777 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_stop() local
Dnetlink_compat.c869 struct nlattr *nt[TIPC_NLA_NAME_TABLE_MAX + 1]; in tipc_nl_compat_name_table_dump() local
/Linux-v5.4/tools/perf/util/
Dthread_map.c183 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
245 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
/Linux-v5.4/net/ipv6/
Dip6_gre.c348 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
1414 struct ip6_tnl *nt = netdev_priv(dev); in ip6gre_tnl_init_features() local
1940 struct ip6_tnl *nt; in ip6gre_newlink_common() local
1976 struct ip6_tnl *nt = netdev_priv(dev); in ip6gre_newlink() local
2006 struct ip6_tnl *t, *nt = netdev_priv(dev); in ip6gre_changelink_common() local
2210 struct ip6_tnl *nt = netdev_priv(dev); in ip6erspan_newlink() local
Dsit.c228 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local
1569 struct ip_tunnel *nt; in ipip6_newlink() local
Dip6_vti.c972 struct ip6_tnl *nt; in vti6_newlink() local
Dip6_tunnel.c2003 struct ip6_tnl *nt, *t; in ip6_tnl_newlink() local
/Linux-v5.4/drivers/mtd/ubi/
Dbuild.c157 struct ubi_notification nt; in ubi_volume_notify() local
188 struct ubi_notification nt; in ubi_notify_all() local
Dgluebi.c447 struct ubi_notification *nt = ns_ptr; in gluebi_notify() local
Dblock.c572 struct ubi_notification *nt = ns_ptr; in ubiblock_notify() local
/Linux-v5.4/net/switchdev/
Dswitchdev.c101 static int switchdev_port_attr_notify(enum switchdev_notifier_type nt, in switchdev_port_attr_notify()
221 static int switchdev_port_obj_notify(enum switchdev_notifier_type nt, in switchdev_port_obj_notify()
/Linux-v5.4/net/ipv4/
Dip_tunnel.c334 struct ip_tunnel *nt; in ip_tunnel_create() local
1121 struct ip_tunnel *nt; in ip_tunnel_newlink() local
/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()
/Linux-v5.4/net/netlink/
Daf_netlink.c179 int netlink_add_tap(struct netlink_tap *nt) in netlink_add_tap()
197 static int __netlink_remove_tap(struct netlink_tap *nt) in __netlink_remove_tap()
224 int netlink_remove_tap(struct netlink_tap *nt) in netlink_remove_tap()
/Linux-v5.4/fs/ntfs/
Dinode.c2939 sle64 nt; in __ntfs_write_inode() local
/Linux-v5.4/drivers/s390/char/
Dtape.h186 struct tape_class_device * nt; member
/Linux-v5.4/include/linux/mtd/
Dnand.h39 #define NAND_MEMORG(bpc, ps, os, ppe, epl, mbb, ppl, lpt, nt) \ argument
/Linux-v5.4/drivers/block/drbd/
Ddrbd_req.c1713 unsigned long ent = 0, dt = 0, et, nt; /* effective timeout = ko_count * timeout */ in request_timer_fn() local
/Linux-v5.4/drivers/usb/gadget/udc/
Dgr_udc.c1471 u8 nt; in gr_ep_enable() local
/Linux-v5.4/drivers/s390/cio/
Dchsc.c317 u8 nt; member
/Linux-v5.4/net/netfilter/
Dnf_tables_api.c1010 struct nft_table *table, *nt; in nft_flush() local
7613 struct nft_table *table, *nt; in __nft_release_tables() local

12