Function report |
Source Code:include\linux\blk-cgroup.h |
Create Date:2022-07-28 05:57:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lkg_lookup - lookup blkg for the specified blkcg - q pair*@blkcg: blkcg of interest*@q: request_queue of interest* Lookup blkg for the @blkcg - @q pair. This function should be called* under RCU read lock.
Proto:static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, struct request_queue *q)
Type:struct blkcg_gq
Parameter:
Type | Parameter | Name |
---|---|---|
struct blkcg * | blkcg | |
struct request_queue * | q |
363 | WARN_ON_ONCE(!rcu_read_lock_held()) |
Name | Describe |
---|---|
blkg_lookup_create | lkg_lookup_create - find or create a blkg*@blkcg: target block cgroup*@q: target request_queue* This looks up or creates the blkg representing the unique pair* of the blkcg and the request_queue. |
blkcg_maybe_throttle_current | lkcg_maybe_throttle_current - throttle the current task if it has been marked* This is only called if we've been marked with set_notify_resume() |
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 |