Lines Matching full:blk
3 //! This module provides an interface for blk-mq drivers to implement.
5 //! C header: [`include/linux/blk-mq.h`](srctree/include/linux/blk-mq.h)
17 /// Implement this trait to interface blk-mq as block devices.
43 /// A vtable for blk-mq to interact with a block device driver.
50 /// [`include/linux/blk-mq.h`].
52 /// [`include/linux/blk-mq.h`]: srctree/include/linux/blk-mq.h
113 /// This function may only be called by blk-mq C infrastructure.
123 /// This function may only be called by blk-mq C infrastructure.
131 /// This function may only be called by blk-mq C infrastructure.
144 /// This function may only be called by blk-mq C infrastructure. This
160 /// This function may only be called by blk-mq C infrastructure.
172 /// - This function may only be called by blk-mq C infrastructure.
201 /// - This function may only be called by blk-mq C infrastructure.