Searched refs:textsearch_find (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtextsearch.h99 * textsearch_find() must be called to find the first occurrence
117 * textsearch_find - start searching for a pattern
124 static inline unsigned int textsearch_find(struct ts_config *conf, function
/linux-master/lib/
H A Dtextsearch.c42 * (3) User starts the search(es) by calling textsearch_find() or
69 * calling textsearch_find(). Both functions return
225 * A simplified version of textsearch_find() for continuous/linear data.
241 return textsearch_find(conf, state);
/linux-master/net/core/
H A Dskbuff.c4441 ret = textsearch_find(config, &state);

Completed in 110 milliseconds