Function report |
Source Code:include\linux\blk-cgroup.h |
Create Date:2022-07-28 05:57:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_cgroup_congested
Proto:static inline bool blk_cgroup_congested(void)
Type:bool
Parameter:Nothing
281 | bool ret = false |
284 | css = kthread_blkcg - get associated blkcg css of current kthread* Current thread must be a kthread. |
285 | If Not css Then css = ask_css - obtain css for (task, subsys)*@task: the target task*@subsys_id: the target subsystem ID* See task_css_check(). |
288 | If atomic_read( & If there is block congestion on this cgroup. ) Then |
289 | ret = true |
290 | Break |
295 | Return ret |
Name | Describe |
---|---|
page_cache_sync_readahead | page_cache_sync_readahead - generic file readahead*@mapping: address_space which holds the pagecache and I/O vectors*@ra: file_ra_state which holds the readahead state*@filp: passed on to ->readpage() and ->readpages()*@offset: start offset into @mapping, |
page_cache_async_readahead | page_cache_async_readahead - file readahead for marked pages*@mapping: address_space which holds the pagecache and I/O vectors*@ra: file_ra_state which holds the readahead state*@filp: passed on to ->readpage() and ->readpages()*@page: the page at @offset |
mem_cgroup_throttle_swaprate |
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 |