Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dem_text.c65 if (flags & TS_AUTOLOAD) in em_text_change()
69 if (PTR_ERR(ts_conf) == -ENOENT && !(flags & TS_AUTOLOAD)) { in em_text_change()
71 flags |= TS_AUTOLOAD; in em_text_change()
75 } else if (flags & TS_AUTOLOAD) { in em_text_change()
/Linux-v6.6/include/linux/
Dtextsearch.h15 #define TS_AUTOLOAD 1 /* Automatically load textsearch modules when needed */ macro
/Linux-v6.6/net/netfilter/
Dxt_string.c42 int flags = TS_AUTOLOAD; in string_mt_check()
Dnf_conntrack_amanda.c220 GFP_KERNEL, TS_AUTOLOAD); in nf_conntrack_amanda_init()
/Linux-v6.6/lib/
Dtextsearch.c280 if (ops == NULL && flags & TS_AUTOLOAD) { in textsearch_prepare()