Searched refs:autoload (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/admin-guide/aoe/ |
H A D | examples.rst | 19 Example of AoE autoload script 22 .. literalinclude:: autoload.sh
|
H A D | aoe.rst | 38 There is also an autoload script that shows how to edit
|
/linux/kernel/configs/ |
H A D | hardening.config | 100 # Attack surface reduction: do not autoload TTY line disciplines.
|
/linux/Documentation/security/secrets/ |
H A D | coco.rst | 47 the EFI driver will autoload the efi_secret kernel module, which exposes the
|
/linux/block/ |
H A D | bdev.c | 818 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 D | blk.h | 108 struct block_device *blkdev_get_no_open(dev_t dev, bool autoload);
|
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 93 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 D | libbpf.c | 478 bool autoload; member 835 prog->autoload = false; in bpf_object__init_prog() 839 prog->autoload = true; in bpf_object__init_prog() 1128 prog->autoload = should_load; in bpf_object_adjust_struct_ops_autoload() 1213 st_ops->progs[i]->autoload = false; in bpf_map__init_kern_struct_ops() 1252 st_ops->progs[i]->autoload = false; in bpf_map__init_kern_struct_ops() 3485 if (!prog->autoload) in obj_needs_vmlinux_btf() 5988 if (!prog->autoload) in bpf_object__relocate_core() 7121 if (!prog->autoload) in bpf_object__relocate() 7157 if (!prog->autoload) in bpf_object__relocate() [all …]
|
H A D | libbpf.h | 354 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
|
/linux/Documentation/admin-guide/media/ |
H A 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/Documentation/admin-guide/ |
H A D | quickly-build-trimmed-linux.rst | 739 You can try to avoid this by performing typical tasks that often will autoload
|
H A D | verify-bugs-and-bisect-regressions.rst | 1438 You can try to avoid this by performing typical tasks that often will autoload
|
/linux/net/netfilter/ |
H A D | nf_tables_api.c | 1114 u8 family, bool autoload) in nf_tables_chain_type_lookup() argument 1124 if (autoload) { in nf_tables_chain_type_lookup()
|