Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\textsearch.c Create Date:2022-07-28 07:10:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:xtsearch_destroy - destroy a search configuration*@conf: search configuration* Releases all references of the configuration and frees* up the memory.

Proto:void textsearch_destroy(struct ts_config *conf)

Type:void

Parameter:

TypeParameterName
struct ts_config *conf
315  If ops Then
316  If destroy Then destroy(conf)
318  module_put(owner)
321  kfree(conf)