Home
last modified time | relevance | path

Searched refs:autoload (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/Documentation/admin-guide/aoe/
Dexamples.rst19 Example of AoE autoload script
22 .. literalinclude:: autoload.sh
Daoe.rst38 There is also an autoload script that shows how to edit
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/appletalk/
Dltpc.rst36 alias lt0 ltpc # autoload the module when the interface is configured
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbttv-cards.c94 static unsigned int autoload = UNSET; variable
106 module_param(autoload, int, 0444);
122 MODULE_PARM_DESC(autoload, "obsolete option, please do not use anymore");
3496 if (autoload != UNSET) { in bttv_init_card2()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.h205 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
Dlibbpf.c8144 int bpf_program__set_autoload(struct bpf_program *prog, bool autoload) in bpf_program__set_autoload() argument
8149 prog->load = autoload; in bpf_program__set_autoload()
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dbttv.rst56 directory should be enough for it to be autoload during the driver's
149 autoload=0/1 autoload helper modules (tuner, audio).
/kernel/linux/linux-5.10/net/netfilter/
Dnf_tables_api.c666 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument
676 if (autoload) { in nf_tables_chain_type_lookup()
1848 bool autoload) in nft_chain_parse_hook() argument
1876 family, autoload); in nft_chain_parse_hook()