Home
last modified time | relevance | path

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

/linux-6.6.21/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
/linux-6.6.21/Documentation/security/secrets/
Dcoco.rst47 the EFI driver will autoload the efi_secret kernel module, which exposes the
/linux-6.6.21/drivers/media/pci/bt8xx/
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");
3493 if (autoload != UNSET) { in bttv_init_card2()
/linux-6.6.21/tools/lib/bpf/
Dlibbpf.c437 bool autoload; member
774 prog->autoload = false; in bpf_object__init_prog()
778 prog->autoload = true; in bpf_object__init_prog()
3065 if (!prog->autoload) in obj_needs_vmlinux_btf()
5845 if (!prog->autoload) in bpf_object__relocate_core()
6564 if (!prog->autoload) in bpf_object__relocate()
6579 if (!prog->autoload) in bpf_object__relocate()
7316 if (!prog->autoload) { in bpf_object__load_progs()
8583 return prog->autoload; in bpf_program__autoload()
8586 int bpf_program__set_autoload(struct bpf_program *prog, bool autoload) in bpf_program__set_autoload() argument
[all …]
Dlibbpf.h311 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
/linux-6.6.21/Documentation/admin-guide/media/
Dbttv.rst57 directory should be enough for it to be autoload during the driver's
150 autoload=0/1 autoload helper modules (tuner, audio).
/linux-6.6.21/Documentation/admin-guide/
Dquickly-build-trimmed-linux.rst739 You can try to avoid this by performing typical tasks that often will autoload
/linux-6.6.21/net/netfilter/
Dnf_tables_api.c920 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument
930 if (autoload) { in nf_tables_chain_type_lookup()