Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dem_text.c72 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()
/linux/include/linux/
H A Dtextsearch.h15 #define TS_AUTOLOAD 1 /* Automatically load textsearch modules when needed */ macro
/linux/net/netfilter/
H A Dxt_string.c42 int flags = TS_AUTOLOAD; in string_mt_check()
/linux/lib/
H A Dtextsearch.c280 if (ops == NULL && flags & TS_AUTOLOAD) { in textsearch_prepare()