Searched refs:gdt_stat (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/iir/
H A Diir_ctrl.c87 extern gdt_statist_t gdt_stat;
188 ++gdt_stat.io_count_act;
189 if (gdt_stat.io_count_act > gdt_stat.io_count_max)
190 gdt_stat.io_count_max = gdt_stat.io_count_act;
298 bcopy(&gdt_stat, p, sizeof(gdt_statist_t));
306 --gdt_stat.io_count_act;
H A Diir.c143 gdt_statist_t gdt_stat; variable
192 bzero(&gdt_stat, sizeof(gdt_statist_t));
665 ++gdt_stat.cmd_index_act;
666 if (gdt_stat.cmd_index_act > gdt_stat.cmd_index_max)
667 gdt_stat.cmd_index_max = gdt_stat.cmd_index_act;
682 --gdt_stat.cmd_index_act;
741 --gdt_stat.req_queue_act;
751 --gdt_stat
[all...]

Completed in 54 milliseconds