Searched refs:ts_ops (Results 1 - 5 of 5) sorted by relevance

/linux-master/lib/
H A Dtextsearch.c110 static LIST_HEAD(ts_ops);
113 static inline struct ts_ops *lookup_ts_algo(const char *name)
115 struct ts_ops *o;
118 list_for_each_entry_rcu(o, &ts_ops, list) {
143 int textsearch_register(struct ts_ops *ops)
146 struct ts_ops *o;
153 list_for_each_entry(o, &ts_ops, list) {
158 list_add_tail_rcu(&ops->list, &ts_ops);
178 int textsearch_unregister(struct ts_ops *ops)
181 struct ts_ops *
[all...]
H A Dts_kmp.c130 static struct ts_ops kmp_ops = {
H A Dts_bm.c199 static struct ts_ops bm_ops = {
H A Dts_fsm.c314 static struct ts_ops fsm_ops = {
/linux-master/include/linux/
H A Dtextsearch.h30 * struct ts_ops - search module operations
39 struct ts_ops struct
61 struct ts_ops *ops;
149 extern int textsearch_register(struct ts_ops *);
150 extern int textsearch_unregister(struct ts_ops *);

Completed in 109 milliseconds