Searched refs:autoload (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-cards.c93 static unsigned int autoload = UNSET; variable
104 module_param(autoload, int, 0444);
120 MODULE_PARM_DESC(autoload, "obsolete option, please do not use anymore");
3494 if (autoload != UNSET) {
3495 pr_warn("%d: the autoload option is obsolete\n", btv->c.nr);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h330 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
H A Dlibbpf.c450 bool autoload; member in struct:bpf_program
797 * autoload set to false.
800 prog->autoload = false;
804 prog->autoload = true;
1041 * enable P.autoload if there are Ms for which M.autocreate is true,
1042 * disable P.autoload if for all Ms M.autocreate is false.
1043 * Don't change P.autoload for programs that are not referenced from any maps.
1076 prog->autoload = should_load;
1333 /* Follow same convention as for programs autoload:
3382 if (!prog->autoload)
9054 bpf_program__set_autoload(struct bpf_program *prog, bool autoload) argument
[all...]
/linux-master/net/netfilter/
H A Dnf_tables_api.c926 u8 family, bool autoload)
936 if (autoload) {
10737 /* module autoload needs to happen after GC sequence update because it
925 nf_tables_chain_type_lookup(struct net *net, const struct nlattr *nla, u8 family, bool autoload) argument

Completed in 219 milliseconds