Searched defs:stat (Results 1 - 7 of 7) sorted by relevance

/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c82 * This function implements reading and resetting an atomic_t stat
91 atomic_t *stat = (atomic_t *)table->data; local
93 if (!stat)
97 atomic_set(stat, 0);
101 int len = snprintf(str_buf, 32, "%d\n", atomic_read(stat));
/net/mac80211/
H A Drc80211_pid_debugfs.c45 struct ieee80211_tx_info *stat)
49 evd.flags = stat->flags;
50 memcpy(&evd.tx_status, stat, sizeof(struct ieee80211_tx_info));
44 rate_control_pid_event_tx_status(struct rc_pid_event_buffer *buf, struct ieee80211_tx_info *stat) argument
/net/ieee802154/
H A D6lowpan.c620 int stat = NET_RX_SUCCESS; local
627 stat = -ENOMEM;
632 stat = netif_rx(skb_cp);
636 return stat;
642 int stat = NET_RX_SUCCESS; local
658 stat = lowpan_give_skb_to_devices(new);
662 return stat;
/net/ipv4/
H A Dfib_trie.c2109 static void trie_show_stats(struct seq_file *seq, struct trie_stat *stat) argument
2113 if (stat->leaves)
2114 avdepth = stat->totdepth*100 / stat->leaves;
2120 seq_printf(seq, "\tMax depth: %u\n", stat->maxdepth);
2122 seq_printf(seq, "\tLeaves: %u\n", stat->leaves);
2123 bytes = sizeof(struct leaf) * stat->leaves;
2125 seq_printf(seq, "\tPrefixes: %u\n", stat->prefixes);
2126 bytes += sizeof(struct leaf_info) * stat->prefixes;
2128 seq_printf(seq, "\tInternal nodes: %u\n\t", stat
2193 struct trie_stat stat; local
[all...]
/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c781 int stat = -ENOMEM; local
793 stat = 0;
805 return stat;
831 int stat = -EINVAL; local
842 return stat;
844 return stat;
851 return stat;
854 return stat;
864 stat = 0;
867 return stat;
953 int stat; local
1623 int stat = -EINVAL; local
1733 int stat = -EINVAL; local
[all...]
/net/packet/
H A Daf_packet.c692 struct packet_sock *po, unsigned int stat)
694 __u32 status = TP_STATUS_USER | stat;
690 prb_close_block(struct tpacket_kbdq_core *pkc1, struct tpacket_block_desc *pbd1, struct packet_sock *po, unsigned int stat) argument
/net/bluetooth/
H A Dl2cap_core.c6570 __u16 res, stat; local
6578 stat = L2CAP_CS_AUTHOR_PEND;
6583 stat = L2CAP_CS_NO_INFO;
6589 stat = L2CAP_CS_NO_INFO;
6597 rsp.status = cpu_to_le16(stat);

Completed in 343 milliseconds