Searched refs:TS_AUTOLOAD (Results 1 – 4 of 4) sorted by relevance
72 if (flags & TS_AUTOLOAD) in em_text_change()76 if (PTR_ERR(ts_conf) == -ENOENT && !(flags & TS_AUTOLOAD)) { in em_text_change()78 flags |= TS_AUTOLOAD; in em_text_change()82 } else if (flags & TS_AUTOLOAD) { in em_text_change()
15 #define TS_AUTOLOAD 1 /* Automatically load textsearch modules when needed */ macro
42 int flags = TS_AUTOLOAD; in string_mt_check()
280 if (ops == NULL && flags & TS_AUTOLOAD) { in textsearch_prepare()