Searched refs:autoload (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/Documentation/admin-guide/aoe/ |
| D | examples.rst | 19 Example of AoE autoload script 22 .. literalinclude:: autoload.sh
|
| D | aoe.rst | 38 There is also an autoload script that shows how to edit
|
| /Linux-v6.1/Documentation/security/secrets/ |
| D | coco.rst | 47 the EFI driver will autoload the efi_secret kernel module, which exposes the
|
| /Linux-v6.1/drivers/media/pci/bt8xx/ |
| D | bttv-cards.c | 94 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()
|
| /Linux-v6.1/tools/lib/bpf/ |
| D | libbpf.c | 420 bool autoload; member 753 prog->autoload = false; in bpf_object__init_prog() 757 prog->autoload = true; in bpf_object__init_prog() 2982 if (!prog->autoload) in obj_needs_vmlinux_btf() 5704 if (!prog->autoload) in bpf_object__relocate_core() 6394 if (!prog->autoload) in bpf_object__relocate() 6409 if (!prog->autoload) in bpf_object__relocate() 7094 if (!prog->autoload) { in bpf_object__load_progs() 8295 return prog->autoload; in bpf_program__autoload() 8298 int bpf_program__set_autoload(struct bpf_program *prog, bool autoload) in bpf_program__set_autoload() argument [all …]
|
| D | libbpf.h | 264 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
|
| /Linux-v6.1/Documentation/admin-guide/media/ |
| D | bttv.rst | 57 directory should be enough for it to be autoload during the driver's 150 autoload=0/1 autoload helper modules (tuner, audio).
|
| /Linux-v6.1/net/netfilter/ |
| D | nf_tables_api.c | 763 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument 773 if (autoload) { in nf_tables_chain_type_lookup() 2021 struct netlink_ext_ack *extack, bool autoload) in nft_chain_parse_hook() argument 2050 family, autoload); in nft_chain_parse_hook()
|