Lines Matching refs:seq_printf
122 seq_printf(s, "rttavg: %d rttdev: %d\n", in aoedisk_debugfs_show()
125 seq_printf(s, "nskbpool: %d\n", skb_queue_len(&d->skbpool)); in aoedisk_debugfs_show()
126 seq_printf(s, "kicked: %ld\n", d->kicked); in aoedisk_debugfs_show()
127 seq_printf(s, "maxbcnt: %ld\n", d->maxbcnt); in aoedisk_debugfs_show()
128 seq_printf(s, "ref: %ld\n", d->ref); in aoedisk_debugfs_show()
135 seq_printf(s, "falloc: %ld\n", (*t)->falloc); in aoedisk_debugfs_show()
136 seq_printf(s, "ffree: %p\n", in aoedisk_debugfs_show()
138 seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout, in aoedisk_debugfs_show()
140 seq_printf(s, "\tssthresh:%d\n", (*t)->ssthresh); in aoedisk_debugfs_show()
141 seq_printf(s, "\ttaint:%d\n", (*t)->taint); in aoedisk_debugfs_show()
142 seq_printf(s, "\tr:%d\n", (*t)->rpkts); in aoedisk_debugfs_show()
143 seq_printf(s, "\tw:%d\n", (*t)->wpkts); in aoedisk_debugfs_show()
147 seq_printf(s, "%c%s", c, ifp->nd->name); in aoedisk_debugfs_show()