Function report |
Source Code:include\linux\gfp.h |
Create Date:2022-07-28 05:37:54 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:gfpflags_normal_context - is gfp_flags a normal sleepable context?*@gfp_flags: gfp_flags to test* Test whether @gfp_flags indicates that the allocation is from the* %current context and allowed to sleep
Proto:static inline bool gfpflags_normal_context(const gfp_t gfp_flags)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const gfp_t | gfp_flags |
| 347 | Return (gfp_flags & (Caller can reclaim | __GFP_MEMALLOC)) == Caller can reclaim |
| 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 |