Home
last modified time | relevance | path

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

/linux-6.15/Documentation/admin-guide/aoe/
H A Dexamples.rst19 Example of AoE autoload script
22 .. literalinclude:: autoload.sh
H A Daoe.rst38 There is also an autoload script that shows how to edit
/linux-6.15/kernel/configs/
H A Dhardening.config94 # Attack surface reduction: do not autoload TTY line disciplines.
/linux-6.15/Documentation/security/secrets/
H A Dcoco.rst47 the EFI driver will autoload the efi_secret kernel module, which exposes the
/linux-6.15/block/
H A Dbdev.c818 struct block_device *blkdev_get_no_open(dev_t dev, bool autoload) in blkdev_get_no_open() argument
824 if (!inode && autoload && IS_ENABLED(CONFIG_BLOCK_LEGACY_AUTOLOAD)) { in blkdev_get_no_open()
H A Dblk.h97 struct block_device *blkdev_get_no_open(dev_t dev, bool autoload);
/linux-6.15/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) { in bttv_init_card2()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c476 bool autoload; member
833 prog->autoload = false; in bpf_object__init_prog()
837 prog->autoload = true; in bpf_object__init_prog()
1126 prog->autoload = should_load; in bpf_object_adjust_struct_ops_autoload()
3491 if (!prog->autoload) in obj_needs_vmlinux_btf()
5982 if (!prog->autoload) in bpf_object__relocate_core()
7115 if (!prog->autoload) in bpf_object__relocate()
7151 if (!prog->autoload) in bpf_object__relocate()
7908 if (!prog->autoload) { in bpf_object__load_progs()
9292 return prog->autoload; in bpf_program__autoload()
[all …]
H A Dlibbpf.h354 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
/linux-6.15/Documentation/admin-guide/media/
H A 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.15/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst739 You can try to avoid this by performing typical tasks that often will autoload
H A Dverify-bugs-and-bisect-regressions.rst1438 You can try to avoid this by performing typical tasks that often will autoload
/linux-6.15/net/netfilter/
H A Dnf_tables_api.c1079 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument
1089 if (autoload) { in nf_tables_chain_type_lookup()