Home
last modified time | relevance | path

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

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