Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
size_tpayload
gfp_tgfp_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).
168  If (conf == NULL) Then Return ERR_PTR( - ENOMEM)
171  Return conf
Caller
NameDescribe
kmp_init
bm_init
fsm_init