Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/include/linux/
Dtextsearch.h15 #define TS_AUTOLOAD 1 /* Automatically load textsearch modules when needed */ macro
/linux-6.1.9/lib/
Dtextsearch.c280 if (ops == NULL && flags & TS_AUTOLOAD) { in textsearch_prepare()