textsearch_prepare
extern struct ts_config *textsearch_prepare(const char *, const void *,
EXPORT_SYMBOL(textsearch_prepare);
search[i].ts = textsearch_prepare(ts_algo, search[i].string,
ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen,
ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf),