Function report | 
Source Code:block\blk-mq-debugfs.c | 
Create Date:2022-07-28 18:07:45 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:queue_poll_stat_show
Proto:static int queue_poll_stat_show(void *data, struct seq_file *m)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| void * | data | |
| struct seq_file * | m | 
| 32 | When bucket < Must be consistent with blk_mq_poll_stats_bkt() / 2 cycle | 
| 33 | seq_printf(m, "read (%d Bytes): ", 1 << (9 + bucket)) | 
| 34 | print_stat(m, & poll_stat[2 * bucket]) | 
| 37 | seq_printf(m, "write (%d Bytes): ", 1 << (9 + bucket)) | 
| 38 | print_stat(m, & poll_stat[2 * bucket + 1]) | 
| 41 | Return 0 | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |