Home
last modified time | relevance | path

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

/linux/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/kernel/configs/
H A Dhardening.config100 # Attack surface reduction: do not autoload TTY line disciplines.
/linux/Documentation/security/secrets/
H A Dcoco.rst47 the EFI driver will autoload the efi_secret kernel module, which exposes the
/linux/block/
H A Dblk.h108 struct block_device *blkdev_get_no_open(dev_t dev, bool autoload);
/linux/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/tools/lib/bpf/
H A Dlibbpf.c492 bool autoload; member
864 * autoload set to false. in bpf_object__init_prog()
867 prog->autoload = false; in bpf_object__init_prog()
871 prog->autoload = true; in bpf_object__init_prog()
1120 * enable P.autoload if there are Ms for which M.autocreate is true,
1121 * disable P.autoload if for all Ms M.autocreate is false.
1122 * Don't change P.autoload for programs that are not referenced from any maps.
1158 prog->autoload = should_load; in bpf_object_adjust_struct_ops_autoload()
1237 * force its autoload to false, because it doesn't have in bpf_map__init_kern_struct_ops()
1241 * autoload accordingl in bpf_map__init_kern_struct_ops()
9618 bpf_program__set_autoload(struct bpf_program * prog,bool autoload) bpf_program__set_autoload() argument
[all...]
/linux/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/net/netfilter/
H A Dnf_tables_api.c1120 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument
1130 if (autoload) { in nf_tables_chain_type_lookup()