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

/linux-master/net/sched/
H A Dem_text.c65 if (flags & TS_AUTOLOAD)
69 if (PTR_ERR(ts_conf) == -ENOENT && !(flags & TS_AUTOLOAD)) {
71 flags |= TS_AUTOLOAD;
75 } else if (flags & TS_AUTOLOAD) {
/linux-master/net/netfilter/
H A Dxt_string.c42 int flags = TS_AUTOLOAD;
H A Dnf_conntrack_amanda.c220 GFP_KERNEL, TS_AUTOLOAD);
/linux-master/include/linux/
H A Dtextsearch.h15 #define TS_AUTOLOAD 1 /* Automatically load textsearch modules when needed */ macro
/linux-master/lib/
H A Dtextsearch.c86 * GFP_KERNEL, TS_AUTOLOAD);
280 if (ops == NULL && flags & TS_AUTOLOAD) {

Completed in 152 milliseconds