Searched refs:autoload (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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-6.1.9/Documentation/security/secrets/ |
D | coco.rst | 47 the EFI driver will autoload the efi_secret kernel module, which exposes the
|
/linux-6.1.9/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-6.1.9/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() 2986 if (!prog->autoload) in obj_needs_vmlinux_btf() 5716 if (!prog->autoload) in bpf_object__relocate_core() 6406 if (!prog->autoload) in bpf_object__relocate() 6421 if (!prog->autoload) in bpf_object__relocate() 7106 if (!prog->autoload) { in bpf_object__load_progs() 8307 return prog->autoload; in bpf_program__autoload() 8310 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-6.1.9/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-6.1.9/net/netfilter/ |
D | nf_tables_api.c | 775 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument 785 if (autoload) { in nf_tables_chain_type_lookup() 2033 struct netlink_ext_ack *extack, bool autoload) in nft_chain_parse_hook() argument 2062 family, autoload); in nft_chain_parse_hook()
|