Home
last modified time | relevance | path

Searched refs:textsearch_find (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dtextsearch.h124 static inline unsigned int textsearch_find(struct ts_config *conf, in textsearch_find() function
/openbmc/linux/lib/
H A Dtextsearch.c241 return textsearch_find(conf, state); in textsearch_find_continuous()
/openbmc/linux/Documentation/core-api/
H A Dkernel-api.rst124 :functions: textsearch_find textsearch_next \
/openbmc/linux/net/core/
H A Dskbuff.c4279 ret = textsearch_find(config, &state); in skb_find_text()