函数源码 |
Source File:block\blk-iocost.c |
Create Date:2022-07-27 19:22:29 |
首页 | Copyright©Brick |
609 610 611 612 613 | /* accessors and helpers */ static struct ioc *rqos_to_ioc( struct rq_qos *rqos) { return container_of(rqos, struct ioc, rqos); } |