Home
last modified time | relevance | path

Searched refs:poll_invoked (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-mq.h153 unsigned long poll_invoked; member
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-debugfs.c539 seq_printf(m, "invoked=%lu\n", hctx->poll_invoked); in hctx_io_poll_show()
549 hctx->poll_considered = hctx->poll_invoked = hctx->poll_success = 0; in hctx_io_poll_write()
H A Dblk-mq.c4006 hctx->poll_invoked++; in blk_poll()