Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:xtsearch_unregister - unregister a textsearch module*@ops: operations lookup table* This function must be called by textsearch modules to announce* their disappearance for examples when the module gets unloaded

Proto:int textsearch_unregister(struct ts_ops *ops)

Type:int

Parameter:

TypeParameterName
struct ts_ops *ops
180  err = 0
183  spin_lock( & ts_mod_lock)
185  If o == ops Then
186  list_del_rcu - deletes entry from list without re-initialization*@entry: the element to delete from the list
187  Go to out
191  err = -ENOENT
192  out :
193  spin_unlock( & ts_mod_lock)
194  Return err
Caller
NameDescribe
exit_kmp
exit_bm
exit_fsm