| 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:__blkg_lookup - internal version of blkg_lookup()*@blkcg: blkcg of interest*@q: request_queue of interest*@update_hint: whether to update lookup hint with the result or not* This is internal version and shouldn't be used by policy* implementations
Proto:static inline struct blkcg_gq *__blkg_lookup(struct blkcg *blkcg, struct request_queue *q, bool update_hint)
Type:struct blkcg_gq
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct blkcg * | blkcg | |
| struct request_queue * | q | |
| bool | update_hint | 
| 342 | If blkcg == blkcg_root Then Return root_blkg | 
| 346 | If blkg && Pointer to the associated request_queue == q Then Return blkg | 
| 349 | Return blkg_lookup_slowpath(blkcg, q, update_hint) | 
| Name | Describe | 
|---|---|
| blkg_create | If @new_blkg is %NULL, this function tries to allocate a new one as* necessary using %GFP_NOWAIT. @new_blkg is always consumed on return. | 
| __blkg_lookup_create | __blkg_lookup_create - lookup blkg, try to create one if not there*@blkcg: blkcg of interest*@q: request_queue of interest* Lookup blkg for the @blkcg - @q pair. If it doesn't exist, try to* create one | 
| blkg_lookup_check | Performs queue bypass and policy enabled checks then looks up blkg. | 
| blkg_conf_prep | lkg_conf_prep - parse and prepare for per-blkg config update*@blkcg: target block cgroup*@pol: target policy*@input: input string*@ctx: blkg_conf_ctx to be filled* Parse per-blkg config update from @input and initialize @ctx with the* result | 
| 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 |