Function report |
Source Code:include\linux\textsearch.h |
Create Date:2022-07-28 05:51:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alloc_ts_config
Proto:static inline struct ts_config *alloc_ts_config(size_t payload, gfp_t gfp_mask)
Type:struct ts_config
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | payload | |
gfp_t | gfp_mask |
167 | conf = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
171 | Return conf |
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 |