nst 265 arch/arm64/include/asm/alternative.h 8888: \inst \reg, [\addr], \post_inc; nst 282 arch/arm64/include/asm/alternative.h USER(\l, \inst \reg, [\addr], \post_inc) nst 1975 drivers/net/ethernet/ibm/emac/core.c struct net_device_stats *nst = &ndev->stats; nst 1982 drivers/net/ethernet/ibm/emac/core.c nst->rx_packets = (unsigned long)st->rx_packets; nst 1983 drivers/net/ethernet/ibm/emac/core.c nst->rx_bytes = (unsigned long)st->rx_bytes; nst 1984 drivers/net/ethernet/ibm/emac/core.c nst->tx_packets = (unsigned long)st->tx_packets; nst 1985 drivers/net/ethernet/ibm/emac/core.c nst->tx_bytes = (unsigned long)st->tx_bytes; nst 1986 drivers/net/ethernet/ibm/emac/core.c nst->rx_dropped = (unsigned long)(est->rx_dropped_oom + nst 1990 drivers/net/ethernet/ibm/emac/core.c nst->tx_dropped = (unsigned long)est->tx_dropped; nst 1992 drivers/net/ethernet/ibm/emac/core.c nst->rx_errors = (unsigned long)est->rx_bd_errors; nst 1993 drivers/net/ethernet/ibm/emac/core.c nst->rx_fifo_errors = (unsigned long)(est->rx_bd_overrun + nst 1996 drivers/net/ethernet/ibm/emac/core.c nst->rx_frame_errors = (unsigned long)(est->rx_bd_alignment_error + nst 1998 drivers/net/ethernet/ibm/emac/core.c nst->rx_crc_errors = (unsigned long)(est->rx_bd_bad_fcs + nst 2000 drivers/net/ethernet/ibm/emac/core.c nst->rx_length_errors = (unsigned long)(est->rx_bd_runt_packet + nst 2011 drivers/net/ethernet/ibm/emac/core.c nst->tx_errors = (unsigned long)(est->tx_bd_errors + est->tx_errors); nst 2012 drivers/net/ethernet/ibm/emac/core.c nst->tx_fifo_errors = (unsigned long)(est->tx_bd_underrun + nst 2014 drivers/net/ethernet/ibm/emac/core.c nst->tx_carrier_errors = (unsigned long)est->tx_bd_carrier_loss; nst 2015 drivers/net/ethernet/ibm/emac/core.c nst->collisions = (unsigned long)(est->tx_bd_excessive_deferral + nst 2020 drivers/net/ethernet/ibm/emac/core.c return nst; nst 105 drivers/net/wireless/broadcom/b43/wa.c static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) nst 110 drivers/net/wireless/broadcom/b43/wa.c b43_ofdmtab_write16(dev, B43_OFDMTAB_NOISESCALE, i, nst[i]); nst 47 fs/ocfs2/cluster/netdebug.c void o2net_debug_add_nst(struct o2net_send_tracking *nst) nst 50 fs/ocfs2/cluster/netdebug.c list_add(&nst->st_net_debug_item, &send_tracking); nst 54 fs/ocfs2/cluster/netdebug.c void o2net_debug_del_nst(struct o2net_send_tracking *nst) nst 57 fs/ocfs2/cluster/netdebug.c if (!list_empty(&nst->st_net_debug_item)) nst 58 fs/ocfs2/cluster/netdebug.c list_del_init(&nst->st_net_debug_item); nst 65 fs/ocfs2/cluster/netdebug.c struct o2net_send_tracking *nst, *ret = NULL; nst 69 fs/ocfs2/cluster/netdebug.c list_for_each_entry(nst, &nst_start->st_net_debug_item, nst 72 fs/ocfs2/cluster/netdebug.c if (&nst->st_net_debug_item == &send_tracking) nst 76 fs/ocfs2/cluster/netdebug.c if (nst->st_task != NULL) { nst 77 fs/ocfs2/cluster/netdebug.c ret = nst; nst 87 fs/ocfs2/cluster/netdebug.c struct o2net_send_tracking *nst, *dummy_nst = seq->private; nst 90 fs/ocfs2/cluster/netdebug.c nst = next_nst(dummy_nst); nst 93 fs/ocfs2/cluster/netdebug.c return nst; nst 98 fs/ocfs2/cluster/netdebug.c struct o2net_send_tracking *nst, *dummy_nst = seq->private; nst 101 fs/ocfs2/cluster/netdebug.c nst = next_nst(dummy_nst); nst 103 fs/ocfs2/cluster/netdebug.c if (nst) nst 105 fs/ocfs2/cluster/netdebug.c &nst->st_net_debug_item); nst 108 fs/ocfs2/cluster/netdebug.c return nst; /* unused, just needs to be null when done */ nst 113 fs/ocfs2/cluster/netdebug.c struct o2net_send_tracking *nst, *dummy_nst = seq->private; nst 118 fs/ocfs2/cluster/netdebug.c nst = next_nst(dummy_nst); nst 119 fs/ocfs2/cluster/netdebug.c if (!nst) nst 123 fs/ocfs2/cluster/netdebug.c sock = ktime_to_us(ktime_sub(now, nst->st_sock_time)); nst 124 fs/ocfs2/cluster/netdebug.c send = ktime_to_us(ktime_sub(now, nst->st_send_time)); nst 125 fs/ocfs2/cluster/netdebug.c status = ktime_to_us(ktime_sub(now, nst->st_status_time)); nst 140 fs/ocfs2/cluster/netdebug.c nst, (unsigned long)task_pid_nr(nst->st_task), nst 141 fs/ocfs2/cluster/netdebug.c (unsigned long)nst->st_task->tgid, nst 142 fs/ocfs2/cluster/netdebug.c nst->st_task->comm, nst->st_node, nst 143 fs/ocfs2/cluster/netdebug.c nst->st_sc, nst->st_id, nst->st_msg_type, nst 144 fs/ocfs2/cluster/netdebug.c nst->st_msg_key, nst 134 fs/ocfs2/cluster/tcp.c static void o2net_init_nst(struct o2net_send_tracking *nst, u32 msgtype, nst 137 fs/ocfs2/cluster/tcp.c INIT_LIST_HEAD(&nst->st_net_debug_item); nst 138 fs/ocfs2/cluster/tcp.c nst->st_task = task; nst 139 fs/ocfs2/cluster/tcp.c nst->st_msg_type = msgtype; nst 140 fs/ocfs2/cluster/tcp.c nst->st_msg_key = msgkey; nst 141 fs/ocfs2/cluster/tcp.c nst->st_node = node; nst 144 fs/ocfs2/cluster/tcp.c static inline void o2net_set_nst_sock_time(struct o2net_send_tracking *nst) nst 146 fs/ocfs2/cluster/tcp.c nst->st_sock_time = ktime_get(); nst 149 fs/ocfs2/cluster/tcp.c static inline void o2net_set_nst_send_time(struct o2net_send_tracking *nst) nst 151 fs/ocfs2/cluster/tcp.c nst->st_send_time = ktime_get(); nst 154 fs/ocfs2/cluster/tcp.c static inline void o2net_set_nst_status_time(struct o2net_send_tracking *nst) nst 156 fs/ocfs2/cluster/tcp.c nst->st_status_time = ktime_get(); nst 159 fs/ocfs2/cluster/tcp.c static inline void o2net_set_nst_sock_container(struct o2net_send_tracking *nst, nst 162 fs/ocfs2/cluster/tcp.c nst->st_sc = sc; nst 165 fs/ocfs2/cluster/tcp.c static inline void o2net_set_nst_msg_id(struct o2net_send_tracking *nst, nst 168 fs/ocfs2/cluster/tcp.c nst->st_id = msg_id; nst 222 fs/ocfs2/cluster/tcp.c static void o2net_update_send_stats(struct o2net_send_tracking *nst, nst 227 fs/ocfs2/cluster/tcp.c nst->st_status_time)); nst 229 fs/ocfs2/cluster/tcp.c ktime_sub(nst->st_status_time, nst 230 fs/ocfs2/cluster/tcp.c nst->st_send_time)); nst 232 fs/ocfs2/cluster/tcp.c ktime_sub(nst->st_send_time, nst 233 fs/ocfs2/cluster/tcp.c nst->st_sock_time)); nst 1026 fs/ocfs2/cluster/tcp.c struct o2net_send_tracking nst; nst 1028 fs/ocfs2/cluster/tcp.c o2net_init_nst(&nst, msg_type, key, current, target_node); nst 1054 fs/ocfs2/cluster/tcp.c o2net_debug_add_nst(&nst); nst 1056 fs/ocfs2/cluster/tcp.c o2net_set_nst_sock_time(&nst); nst 1062 fs/ocfs2/cluster/tcp.c o2net_set_nst_sock_container(&nst, sc); nst 1090 fs/ocfs2/cluster/tcp.c o2net_set_nst_msg_id(&nst, nsw.ns_id); nst 1092 fs/ocfs2/cluster/tcp.c o2net_set_nst_send_time(&nst); nst 1107 fs/ocfs2/cluster/tcp.c o2net_set_nst_status_time(&nst); nst 1110 fs/ocfs2/cluster/tcp.c o2net_update_send_stats(&nst, sc); nst 1122 fs/ocfs2/cluster/tcp.c o2net_debug_del_nst(&nst); /* must be before dropping sc and node */ nst 114 fs/ocfs2/cluster/tcp.h void o2net_debug_add_nst(struct o2net_send_tracking *nst); nst 115 fs/ocfs2/cluster/tcp.h void o2net_debug_del_nst(struct o2net_send_tracking *nst); nst 125 fs/ocfs2/cluster/tcp.h static inline void o2net_debug_add_nst(struct o2net_send_tracking *nst) nst 128 fs/ocfs2/cluster/tcp.h static inline void o2net_debug_del_nst(struct o2net_send_tracking *nst)